Communication between 2 arduino's

Hey everyone,
How can I communicate between 2 Arduino boards in a wirless way?

Radio transceivers. The nRF24L01 is very common. Google will help you find vendors, and tutorials.

1 Like

For short range, you can try bluetooth modules like HC-05.

1 Like

For RF24 radios a good starting place is Robin2's simple rf24 tutorial.

For HC05 Bluetooth, search for "Martyn Currie HC05" for information on using HC05 and this page on connecting 2 HC05s: https://howtomechatronics.com/tutorials/arduino/how-to-configure-pair-two-hc-05-bluetooth-module-master-slave-commands/

1 Like

For medium distances (100-400m) , I think the HC-12 is the best choice

1 Like

Another alternative, if you just want one way communication, are the cheap 433MHz transmitter and receivers.

How to use the 433MHz transmitter and receiver.

1 Like

Oh, and while we are at it, if you are using ESP8266 or ESP32 boards, there is ESP-NOW.

Getting started with ESP-NOW.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.