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.
horace
December 31, 2022, 7:13am
3
1 Like
noiasca
December 31, 2022, 8:11am
4
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
system
Closed
June 29, 2023, 8:11am
5
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.