Search found 3 matches

by fearless_potato
Tue Apr 14, 2020 6:44 pm
Forum: ESP32 Arduino
Topic: BLEServer - Esp32 in reboot loop after specific line of code
Replies: 3
Views: 5640

Re: BLEServer - Esp32 in reboot loop after specific line of code

Alright, did that, got the following result: PC: 0x401c0fdb: BLEServer::getConnectedCount() at C:\Users\leoni\Dokumente\ArduinoData\packages\esp32\hardware\esp32\1.0.4\libraries\BLE\src\BLEServer.cpp line 126 EXCVADDR: 0x00000034 Decoding stack results 0x401c0fdb: BLEServer::getConnectedCount() at C...
by fearless_potato
Tue Apr 14, 2020 6:24 am
Forum: ESP32 Arduino
Topic: BLEServer - Esp32 in reboot loop after specific line of code
Replies: 3
Views: 5640

Re: BLEServer - Esp32 in reboot loop after specific line of code

By the way, in numerous similar threads I have read that the Brownout protection might be triggered. However, this probably isn’t the case since it happens even with a power 5V 2A power supply.
by fearless_potato
Mon Apr 13, 2020 5:56 pm
Forum: ESP32 Arduino
Topic: BLEServer - Esp32 in reboot loop after specific line of code
Replies: 3
Views: 5640

BLEServer - Esp32 in reboot loop after specific line of code

Hello, I am trying to set up a BLEServer with my Esp32 module and whenever there is no more client connected to the server it should go back to sleep. I wanted to acheieve that with the function getConnectedCount() of the class BLEServer. However, whenever this specific line of code gets called, in ...