-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
weird issue with blegamepad and esp32wiimote #873
Comments
latest version of nimble, latest version of esp32 blegamepad by lemmingdev. esp32 wiimote works perfectly when i try it without this code. |
Just realized this seems very related to the issue I just wrote up #876 |
oh ya, it is. maybe its something about max connections? |
mine wont even run, still in setup.. Something silly on my part? ESP32-WROOM-DA Bluepad32 (C) 2016-2024 Ricardo Quesada and contributors. assert failed: npl_freertos_mutex_pend c:\Users\xxxxx\Documents\Arduino\libraries\NimBLE-Arduino\src\nimble\porting\npl\freertos\src\npl_os_freertos.c:1619 (mu->handle) Backtrace: 0x40083755:0x3ffe9250 0x40093be5:0x3ffe9270 0x40098fb5:0x3ffe9290 0x400e5f11:0x3ffe93c0 0x400de0a4:0x3ffe93e0 0x400de0bb:0x3ffe9400 0x400dde77:0x3ffe9420 0x400d54f7:0x3ffe9440 0x400d40a4:0x3ffe9460 ELF file SHA256: 9c3d779a54126c82 Decoding stack results |
Something in your code either has not initialized the NimBLE stack or has deinitialized it. |
have this code here
an esp32-wroom-32d, this esp32 to be exact https://community.microcenter.com/kb/articles/652-inland-esp32-core-board-black-and-eco-friendly, im getting this error
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:4916
load:0x40078000,len:16436
load:0x40080400,len:4
ho 8 tail 4 room 4
load:0x40080404,len:3524
entry 0x400805b8
ESP32Wiimote
E (21) BTDM_INIT: esp_bt_controller_init -3
btStart() failed
Started
assert failed: npl_freertos_mutex_pend C:\Users\hadia\Documents\Arduino\libraries\NimBLE-Arduino\src\nimble\porting\npl\freertos\src\npl_os_freertos.c:1619 (mu->handle)
Backtrace: 0x400824b5:0x3ffcf370 0x40093719:0x3ffcf390 0x4009930a:0x3ffcf3b0 0x400e4655:0x3ffcf4e0 0x400dc964:0x3ffcf500 0x400dc97b:0x3ffcf520 0x400dc733:0x3ffcf540 0x400d42ff:0x3ffcf560 0x400d21c8:0x3ffcf580 0x4009413e:0x3ffcf5a0
ELF file SHA256: 164c9fc9f
Rebooting...
The text was updated successfully, but these errors were encountered: