Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArtPollReply failing with DMX-Workshop #64

Open
MikeZomo opened this issue Oct 5, 2023 · 1 comment
Open

ArtPollReply failing with DMX-Workshop #64

MikeZomo opened this issue Oct 5, 2023 · 1 comment

Comments

@MikeZomo
Copy link

MikeZomo commented Oct 5, 2023

Hi,
I am currently testing your library with ESP32-EVB, an ESP32 board with ethernet. I have no problem if I let the controller know the IP of the board (Unicast mode I believe). I get the following response to polling from the controller via my board comport:

IP address: POLL from 192.168.0.173 broadcast addr: 0.0.0.0
POLL from 192.168.0.173 broadcast addr: 0.0.0.0
POLL from 192.168.0.173 broadcast addr: 0.0.0.0
POLL from 192.168.0.173 broadcast addr: 0.0.0.0
POLL from 192.168.0.173 broadcast addr: 0.0.0.0
POLL from 192.168.0.173 broadcast addr: 0.0.0.0
POLL from 192.168.0.173 broadcast addr: 0.0.0.0

I am basically using your receiver example and building on it. From the above I assumed the broadcast address was wrong, so assume I could use the method: void setBroadcastAuto(IPAddress ip, IPAddress sn);
to set the broadcast address from my Arduino code, but I get a Compilation error: 'setBroadcastAuto' was not declared in this scope.

I understand on completion of a successful poll reply from my board, the controller can operate in multicast/broadcast mode. I verified the latter with some test equipment, My aim is to have my board plug into the network and have it automatically negotiate Artnet polling/reply and the received artnet packets and extract the DMX frames. I would appreciate any assistance with this problem you might provide. I did look at an earlier issue about broadcast problems but I do not know enough to make sense of it.

Much thanks.

Mike Zomo

@MikeZomo
Copy link
Author

MikeZomo commented Oct 5, 2023

I got it working.

Much thanks.

Mike Zomo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant