hideakitai / ArtNet

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

Allow to use ENC28J60 Ethernet module #80

Closed MrFrangipane closed 10 months ago

MrFrangipane commented 10 months ago

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

MrFrangipane commented 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

hideakitai commented 10 months ago

@MrFrangipane Thank you for your contribution! Could you add examples and workflows for them?

albinotoni commented 3 months ago

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.