Server Receive and Send from 100 ESP32 Device
Posted: Sat May 22, 2021 1:06 pm
Hello everyone.
I'm new here and need help to start a big project.
I have built a web server on the ESP32 sensor and need to upgrade it .
My Question
What is the best way to connect 100 Device ( esp32 or esp8266 ) to the server , the Server and 100 ESP32 device connected to the wifi network with a router
The server will be installed on raspberry pi or windows 10 pc and store incoming data on SQLite database .
The server can send and receive from all ESP device on the network .
each ESP Device will send data to server every 1 Sec and it is not possible to exceed this period .
how can the server receving all data from each device without lose any thing .
i need only the guide step for search .
Thanks
I'm new here and need help to start a big project.
I have built a web server on the ESP32 sensor and need to upgrade it .
My Question
What is the best way to connect 100 Device ( esp32 or esp8266 ) to the server , the Server and 100 ESP32 device connected to the wifi network with a router
The server will be installed on raspberry pi or windows 10 pc and store incoming data on SQLite database .
The server can send and receive from all ESP device on the network .
each ESP Device will send data to server every 1 Sec and it is not possible to exceed this period .
how can the server receving all data from each device without lose any thing .
i need only the guide step for search .
Thanks