Search found 4 matches

by jbroxson
Thu Sep 20, 2018 6:31 pm
Forum: General Discussion
Topic: ESP32 - AT: Receive UDP
Replies: 6
Views: 8506

Re: ESP32 - AT: Receive UDP

Interesting... Yes, following those steps, I do see data coming in, but it is spotty - probably 25% of the packets sent are seen, and of course I see the MDNS traffic from other devices. So, yes, this proves it "works" but I need to reliably use other UDP addresses and ports. Shame it doesn't seem t...
by jbroxson
Tue Sep 18, 2018 3:51 pm
Forum: General Discussion
Topic: ESP32 - AT: Receive UDP
Replies: 6
Views: 8506

Re: ESP32 - AT: Receive UDP

I tried the MDNS trick before joining the multicast group - in my case it made no difference. Data is still not received, but can send data to others. Very weird. I'd rather not write my own firmware to handle this, but if the AT lib won't work, and there is no source available, it looks like we wil...
by jbroxson
Tue Sep 18, 2018 3:30 pm
Forum: General Discussion
Topic: ESP32 - AT: Receive UDP
Replies: 6
Views: 8506

Re: ESP32 - AT: Receive UDP

Interesting... I will give that a try today. Sounds like an interesting project. I still need to get the AT firmware working over SPI. I have done all the config and it builds, but haven't tested it yet. Remoting the IP stack should be possible, but haven't tried that yet. For our project, the ESP h...
by jbroxson
Mon Sep 17, 2018 5:31 pm
Forum: General Discussion
Topic: ESP32 - AT: Receive UDP
Replies: 6
Views: 8506

Re: ESP32 - AT: Receive UDP

I'm also having the same problem. Using the latest AT firmware (built from current GitHub source), I am able to change the multicast group using AT+CIPSTART="UDP","228.5.6.1",6789 (tried with CIPMUX=0 and 1) but it never receives any data from others in the group - it does however transmit fine. Am ...