How to send data from Arduino IoT to another IoT via Bluetooth?

482 Views Asked by At

I do have two Arduino Nano 33 IoT. I want to make the first IoT to broadcast or send a data to the second Arduino IoT via Bluetooth. Say I want to send the time from the first IoT to the second IoT so they have the same time in sync?

The ArduinoBLE library is complicated to follow. It doesn’t even have a clear example that works. Can anyone help me how to do this?

Thanks.

1

There are 1 best solutions below

0
On

I recommend the links below for starting with BLE as a wireless technology and understanding how it is used on Arduino:-