Hello,
I am starting my ESP adventure using the relay board shown below. It is configured as an AP with address 192.168.4.1, and I can connect to it with my phone via wifi. I am simultaneously creating an android app to control the relay connected to the ESP8266 via TCP.
Communication via the serial monitor of the Arduino application works without a problem. However, I would like the server ( read AT+CIPSERVER=1, 8080 command ) to be started automatically when the device is connected to a power source. Logic dictates that one would have to code an automatic start in flash memory, e.g. with the AT+CIPSERVER_DEF command - but this does not exist. I would appreciate your help in finding a solution to this problem.
Regards
.
I am starting my ESP adventure using the relay board shown below. It is configured as an AP with address 192.168.4.1, and I can connect to it with my phone via wifi. I am simultaneously creating an android app to control the relay connected to the ESP8266 via TCP.
Communication via the serial monitor of the Arduino application works without a problem. However, I would like the server ( read AT+CIPSERVER=1, 8080 command ) to be started automatically when the device is connected to a power source. Logic dictates that one would have to code an automatic start in flash memory, e.g. with the AT+CIPSERVER_DEF command - but this does not exist. I would appreciate your help in finding a solution to this problem.
Regards
