Page 1 of 1

ESP32 Webserver

Posted: Tue Dec 20, 2022 1:39 pm
by GiulioDallaVecchia
Hi all,

I'm struggling to understand how I can establish a connection to my web-server. I'm working on a project, running on a ESP32, where it's running a HTTP server. I need to access to that HTTP server from anywhere in the world, but I don't understand how I can achieve that. In the end I need to generate a URL with whom a client can connect to the web server. From what I have understood I need to use a cloud server that make the bridge from the client request and my server.

Is there anyones that can suggest me something?

Thanks a lot in advance!

Re: ESP32 Webserver

Posted: Tue Dec 20, 2022 3:02 pm
by bidrohini
You can use ThingSpeak. ThingSpeak is an open data platform for the Internet of Things applications. It is a MathWorks web service that allows users to send sensor readings and data to the cloud.We can also visualize and act on the data (calculate the data) that is sent to ThingSpeak by the devices. The information can be saved in both private and public channels. Here is an example:

https://www.theengineeringprojects.com/ ... erver.html