You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to reopen issue #74 . I'm facing the same issue described in this original issue. Thing is that it doesn't happen on all ESP8266 devices. I own Wemos D1 Mini Pro where the attached code runs perfectly fine (packets are sent to unicast and multicast). But if the same is loaded to the NodeMCU v3 or Wemos D1 Mini no packet is sent to multicast addresses. Both devices send successfully unicast packets to 192.168.1.x and both of them are able to receive multicast packets. Only sending doesn't work on some devices. I used the same network and same access point to run the tests. I tried to use also beginPacketMulticast instead of beginPacket, but it has no effect whatsoever. I have also to point out that beginPacket always end up with successful result (1) also in the case when no packet is sent.
It would be great if you could load attached file to some other devices and check with packet sniffer if packets are sent or not.
If needed I can do some deeper debug if required – just let me know how to do that.
@JirinSV just as you said, the problem happned in the process of multicasting. The xiaomi gate is not recoginzed by wemos, so it's failed to send command to the gate(I modified the loxone IP to the real IP am using, so reading is ok), I am using Wemos D1.
Hi,
I would like to reopen issue #74 . I'm facing the same issue described in this original issue. Thing is that it doesn't happen on all ESP8266 devices. I own Wemos D1 Mini Pro where the attached code runs perfectly fine (packets are sent to unicast and multicast). But if the same is loaded to the NodeMCU v3 or Wemos D1 Mini no packet is sent to multicast addresses. Both devices send successfully unicast packets to 192.168.1.x and both of them are able to receive multicast packets. Only sending doesn't work on some devices. I used the same network and same access point to run the tests. I tried to use also beginPacketMulticast instead of beginPacket, but it has no effect whatsoever. I have also to point out that beginPacket always end up with successful result (1) also in the case when no packet is sent.
It would be great if you could load attached file to some other devices and check with packet sniffer if packets are sent or not.
If needed I can do some deeper debug if required – just let me know how to do that.
Thanks for checking this,
Jiri
Project
UDPMulticast.zip
Basic Infos
Hardware
Hardware: Wemos D1 Mini / NodeMCU V3
Core Version: 2.3.0
Description
Unicast UDP packets cannot are not sent.
Settings in IDE
Module: Wemos D1 mini / NodeMCU V3
Source code
The text was updated successfully, but these errors were encountered: