get lage sensor data from ESP ( Json) #232
Closed
EmileSpecialProducts
started this conversation in
General
Replies: 2 comments
-
You can use stream, chunk, SSE, websocket, |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is how i Resolved it
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to return sensor data from the ESP in Json format.
Not using the https://arduinojson.org/ as this will not solve my issue.
This works great using this code if the data <64K
But if the data is more then 64K byte i have a memory problem ( String only support 64K )
But how can I send blocks of data so that I do not need to have all the Jsondata in memory?
PlatformIO.ini settings
Size Limits with Responses
Beta Was this translation helpful? Give feedback.
All reactions