RF communication between Arduino Nanos using nRF24L01
In this tutorial I’ll go through a simple example of how to get two Arduino Nano devices to talk to one another.
Materials
You’ll need the following materials. I’ve posted Amazon links just so that you can see the items, but they can be purchased in a variety of locations.
About the nRF24L01+
The nRF24L01+ is an appealing device to work with because it packs a lot of functionality on-chip as opposed to having to do it all in software. There is still a lot of work to be done in code; but it’s a good balance between simplicity and functionality. It’s also inexpensive.