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

Arduino micro and enc28j60 doesn't work for me #190

Open
AleksandarFilipov opened this issue Aug 31, 2018 · 2 comments
Open

Arduino micro and enc28j60 doesn't work for me #190

AleksandarFilipov opened this issue Aug 31, 2018 · 2 comments

Comments

@AleksandarFilipov
Copy link

AleksandarFilipov commented Aug 31, 2018

Arduino Micro is simliar to ardunio Leonardo ethernet, that is; it has a spi breakout. I've found that there are diffrences when it comes to SPI_SC.

I thought that this excellent post would solve the issues i'm having
http://microcontrollerelectronics.com/arduino-leonardo-and-spi-communications/

Please help me on how to proceed with this. Right no i'm so stuck.

Fascinating is that there are 0 traces of arduino micro and enc28j60 on the web. Alternatively everyone has it running and don't have any problems.....

@ErencanErkarakas
Copy link

enc28j60 server connection only 4 times
while (true) { if (!client.connect(IPAddress(192, 168, 1, 111), 123)) { delay(100); Serial.println("not connection"); } else{ break; } }
//action
repeats this process only 4 times

@AleksandarFilipov
Copy link
Author

AleksandarFilipov commented Mar 27, 2019

I actually fixed this in uipethernet library, not sure how they are related. The fix can be found here: UIPEthernet/UIPEthernet#40

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

2 participants