Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Micropython has published many good BLE (gatt server, periperal ) examples like ble_uart_peripheral.py here:
https://github.com/micropython/micropython/tree/master/examples/bluetooth
For that peripheral example, there is also a gatt client (central) example ble_simple_central.py.
But I would also be interested in a central Python example that would work in a Linux BlueZ desktop environment (e.g Ubuntu), which would communicate with the ble_uart_peripheral.py example. Where would one find such an example?
Beta Was this translation helpful? Give feedback.
All reactions