How to make two Arduino/ Genuino 101 to talk to each other via bluetooth

Hi all,

For my project I am trying to get two Arduino/ Genuino 101 to talk to each other via bluetooth but can not find any information/ code on how to any where. If you could help out that would be great.

Thanks

Hi there!
A good starting point for Communicating with Bluetooth with the Genuino 101 would be to use the CurieBLE library:
https://www.arduino.cc/en/Reference/CurieBLE

Also there is a tread on the official arduino forums that is worth a read
https://forum.arduino.cc/index.php?topic=358570.0

The is also a good write up on the blog below on how to use AT commands with slightly different hardware to communicate between two arduinos over bluetooth, its different hardware but similar principals

1 Like

I agree with Nick.

The terminology to search for may be Bluetooth LE peer to peer or mesh. I’ve made a quick search but didn’t find anything specific to the Intel Curie on the Arduino 101.

You might study the CurieBLE library at the code level; the documentation doesn’t seem to have much in the way of peer to peer support, or operating the device as Central.

1 Like