Closed MrFrangipane closed 10 months ago
I forgot to mention something
In the lastest release, I also had to change ArtnetCommon.h
at 624:22
so that it doesn"t error
'class UIPEthernetClass' has no member named 'MACAddress'
I'll update the pull request accordingly for the current state of the repo
@MrFrangipane Thank you for your contribution! Could you add examples and workflows for them?
Hi!
I seem not to be able to get ArtnetEtherENC.h working with nano and ENC28J60. For me the problem seems to be, that Ethernet.begin() does not connect, but silently fails..
On other projects, I manage by using UIPEthernet.h library.
Hi,
Thank you for that owesome library
I need to use an ENC28J60 Ethernet module (with the raspberry pico RP2040)
For now, I manually created a
ArtnetEtherENC.h
file in my library folder.I have made a pull request #79 as an example
All the best, Val