Page 1 of 1

Import data from multiple esp32s to one web page

Posted: Sat Jan 25, 2020 6:38 pm
by wallardyce
How would I read data from multiple esp32s on one web page?

Re: Import data from multiple esp32s to one web page

Posted: Sun Jan 26, 2020 3:44 pm
by ESP_Sprite
It depends. Usually, you'd have the ESP32s send their data to a central server (using e.g. mqtt) and that then builds the webpage, but there's tons of solutions possible.