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.
For short range, you can try bluetooth modules like HC-05.
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/
For medium distances (100-400m) , I think the HC-12 is the best choice
Another alternative, if you just want one way communication, are the cheap 433MHz transmitter and receivers.
Oh, and while we are at it, if you are using ESP8266 or ESP32 boards, there is ESP-NOW.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.