ESP32 Arduino: HTTP GET Requests

preview_player
Показать описание
This video explains how to perform HTTP GET Requests using the ESP32 and the Arduino core.

Written tutorial with the code

Online API for testing:

More tutorials on the ESP32:
Рекомендации по теме
Комментарии
Автор

I just want to say a big thank you. It has taken me two days using various methods of using a http get request to get data from a cell in google sheets. Your video was the one what had the most elegant and most importantly, the only working solution. Thank you very much!

stuartknutsen
Автор

great video, thanks. I couldn't get it to work on my small local network with a server and ESP32. I changed the firewall settings for the network and now it works great!

roarznz
Автор

Thank you ! It helped me a lot in solving a bug I had in my code. Cheers!

luismorales
Автор

I cannot thank you enough. This is a great tutorial!

bentonedmondson
Автор

Thank you for sharing...
it's always heartwarming to get new knowledge and able to share it to other people who also in need... :)))

visitor
Автор

Finally a simple enougth tutorial... Everyting i wanted! THX so much!

PedroHenrique-rldj
Автор

how can I send request or data to web server using eps32 as a client

muhammadhasan
Автор

How do I change only the name part in the data from the service

akifsari
Автор

i am getting -11 in serial monitor what does it mean

revanthmogalluri
Автор

if we get data using http get request then how to download those data which we get on console in our pc, using also by http get request can u help ... not using spiffs method.

embeddedjunction
Автор

Nice explaination for beginners thank you

DharmeshTechZone
Автор

Honestly speaking 🗣️ your are a Gold 🥇, thanks a millions, you save my day

kekekeernest
Автор

How do you get this to work with https?

angelramosexperience
Автор

Doesnt seems to work anymore. Seems like HttpClient library has been changed.

yala_babu
Автор

Hi, do you have the link or example to do this with low level code and socket? To use just a socket, do we need to use the wifi class? Or is there something like a socket class in Arduino? Thx for info. Great tutorials and teaching.

SA-ojbo
Автор

hello first of all thank you for this video. I am getting error 302. why could it be?

zekoli
Автор

I'm gonna buy ESP8266. Does this work with that module?

deepakhere
Автор

Please do a tutorial ESP and Thing speak. I am having a hard time. I would like to get in touch with you. Is there a way I can connect to you?

RahulRajShah
Автор

hi how can i get requests from the web server to esp 32 and the esp 32 send the answer to the web server

pedrosilvestre
Автор

i am trying to use this example with my url but getting the response as 200 only. I am not getting json data after that.

saagembhobbyiest