Example sketch for simple Broadcaster/Observer pair

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
ray_leiter
 
Posts: 49
Joined: Wed Mar 16, 2016 9:09 pm

Example sketch for simple Broadcaster/Observer pair

Post by ray_leiter »

I have an ESP32 and an Arduino Nano 33 BLE. I want to explore the BLE roles of Broadcaster and Observer.
The BLE libraries for each of the 2 MCU's I mentioned are quite different.
The library for the ESP32 is from Neil Kolban while the one for the Nano 33 BLE I'm not sure of.

There are plenty of example sketches provided by each MCU, but they all appear to do much more than play the role of Broadcaster or Observer. Does anyone know of any sketches that will satisfy the requirement?

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”