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.



Comments

  1. 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
    But 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

    ReplyDelete

Post a Comment

Popular posts from this blog

MicroPython/ESP32-C3 + 1.8" 128x160 TFT ST7735 SPI, using boochow/MicroPython-ST7735 library.

CameraWebServe: ESP32-S3 (arduino-esp32) + OV5640 camera module