ESP32 + HTML help : refresh on serial.available

hi all

I'm trying to find a way that an ESP32 host a (basic/simple) webpage and shows and also refresh on serial messages (serial.available)

the goal is , after receiving a message through serial port (like a Lora module) that the HTML webpage shows just the value it receives.

160+ ESP32 Projects, Tutorials and Guides with Arduino IDE​ | Random Nerd Tutorials

1 Like

have a look at esp32-web-server-sent-events-sse

1 Like

either let the browser fetch data from the Server using the fetch API for example each second, or open a websocket and let the server push to the client.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.