-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 aborts and reboots after sensor Service is found #2
Comments
Ran the code again after setting DEbug Level to "verbose", this is part of the output when the "panic" ocoors, maybe this helps?
|
Hi @gerardwr , It seems that is cause that was present in eariler version of the libray providing BLE for ESP32 boards. Could you check if the update to the newest version helps? Regards |
Thanks for getting back to me. You suggestion was spot on. In my Arduino 1.8.9 the file BleRemoteService.cpp contained:
Changed the "10" in "1":
Now the sketch runs without errors and temp/hum from the thermometer is listed:
Thanks for your help. |
Hi,
I tried your code but I get into trouble.
I entered the address of my own sensor in your code.
After the sensor Service is found the ESP32 aborts and reboots. It does that every time.
Here is the serial output, any suggestions what might be wrong?
Thanks for sharing.
The text was updated successfully, but these errors were encountered: