Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 473 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 473 Bytes

BLE DEBUGGER

An example to how debug your projets with esp32 using bluetooth low energy. For this there is an esp32 component called ble_sender that sends the data and an implementation in a python file to receive the data, called ble_receiver.

The component is available in the ble_sender, with an example task in the main file. To get messages from esp32 run ble_receiver.