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.

share|improve this question

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 1

Arduino 2

Arduino 2

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.