-
Notifications
You must be signed in to change notification settings - Fork 454
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
arduino due cant use enc28j60? #192
Comments
Can you provide more context about how it doesn't work? Have you tried using the equivalent SPI pins for the Due? If you do get it working can you submit a PR updating the readme on the pin hookup for a Due? |
I hope this gives you more info, using the simple testDHCP.ino which works on the mega just fine. C:\Users***\Documents\Arduino\libraries\ethercard-master\dhcp.cpp: In static member function 'static bool EtherCard::dhcpSetup(const char*, bool)': When i commented strncpy the compile process went into a endless loop. Using arduion 1.6.4 and added arduino due from the board manager. |
Hi, I have the same Issue. Any ideas? |
Hi, I'm also interested if any plans/progress exists for adding support for Arduino Due. Thanks for great job. |
Similar Issue, EtherCard.cpp:14:24: fatal error: avr/eeprom.h: No such file or directory Could be lack of compatibility with DUE as suggested in EtherCard does not work on Arduino Due, compilation error . Question: |
the library cant work in due,can i resolve this problem?
The text was updated successfully, but these errors were encountered: