Micropython has published many good BLE (gatt server, periperal ) examples like ble_uart_peripheral.py here:
https://github.com/micropython/micropyt ... /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?
https://github.com/micropython/micropyt ... /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?
Statistics: Posted by penitko — Mon Feb 26, 2024 11:47 am