hideakitai / ArtNet

Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)
MIT License
257 stars 52 forks source link

Why can't Mega2560 control artnet signals? I have successfully controlled using Arduino Uno!! #53

Closed Axx2017 closed 1 year ago

Axx2017 commented 1 year ago

Why do I use mega2560 ss53, Ethernet. init (53); It can be accessed through IP, such as 192.168.1.111. However, cannot artnet data be sent to the art controller? I have successfully controlled the program using Arduino Uno, only adding Ethernet. init (53) in begin();.

hideakitai commented 1 year ago

Sorry, I couldn’t understand what Ethernet.init (53) means. Please try examples as is (you may need to change IP at least)

hideakitai commented 1 year ago

Closed due to lack of information. Please reopen if you still have problems.