ESP32 HTTP GET and HTTP POST with Arduino IDE (JSON, URL Encoded, Text)

preview_player
Показать описание
you’ll learn how to make HTTP GET and HTTP POST requests with the ESP32 board with Arduino IDE. We’ll cover examples on how to get values, post JSON objects, URL encoded requests, and more.

rest api arduino

ESP32 GET JSON from API - ESP32 GET request from API receive JSON
A REST API for Arduino & the CC3000 WiFi Chip
Connecting to an API using an ESP8266 (Or any Arduino)
Parsing Data From an API using ArduinoJSON (ESP8266/ESP32)
Рекомендации по теме
Комментарии
Автор

good video, just missed the point of parsing the JSON

but good starting point

fellypsantos_
Автор

is there any limited memory for htpps post json data to server. Im getting error when I want to send lots of data. I need to send 5-6mb data. how can I send multiple json data. best wishes

ultimateconcantre