HC05 or JDY-23 bluetooth module connection for esp32lolin #491
Answered
by
syssi
paulsteigel
asked this question in
Q&A
-
Hi @syssi , |
Beta Was this translation helpful? Give feedback.
Answered by
syssi
Apr 2, 2024
Replies: 1 comment 3 replies
-
IMO the mentioned bluetooth modules doesn't support bluetooth low energy. You should invest the money to buy a ESP32 with bluetooth support instead. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have a separate bluetooth module capable of bluetooth low energy you could implement a
ble_client
component implementation ("the driver") to talk to the module. IMO BLE is pretty complex and this will be a huge task. My implementation just uses some BLE methods of the ESP-IDF implementation / BLE stack of the ESP32.