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
first of all I thank you for the excellent work, but I realized that the scanBLE after some time takes up all the esp32 memory, which then freezes. To solve the problem I used a different library (https://github.com/h2zero/NimBLE-Arduino) which also possesses the function "pBLEScan-> setMaxResults (0)" which do not store the scan results, use callback only.
By doing this the program is more stable. If you are interested, I'll post the sketch
The text was updated successfully, but these errors were encountered:
I am attaching the complete file, the solution provides the possibility by typing "menu" on the serial monitor to configure the IDs of two TPMS without having to recompile the program. once my esp32 has collected the information, it retransmits them via serial to a second device. everything is commented in Italian but the program is the "son" of your work and you shouldn't have any problems understanding it
Hello
first of all I thank you for the excellent work, but I realized that the scanBLE after some time takes up all the esp32 memory, which then freezes. To solve the problem I used a different library (https://github.com/h2zero/NimBLE-Arduino) which also possesses the function "pBLEScan-> setMaxResults (0)" which do not store the scan results, use callback only.
By doing this the program is more stable. If you are interested, I'll post the sketch
The text was updated successfully, but these errors were encountered: