External I2C - Bluetooth module required #11820
Unanswered
WolleKette
asked this question in
Hardware & Peripherals
Replies: 1 comment
-
@WolleKette typically most external Bluetooth/BLE controllers are connected via a UART (via the HCI protocol). One of the easiest options by far is to use an nRF51 or nRF52 running Zephyr's HCI UART firmware as an external host controller. MicroPython's BLE support (using both NimBLE and BlueKitchen) will work with this. https://docs.zephyrproject.org/latest/samples/bluetooth/hci_uart/README.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For an application on a STM32 Nucelo board I need Bluetooth to send and receive data. Unfortunately the board has no bluetooth and I can't use another board.
I was thought of using an external Bluetooth module. Does anyone have experience with this in MicroPython?
Which module and which Bluetooth library did you use?
Beta Was this translation helpful? Give feedback.
All reactions