-
Updated
Feb 8, 2022 - Python
internet-of-things
Here are 1,272 public repositories matching this topic...
-
Updated
Jan 16, 2022 - Go
-
Updated
Feb 3, 2022 - C
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Feb 7, 2022 - Shell
Problem
The ESP32 example application should be using FreeRTOS tasks(like the EFR32, nRF5 examples) instead of a while loop with a sleep. Because of this it currently needs to poll the buttons to use them.
Proposed Solution
Switch to the AppTask model the other examples use and update the buttons to be interrupt based, if possible.
-
Updated
Aug 7, 2020
-
Updated
Feb 8, 2022 - C++
-
Updated
Feb 6, 2022 - C++
-
Updated
Feb 2, 2022 - Java
-
Updated
Nov 7, 2021
-
Updated
Jan 31, 2022 - Python
-
Updated
Feb 8, 2022 - Groovy
-
Updated
Jun 25, 2021 - HTML
-
Updated
Jan 25, 2022 - Go
-
Updated
Feb 4, 2022
ENHANCEMENT
-
Describe the enhancement you are requesting.
Consider using Go errors group (golang.org/x/sync/errgroup) for handling routines inmainfunctions of Mainflux services. -
Indicate the importance of this enhancement to you (must-have, should-have, nice-to-have).
This is a nice-to-have.
-
Updated
Jan 28, 2022 - Java
-
Updated
Jan 25, 2021 - HTML
What would you like to be added:
Add a GetBlockHeightByBlockHash public method in coreService.go
The block height could be accessed through blockDao
height, err := core.dao.GetBlockHeight(hash)
Why is this needed:
replace dao.GetBlockHeight() in grpcserver.go with func in coreService.go
-
Updated
Feb 7, 2022 - Python
-
Updated
Feb 7, 2022 - Go
-
Updated
Dec 29, 2021 - Java
-
Updated
Feb 7, 2022 - C
-
Updated
Jun 4, 2019 - Java
-
Updated
Feb 7, 2022 - C++
Improve this page
Add a description, image, and links to the internet-of-things topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the internet-of-things topic, visit your repo's landing page and select "manage topics."
Blynk library version: master branch at 144a90f3bdb66c3b6c03cce0335c1f1e304d91d6
IDE: VS Code + PlatformIO
IDE version: 1.52.1
Board type: ESP8266
Additional modules: Arduino ESP8266
Scenario, steps to reproduce
Blynk.run()blocks if there is no internet connection on the network and connecting to a local server via SSL.According to my investigation, `BlynkArduinoClientSecure::conn