Skip to content
Discussion options

You must be logged in to vote

Bluedot (from what I can tell from the docs) communicates over rfcomm, which is Bluetooth Classic. rfcomm is essentially a serial port over Bluetooth.

MicroPython only supports Bluetooth Low Energy.

Adafruit have an Android/iOS app called "Bluefruit Connect" which includes a controller mode.

It's been a while, but I'm fairly sure that Bluefruit works over the Nordic UART Service (essentially rfcomm but for BLE). I think you should be able to use https://github.com/micropython/micropython/blob/master/examples/bluetooth/ble_uart_peripheral.py to receive events from Bluefruit.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@rodo54
Comment options

Answer selected by rodo54
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants