-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Please add support for iGrill mini.
here is the SERVICE UUID:
static BLEUUID MINI_SERVICE_UUID("63C70000-4A82-4261-95FF-92CF32477861"); //iGrill mini Service
I am able to to connect the device but it will crash the ESP32-WROOM-32U in App authentication phase?
...
09:51:25.740 -> [WM] WiFi connected
09:51:25.740 -> [WM] SSID: IOT ,RSSI= -53
09:51:25.740 -> [WM] Channel: 11 ,IP address: 10.0.0.140
09:51:26.419 -> [II] Not connected to an iGrill Device, Skipping connecting to MQTT
09:51:26.554 -> [II] Connecting to iGrill Device: d4:81:ca:00:a5:ab
09:51:27.631 -> [II] - Created client
09:51:27.631 -> [II] - Connected to iGrill BLE Server
09:51:27.765 -> [II] - iGrill Pair Status: Paired
09:51:28.649 -> [II] - Performing iGrill App Authentication
09:51:28.885 -> Guru Meditation Error: Core 0 panic'ed (Unhandled debug exception).
09:51:28.919 -> Debug exception reason: Stack canary watchpoint triggered (BTU_TASK)
09:51:28.919 -> Core 0 register dump:
09:51:28.919 -> PC : 0x4009202b PS : 0x00060c36 A0 : 0x400848bc A1 : 0x3ffeb1e0
09:51:28.919 -> A2 : 0x3fff5b58 A3 : 0x00000000 A4 : 0x00000268 A5 : 0x3fff5ca8
09:51:28.919 -> A6 : 0x3ffeb260 A7 : 0x00000026 A8 : 0x800837b1 A9 : 0x3ffeb230
09:51:28.953 -> A10 : 0x3fff5b58 A11 : 0x3ffb6cb0 A12 : 0x00000001 A13 : 0x00000000
09:51:28.953 -> A14 : 0x00001800 A15 : 0x00000004 SAR : 0x00000002 EXCCAUSE: 0x00000001
09:51:28.953 -> EXCVADDR: 0x00000000 LBEG : 0x400900f0 LEND : 0x400900fb LCOUNT : 0x00000010
09:51:28.953 ->
09:51:28.953 ->
09:51:28.953 -> Backtrace:0x40092028:0x3ffeb1e00x400848b9:0x3ffeb2b0 0x4012c257:0x3ffeb2e0 0x4015cc7f:0x3ffeb310 0x40182bdf:0x3ffeb5a0 0x4015dd56:0x3ffeb830 0x401826da:0x3ffeb850 0x4015dd56:0x3ffeb8c0 0x401823cd:0x3ffeb8e0 0x4015cfb9:0x3ffeb900 0x4015d031:0x3ffebb90 0x4015d1f7:0x3ffebbb0 0x40146305:0x3ffebbd0 0x401410f9:0x3ffebe70 0x401415da:0x3ffec100 0x40141f76:0x3ffec170 0x4014344f:0x3ffec1a0 0x4014348e:0x3ffec1c0 0x4014f3ad:0x3ffec1e0 0x4013ef66:0x3ffec360 0x40159873:0x3ffec380
09:51:28.987 ->
09:51:28.987 ->
09:51:28.987 ->
09:51:28.987 ->
09:51:28.987 -> ELF file SHA256: 0000000000000000
09:51:29.021 ->
09:51:29.021 -> Rebooting...
09:51:29.021 -> ets Jun 8 2016 00:22:57
let me know what information is needed to debug more?