Bluetooth not working #7457
Replies: 1 comment
-
Posted at 2022-02-14 by veranoo I have a same problem. Someone resolved this problem? Posted at 2022-02-15 by @gfwilliams
Right now there are no plans to fix it - but the code is all open so anyone could jump in, fix it themselves, and contribute their work back. I'm afraid ESP32 isn't a big priority for me right now - it brings in no money whatsoever and Espressif have no interest in helping out. I'm totally swamped with work on the official boards and Bangle.js right now so I just can't dedicate any time to it myself. Posted at 2022-02-15 by veranoo I looked to fix this but I don't know where the onWrite function is called in the NRF object. I found 2 places - first one 'esp32_gatts_func.c' second 'bluetooth.c'. I don't konow where is bug. If you give me tip it will be nice. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-11-10 by Chaapu
Hello,
I'm trying to get Bluetooth working on an ESP32 but running into a problem.
When I run
I see an error like below. Not sure what it means.
https://imgur.com/yjQ38EY
In the IDE I tried running the below code
The code uploads and I'm can connect to the device using NRF Connect app. However, when I try to send a value I get the below error
https://imgur.com/yjQ38EY
Please let me know what I'm doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions