ESP32-Bluetooth-BLE-Remote-Control
ESP32-Bluetooth-BLE-Remote-Control copied to clipboard
Сonstant reboot
Greetings and thank you - it's a tremendous amount of work. I'm experiencing a constant reboot after successfully connecting to the server, in my case VR-PARK. The ESP32 reboots with the error:
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump: PC : 0x40090653 PS : 0x00060e30 A0 : 0x800d4a20 A1 : 0x3ffc90a0 A2 : 0x3ffc90db A3 : 0x00000001 A4 : 0x00000013 A5 : 0x3ffc90db A6 : 0x00000057 A7 : 0x3ffc8f10 A8 : 0x800d7e38 A9 : 0x3ffc9070 A10 : 0x00000002 A11 : 0x3f403dff A12 : 0x00000057 A13 : 0x0000ff00 A14 : 0x00ff0000 A15 : 0xff000000 SAR : 0x00000020 EXCCAUSE: 0x0000001c EXCVADDR: 0x00000001 LBEG : 0x40090d2d LEND : 0x40090d3d LCOUNT : 0xffffffff
Backtrace: 0x40090650:0x3ffc90a0 0x400d4a1d:0x3ffc90b0 0x400d2002:0x3ffc90d0 0x400d236d:0x3ffc9150 0x400d2746:0x3ffc91a0 0x400d8bdd:0x3ffc91e0
It rescans, reconnects, and then goes into a reboot. As you advised, I tried increasing #define TaskStackSize by 1024, but I've reached the maximum of 288KB, and the errors have not stopped. The SDK, BLE lib has current versions, please help?
same issue here! could you tell what ESP32 sdk version you have used as well as BLE library version?