You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everybody,
I am doing a project using esp32 in order to receive the values of three Bluetooth Low Energy sensors. Then he sends them to the database using WiFi.
The result is that I receive the sensor values of bluetooth low energy in the Serieller Monitor in Arduino IDE, but when I want to send them with the same esp32 using wifi to the database, only one sensor values are sent.
The program code is your BLE Client, with modifications added to receive more than one sensor. But as I mentioned, the problem is that only one sensor's values are sent to the database using WiFi.
Can I use the timer in that code? Where can I use it? Because I am very beginner, can you send me where to put the timer?
Do you have another idea for solving the issue in case the timer doesn't work?
Thanks a lot for your help
This is not the place to ask questions about your code, neither its my private email. For such questions is esp32.com forum, stackoverflow etc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix typo