I have read much of the information at http://tmrh20.github.io/RF24/ , and class documentation for each different method, not that I understand it fully.
I am having a hard time figuring out which networking method I need, Network, Mesh, Ethernet. I want to have multiple masters and multiple slaves, where they all communicate with each other, except for a few slaves that will only accept commands to open or close a vent, I think I need Mesh but I am not quite sure...
Each Arduino has DHT11, DHT22, and/or a BMP180 reading temperature, humidity, and barometric pressure, both indoors and outdoors. One sensor in each room, and one or two outside (one shaded, one un-shaded). The Living Room and Master Bedroom have displays showing the temperature from all other rooms and outside, these will be the network Masters. Other slaves will only need to receive commands to perform an action (open Close Vents) and report completion, maybe with an ackPayload. I don't need repeated updates from most of the sensors except for once or twice every few minutes so the Masters can update the displays and determine if it needs to send a command to open/close a vent.
After reading the above linked website, I found the link to MySensors and spent about a week going through their site and youtube videos but I don't really want to setup a Controller, so I want to avoid that unless it is absolutely necessary.
I only need help with which network to choose since I am fairly inexperienced with network communications programming and protocols, all other aspects of my project are fairly simple and easy. All RF24L01+ radios wired, tested with Simple nRF24L01+ 2.4GHz transceiver demo - #30 by Robin2 - Exhibition / Gallery - Arduino Forum, everything else is also wired, tested, and working. (Fingers Crossed)
Can an Advanced Arduino user that has experience with these radios and the library give me some hints and tips on which method I should choose for this radio networking fiasco I have undertaken?
Thank you in advance for your replies.
Jorge
BTW: I am using Uno's for sensors and Mega2560's for Masters.