You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your Library. I am trying to build a data logger on ESP8266 using json files.My code for main master device (ESP8266) receive a data packet from couple of ESP8266 slave devices as 6 byte uint8_t variable. Normally there are 2 types of uint8_t data packets from each slave device.
Sensor Type data packet format : {, ,, ,
, }
Sensor values data packet format : { , , , , , }
Now when I receive the data packets from slave there are always 2 separate data packets each with 6 bytes of data as shown above.
I want to use this logger library to store these data in json file and at the same time sort it by device no. so later it can be used.
I do not know how to implement this. Please help me.
Thanks.
The text was updated successfully, but these errors were encountered:
Thank you for your Library. I am trying to build a data logger on ESP8266 using json files.My code for main master device (ESP8266) receive a data packet from couple of ESP8266 slave devices as 6 byte uint8_t variable. Normally there are 2 types of uint8_t data packets from each slave device.
Sensor Type data packet format : {, ,, ,
, }
Sensor values data packet format : { , , , , , }
Now when I receive the data packets from slave there are always 2 separate data packets each with 6 bytes of data as shown above.
I want to use this logger library to store these data in json file and at the same time sort it by device no. so later it can be used.
I do not know how to implement this. Please help me.
Thanks.
The text was updated successfully, but these errors were encountered: