Masterless communication between multiple arduinos.
-
I am working on a project and want to communicate multiple arduinos. I am using nRF24L01 Transceiver for communication.
The project details as follow.
for example, i have five arduinos, i.e. Arduino A, Arduino B, Arduino C, Arduino D and Arduino E. They are all connected in a mesh network. when A transmit message to B, it must be display on LCD connected to B, and then B reply to A according to the message send by A and is display on LCD. Similarly, for every node connected in the mesh.
they all control its services automatically.
How it is possible.
need your help.
-
Welcome to the MySensors community @shaukat59
MySensors does not support mesh networking. Building something using http://www.airspayce.com/mikem/arduino/RadioHead/classRHMesh.html is probably one of the leeast hard ways to do what you want.