I'm trying to connect two Arduino Unos with Bluetooth modules (HC-06 and HC-05). Does anyone know the steps required to do that?
I still haven't figured out:
- How to pair the two Bluetooth devices, and;
- How to pair each Bluetooth with each Arduino.
If you have any useful tutorials, please let me know.
Greenonline
3,1527 gold badges36 silver badges48 bronze badges
asked Dec 18, 2016 at 18:48
1 Answer 1
There is a nice example for Arduino here.
Connecting 2 Arduinos by Bluetooth using a HC-05 and a HC-06: Pair, Bind, and Link
The Uno works the same way as the board in the example.
Arduino 1
Arduino 2
answered Dec 18, 2016 at 20:14
lang-cpp