Chat freely about anything...

User avatar
By danbicks
#41670
mo3tazsame7 wrote:U mean repeatedly sending jason files containing the data from each sensor ??...... good idea


Yes, Sample all sensor values, wrap them all up in a JSON formatted string and send e.g:

{"Sensor Humidity":"56%","Sensor Lux":"120","Sensor Temp":"24.5"}

Use AdruinoJson Library, It is really good and will allow both creation and parsing of initial string.

Hope this helps

Dans