Search found 2 matches

by dwaynez
Fri Dec 16, 2022 9:02 pm
Forum: ESP32 Arduino
Topic: Abort on BLEAddress tostring
Replies: 3
Views: 10822

Re: Abort on BLEAddress tostring

I thought the problem might be related to my usage of strings, so I took the away the string usage. The nature of the abort changed, but it is still aborting, I added a display of the heap size in the loop every 10 minutes, but I am not running out of heap (never gets below 62,000 before aborting. I...
by dwaynez
Thu Dec 15, 2022 7:00 pm
Forum: ESP32 Arduino
Topic: Abort on BLEAddress tostring
Replies: 3
Views: 10822

Abort on BLEAddress tostring

I am scanning for BLE devices. When I check to see if it is a device that I am looking for, I print a message to the serial log. Every now and then, the ESP32 reboots because of an abort. The backtrace shows the problem is with the tostring function on BLEAddress. Any ideas? #include <BLEDevice.h> #...