UDP reception using AT-COMMANDS

iw2lsi
Posts: 15
Joined: Wed Oct 24, 2018 11:48 am

UDP reception using AT-COMMANDS

Postby iw2lsi » Wed Jun 03, 2020 2:44 pm

Hi All,

anyone has successfully configured an ESP32 for UDP reception using AT-COMMANDS ?

So far, I can send a 6-bytes (broadcast) frame using:

AT+CIPSTART="UDP","192.168.1.255",1235

followed by a

AT+CIPSEND=6

and it works as expected.... but any attempt to receive an UDP frames didn't work...

Is it possible ?

Best Regards

Giampaolo

iw2lsi
Posts: 15
Joined: Wed Oct 24, 2018 11:48 am

Re: UDP reception using AT-COMMANDS

Postby iw2lsi » Thu Jun 04, 2020 10:10 am

problem solved...

AT+CIPSTART="UDP","0.0.0.0",1235,1235,2

Giampaolo

Who is online

Users browsing this forum: Corand, EG1966 and 119 guests