If I want my temperature data to be dynamically updated, what changes should I do in the code, and If I want to send data to the server by HTTP post method how the code looks like. Thanks for your help
But how to do read usb serial from PC or Node-red to >> arduino sketch Serial.read() and how arduino know when it started and ended ? and how to do all that without delay?
@@AhmedhkadI advise you take a step back and check one of the serial example programs. Once your ok with that you will take your input then deserialize with json
You help me thank you for detailed explanation. Nobody is giving the detail explanation
Your channel is undiscovered gem !!!
Thank you very much :)
Very well explained, Thanks a bunch man!!!!!
If I want my temperature data to be dynamically updated, what changes should I do in the code, and If I want to send data to the server by HTTP post method how the code looks like. Thanks for your help
Me ajudou muito. Obrigado.
JSON 6 ?
But how to do read usb serial from PC or Node-red to >> arduino sketch Serial.read() and how arduino know when it started and ended ? and how to do all that without delay?
I am receiving a JSON stream over serial I just want to to deserialize it and print the content, if possible can u help me ?
That is exactly what he just showed you
@@axa.axa. But how to do Serial.read() and how arduino know when it started and ended ? and how to do all that without delay?
@@AhmedhkadI advise you take a step back and check one of the serial example programs. Once your ok with that you will take your input then deserialize with json
The library was updated and no longer works but there's a guide how to make it work: watch?v=l8TYLFbo9ws
Without including the web call your video is only half a solution. Please show how to make a web call and parse the results.