Statistics: Posted by lucio.macellari.mac — Wed Nov 09, 2016 7:09 pm
Code:
AT+CWMODE=3//or other mode
OK
AT+CWJAP="AP_SSID","AP_PASSWORD" //connect to ap or work as a softap
OK
AT+CIPMUX=0 //single link, or multi
OK
AT+CIPSTART="UDP","0",0,10000,2 //set udp local port , remote ip and port is irrespective until send data...
0,CONNECT
OK
Code:
+IPD,14:broadcast test
OK
+IPD,8:test udp
OK
Statistics: Posted by costaud — Sun Dec 28, 2014 1:19 pm
Statistics: Posted by rudi — Tue Dec 09, 2014 12:09 pm