ESP32: Parsing JSON
https://techtutorialsx.com/2017/04/26/esp32-parsing-json/ESP32: Creating JSON messages
https://techtutorialsx.com/2017/04/27/esp32-creating-json-message/
Example of JSON REST API on ESP32
https://raphaelpralat.medium.com/example-of-json-rest-api-for-esp32-4a5f64774a05
Decoding and Encoding JSON with Arduino or ESP8266
https://randomnerdtutorials.com/decoding-and-encoding-json-with-arduino-or-esp8266/
However, I am not going to encode JSON on the ESP32, I am going to encode it on the Heltec Cubecell. https://github.com/HelTecAutomation/CubeCell-Arduino
The Ockam folks did something different. They used binary.
Serialization and JSON on Arduino.
https://www.youtube.com/watch?v=hAB4TdX8dwM
Awesome. It looks like he did not use a library.
https://www.youtube.com/watch?v=hAB4TdX8dwM
Awesome. It looks like he did not use a library.
He wrote C.
ESP32 GET JSON from API - ESP32 GET request from API receive JSON
https://www.youtube.com/watch?v=cgoCmYLeaSI
(done using a library)
No comments:
Post a Comment