UART BLE passthrough like HM-10 module #1469
Replies: 2 comments 5 replies
-
When I looked into this, it seemed to me that BLE does not have any concept of a serial port profile. For HID devices like a keyboard or mouse, there is a standard way of making the BLE service visible, but serial ports are not HID devices. You need to define special services and characteristics and then program your receiving host to access them. Always happy to get an ArduinoBLE port for the core, of course. :) The Arduino version of that library expects to control the entire BLE stack and send raw HCI commands to the chip, which is not supported by BTStack as I see it. |
Beta Was this translation helpful? Give feedback.
-
HM-10 compatible: Both implementations are based upon examples from BTStack repository. |
Beta Was this translation helpful? Give feedback.
-
I am looking for a way to use the RaspberryPI Pico W similar to a HM-10 module. Serial data that arrives via the UART port using the same UUID as the HM-10 module and vice versa. There is an Example doing this using normal Bluetooth, but how can I do with BLE?
Beta Was this translation helpful? Give feedback.
All reactions