NimBLE-Arduino icon indicating copy to clipboard operation
NimBLE-Arduino copied to clipboard

Not work in ESP-WROOM-32

Open hdpklm opened this issue 3 years ago • 4 comments
trafficstars

Hello

Server is ESP32 (WROOM, ESP32-D2WD) Client Mobile application: Cordova + plugin [cordova-plugin-ble-central] I have a problem when I upload the Server code to WROOM and connect from client its connect normaly, but it can't subscrive to notification. but when I use the ESP32-D2WD as server with the same code, eveny think is work ok

hdpklm avatar Dec 16 '21 17:12 hdpklm

Hi @hdpklm this is an odd problem, there are some issued with certain esp32 modules but that mostly is related to receiving sensitivity. Can you share a code snippet that I can try to reproduce with? Also any other relevant details would be appreciated.

h2zero avatar Dec 17 '21 01:12 h2zero

Hello @h2zero

I upload the code and a text file to build the same envierment https://github.com/hdpklm/test-nim-ble

you need a ESP32-D2WD to test it, or you can test with several uC

thank you

hdpklm avatar Dec 17 '21 10:12 hdpklm

Thanks I'll have a look this weekend when I get some time.

h2zero avatar Dec 17 '21 23:12 h2zero

Had at look at your code, I see you are enabling both notification and indications. I suggest trying to on enable one of those and see what happens.

h2zero avatar Dec 28 '21 16:12 h2zero