Making HTTPS requests directly from an ESP8266 using the Arduino IDE

preview_player
Показать описание
Sketches used in the video can be found here:

Рекомендации по теме
Комментарии
Автор

That video is very helpful! Your examples and git repos helped me get my wemos d1 r2 board working, sending a get request to my site and getting back json response 🎉

mildmildfire
Автор

just in case someone faces the same issue... I had to add client.setInsecure(); before if (client.connect(host, worked fine after this. Cheers. Thanks for sharing your brilliant work, Brian.

fernandomiranda
Автор

I rarely comment, but you deserve the praise "supremely well done." This is clear, concise, and /narrated/ without ridiculous background music. I'm so sick of video "tutorials" that blare some pointless music while you watch--in 480p--someone slowly type pseudo-English instructions in Notepad while switching back and forth to an app that isn't even completely shown. I'm hoping to take what you wrote and apply it to access the Glympse HTTP REST API (to monitor my phone's location).

youngskyculler
Автор

Absolutely brilliant mate! You just made a load of stuff I have to do very easy. Keep up the great work. I've subbed and am looking forward to some more of your work!

northshorepx
Автор

Very well done Brian. look forward to the library

RaadYacu
Автор

Hi, cool job Brian...may I ask you A simple Question...How To Upload a secure sensor data using HTTPS ?? this will be a very
useful information to everyone...I hope to get an answer from you soon..thanks man

naznor
Автор

See you just posted this! Nice tutorial I will likely use it!

Jesse-kfik
Автор

This is not using HTTPS, it's just using HTTP with the HTTPS library. Not secure, bad use of the library. I found what I needed by looking up documentation for the WiFiClientSecure library.

kadenzxc
Автор

it works with esp32 with wifi.h library, but only about 2 hours? what would be the problem? i use esp32 to upload sensor data directly to google sheets via HTTPS GET

Mortenmo
Автор

Excellent ! is the library out now ?
You've some useful stuffed videos in your channel. I am subbed !

anumsheraz
Автор

Hi Brian, have you one example to get o post with a esp8266 but with the actual servers where they use https secure conection, I try this but doesn't work, thanks

elricho
Автор

You are brilliant!!. I have a similar requirement so I first tried your code but could not connect to host and get msg "Error getting title.". Found that client.connect(host, 443) is not making connection after wifi connection.
Could you please help.

netrafter
Автор

Hi Brian..! Great Video.. Can you do a video to get data from a google api (Blogger api to get page Views) which need to send OAuth token in the http header . Thank You

yohanamarathunga
Автор

You did not include the ESP8266Wifi.h library, and other libraries that is needed for your arduino source code.

mattrebong
Автор

Brian about curl and twitter i got that response :( : curl: (1) Protocol "'https" not supported or disabled in libcurl

MPElectronique
Автор

Brian, what can i do for that error? : Failed to open config file
JSON respnse was not as expected

:( in diysocial stats :(

MPElectronique
Автор

How can i use this code to send HTTPS request to firebase?
I need an example that explain how to get host and connect to the server of firebase
@Brain

ahmedragab
Автор

Brian please help me with my situation... I have followed your video.. When i tried to run ur code after editing SSID and Password alone, at this point "client.connect(host, 443)" it always fails why is that so?

astmgmc
Автор

Brian, i need help with this please? : Failed to open config file
JSON respnse was not as expected
for facebook :-(

MPElectronique
Автор

You did a great work, keep going.
I try your sketch and work good, then try to connect to other SSL web site, www.google.com work fine, www.google.ca not connecting and few other. do you have a explaination or a point start to search.
My guest is the encryption method the one I try to connect is RSA (2048 Bits).


Thank's

Mordrax
welcome to shbcf.ru