Soil Monitor Sensors and Azure gateway

Hi All,

Just a quick question. If I want to set up different sensors to monitor separately on azure, do I need an azure gateway for each device, or can I do it with just 1.

I originally set it up using 1 sensor and we purchased additional sensors. I see the sensors in azure under the same IOT device, but I want them to be separated.

Multiple sensors can communicate through a single Azure Gateway.

The sensors report data to a single IoT Device Twin. You can also have the data reported as Device to Cloud messages if you prefer that(this is optional on the Gateway’s configuration web UI). If you have Device to Cloud messages enabled on the gateway then you can monitor and filter data from different sensors that way.