Page 1 of 1

WIFI CONNECTION OF ESP8266 TO ZTE-U30AIR WIRELESS 5G ROUTER

Posted: Sun Nov 30, 2025 12:28 pm
by SILVESTROS
Hello to all !
I try to send data from a wireless sensor to ZTE-U30AIR using ESP8266 that controlled by a PIC18F47K40..After initialise , I try to connect with ZTE-U30AIR running below code Connect_WiFi...first macro (ConnectToSSID works, but in GetInValue pin D4 remains 0...the same result when I set Contains$ (RxString, " WIFI CONNECTED " , 1 ) instead of SearchAndReplace$...is there an issue in macro or a syntax error in code ?
Thanks in advance.
Basil

Re: WIFI CONNECTION OF ESP8266 TO ZTE-U30AIR WIRELESS 5G ROUTER

Posted: Sun Nov 30, 2025 6:02 pm
by chipfryer27
Hi

Traveling just now so I can only be brief. If you search the forum and especially the "old forum" for esp8266 you will find many posts.

Since the component was created, espressif changed their responses to given commands meaning the component would not work. Not sure if this was ever resolved. However I use the UART component to send AT commands directly to the 8266 and monitor for replies.

This works well and the esp8266 works very well this way. Many examples in the old forum.

Regards