M5 stack bluetooth with HM10
-
Hi
somebody have example how to do a communication beetween M5 stack bluetooth and HM10 ?
thx
Alain -
you could refer to the esp32 Bluetooth functions examples.
Bluetooth:
https://github.com/espressif/arduino-esp32/tree/master/libraries/BluetoothSerial
BLE:
https://github.com/espressif/arduino-esp32/tree/master/libraries/BLE
-
thx I'll try later to see