well done , but anyone here can tell me is it possible with ESP easy make network of ESP module , one in AP mode and others in Station mode ? AP module receive the sensor data of all other Station ESP module and probably send back them command or acknowledgment
Posts made by Hamid s k
-
RE: Experimental: ESP Easy MySensors Edition
-
ESP IOT net
I was wondering if anyone could help me to my idea about making Hme IOT project with networks of ESP modules , The idea is using async webserver on AP ESP module and other ESP station enabled sensor devices can send the data and receive the commands from server, the rate of data logging wont be rather than 1 request per second
what strategy should I use ? sync or async
what header type? TCP or MQTT
I might add, the ESP AP server host the webpage , which is user can login and watch data or activities
also on net configuration when we intend to add new node to this net , how ESP client introduce itself to ESP AP server and send its information such as IP address, Number of sensor attached , type of sensor,...so after user can configure the sensor on the web page