I have created a project
I am wanting to know the easiest way to connect two arduinos wirelessly. I am creating a 3d printed enclosure with LED lights on the inside. I have build out different led color functions and I want to be able to control the light modes by using the buttons and joystick on the esplora and wirelessly send that data to the micro / nano.
Arduino Micro / nano will be in the LED module, it will be the receiver and will not be sending data back to the master arduino esplora.
I would like the Ability to process and send data in near real time so that there is near instant feedback of led light modes changing.
So far I have found 3 potential solutions. I dont know what would be best for my situation. It appears nRF24L01 is the cheapest but it requires you to do error correction which kind of scares me.
Bluetooth
Xbee
nRF24L01
Also I am wondering if everyone's suggestions would change if I want to have a master controller with two receivers instead of one receiver.
Thank you so much everyone I look forward to discussing suggestions.