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

Allow to use ENC28J60 Ethernet module #80

Closed
MrFrangipane opened this issue Jan 5, 2024 · 3 comments
Closed

Allow to use ENC28J60 Ethernet module #80

MrFrangipane opened this issue Jan 5, 2024 · 3 comments

Comments

@MrFrangipane
Copy link
Contributor

MrFrangipane commented Jan 5, 2024

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
Copy link
Contributor Author

MrFrangipane commented Jan 5, 2024

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
Copy link
Owner

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

@albinotoni
Copy link

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.

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

3 participants