We're developing a smart lamp for growing plants. Each lamp is individually connected to the access point and receives commands from it. Now we're planning to make our lamp fit for big greenhouses and indoor farms. This would mean that there are will be multiple 100 if not more than 1000 devices in one room. How can we make the devices communicate with upstream without connection problems due to limited bandwith?
Strategies that I have come up with but are not satisfying (I guess)
What would you suggest? Does anyone have experience?
Strategies that I have come up with but are not satisfying (I guess)
- use mesh network for devices to connect with their neighbours before connecting to upstream
- use LORA (Low Range Wide Area Network, probably has the same downsides as wifi when it comes to big quantities?)
- use wired connections between lamps that are close together
What would you suggest? Does anyone have experience?