Search found 2 matches

by Bluelight
Thu May 27, 2021 6:19 pm
Forum: ESP32 Arduino
Topic: Code examples!
Replies: 3
Views: 4021

Re: Code examples!

I still don't understand how to do this! I need a "GET" as the website needs to be loaded, and then put the data in the URL. So the ESP32 should connect and load the webpage and then close the connection, where the URL to the page to GET will define the data to be PUT. Like using dweet.io or freeboa...
by Bluelight
Fri May 14, 2021 5:14 pm
Forum: ESP32 Arduino
Topic: Code examples!
Replies: 3
Views: 4021

Code examples!

Hello! Can someone help me put together code for a PUT request to HTTPS for my ESP32 DevKit, where I just want to send some temperature data? I'm learning code as I go, but have some problems putting it all together. I also want to use HTTPS without the cert or fingerprint. I don't worry to much if ...