Hi,
I have 3 sensor nodes that sends node ID, location, temperature, humidity, light intensity, and battery level to a collector board.
The collector board is connected to Notecard WiFi and Notecarrier A.
I want to know if I should send individual sensor data to Notecard Wifi or I should append the 3 sensor node data into one JSON string.
If I append the 3 sensor node data into one JSON string, how should I format it. This below is data from 1 sensor node.
{“req”:“note.add”,“body”:{“nodeid”:1,“location”: “garage”, “temp”:35.5,“humid”:56.23 ,“light”:100,“bat”:80}}
Regards,
Markel