I am using this with NO luck;
+++
AT+RST
AT+CWSAP="ESP","",1,0 '' set up SSID
AT+CIPAP="192.168.0.74" SET UP IP ADDRESS
AT+UART_DEF=115200,8,1,0,0 '' set up UART
AT+CWMODE=3 '' seup up as Soft AP and STATION MODE
AT+CIPMUX=1 '' MULTIPLE STATIONS CONNECT (TRIED 0 also)
AT+CIPSTART=4,"UDP","192.168.0.74",23 '' Set up UDP connection and port
AT+CIPMODE=1
As test; I connect to ESP using laptop on SSID "ESP" , use 2x RealTerm sessions (one connected to FTDI to ESP set to 115200, one set to port 192.168.0.74:telnet-this works with JeeLabs), NO LUCK.
Has anyone set up two esps, one as AP, one as Station, connect together and open end to end transparent serial ports? Love to hear your results....
Any help appreciated. Also, I will reward anyone whom can crack open Jeelabs code and change IP address for me.
ALSO- bonus points if you can crack open Jeelabs link code and make it possible to do a transparent link from ESP to ESP, one as Station, one as SoftAP; using IP address above, and have transparent serial to serial com.
Thanks