hi rudi,
When I`m using the terminal, everything works better.
Code: Select all
AT+CWJAP="ESP_MAIN_W",""
OK
AT+CIPMUX=0
OK
AT+CIPSTART="UDP","192.168.4.1",909,909,0
CONNECT
OK
+IPD,7:wertyui
+IPD,7:wertyui
AT+CIPSEND=7
OK
>
Recv 7 bytes
SEND FAIL
AT+CIPSEND=7
OK
>
Recv 7 bytes
SEND FAIL // SEND FAIL, why?? receiving works good, transmitting occurs the fail reports
AT+CIPSEND=7
OK
>
busy p...
Recv 7 bytes
SEND FAIL
AT+CIPSEND=7
OK
>
Recv 7 bytes
SEND FAIL
+IPD,7:wertyuiCLOSED
AT+CIPSTART="UDP","192.168.4.1",909,909,0
CONNECT
OK
AT+CIPSEND=7
OK
>
Recv 7 bytes
SEND FAIL
AT+CIPSEND=7
OK
>
Recv 7 bytes
SEND FAIL
+IPD,7:wertyuiCLOSED
When I`m using the AVR couple of things dosen`t work properly.
Most times I`m loosing the reception. Can`t find SSID name of the station on my celphone and another ESP32 modules.
As soon as I make communication through the terminal, most things works better. I`ve added the low ESR capacitor of 3300uF and ceramic 100nF but it doesn`t fix the problems.
I enclousure the picture of soldered modules.