BLE communication between MicroPython aioble and ArduinoBLE
Previous posts introduced "MicroPython bluetooth remote control LED between Raspberry Pi Pico W and
ESP32-C3, using aioble library" and "BLE examples run on Nano 33 BLE (as Peripheral) and Uno R4 WiFi (as Central)
using ArduinoBLE in Arduino Framework".
This video further test how BLE communication between that two approach.
This video further test how BLE communication between that two approach.
Hello, Im workink with two XIAO ESP32C3 connected as BLE central /periferal, following your example about remote control of a LED, I adapted it to send integer values, the values sent depends of some keys in centran BLE, each value generate an antion in the periferical BLE, to move a server or stepper, manage LEDS
ReplyDeleteBut I need some calback from preriferal to central in order to send back when a servo or stepper reach a especific position, but honestly I'm lost, regarding yours BLE examples, what's the best to be used as examble in my project? Thanks in advence for your help
Salus