micropython/examples/bluetooth
Jim Mussared 25a228af7e examples/bluetooth: Add basic BLE peripheral examples.
Consisting of:
- ble_advertising.py -- helper to generate advertising payload.
- ble_temperature.py -- simple temperature device.
- ble_uart_periperhal.py -- BLE UART wrapper.
- ble_uart_repl.py -- dupterm-compatible uart.
2019-10-18 13:36:51 +11:00
..
ble_advertising.py examples/bluetooth: Add basic BLE peripheral examples. 2019-10-18 13:36:51 +11:00
ble_temperature.py examples/bluetooth: Add basic BLE peripheral examples. 2019-10-18 13:36:51 +11:00
ble_uart_peripheral.py examples/bluetooth: Add basic BLE peripheral examples. 2019-10-18 13:36:51 +11:00
ble_uart_repl.py examples/bluetooth: Add basic BLE peripheral examples. 2019-10-18 13:36:51 +11:00