BTHome ESP Arduino BLE #33
Replies: 3 comments 4 replies
-
|
Thanks for sharing the adaptation for ArduinoBLE. How well has this worked for you? I am trying to implement BTHome on an old esp32 development board (DOIT ESP32 DEVKIT V1) Any views on which route will be easier? Cheers RobWilks |
Beta Was this translation helpful? Give feedback.
-
|
@RobWilks you could check the updated code, I just merged a PR that should should be compatible with the latest NimBLE. |
Beta Was this translation helpful? Give feedback.
-
|
The updated code worked perfectly with: It is discoverable but not possible to connect to it with nRF Connect - not sure why - not important Thankyou for the hard work on this. Possibly worth advertising to the HA community which has several people interested in making ESP BT Nodes |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was struggling to get the BTHome ESP32 example working on an ESP32-C6. This is because for newer ESP32 mcus there is a conflict between the Arduino-NimBLE library this is based on and changes that have been made by espressif. I've changed the example to use the ArduinoBLE library that is supplied with esp32-arduino. If this is of any help to anyone else, the meat of it is:
Beta Was this translation helpful? Give feedback.
All reactions