8000 Help needed for implementation · Issue #1 · ravelab/JsonLogger · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Help needed for implementation #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
happytm opened this issue Feb 3, 2020 · 0 comments
Open

Help needed for implementation #1

happytm opened this issue Feb 3, 2020 · 0 comments

Comments

@happytm
Copy link
happytm commented Feb 3, 2020

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.

  1. Sensor Type data packet format : {, ,, ,
    , }

  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0