You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i've been trying to get this library working on a nodemcu board (esp8266) connected to a enc28j60, but it keeps resetting at startup.
I've read that the default cs pin makes this happen if there is a 10k pull up resistor on it, but my enc28j60 board doesn't have any.
I've also tried using a esp32 with some minor modifications to the library, but i can't get it to work on either.
Do i have to have a specific version of the esp8266 arduino core?, i'm currently using the 2.4.2 version.
Edit: forgot to add the output, currently trying the pings example:
Sorry but EtherCard does not currently work on non-AVR processors (ESP8266 is not AVR)
Requirements
Hardware: Only AVR-based microcontrollers are supported, such as:
Arduino Uno
Arduino Mega
Arduino Leonardo
Arduino Nano/Pro/Fio/Pro-mini/LiliPad/Duemilanove
Any other Arduino clone using an AVR microcontroller should work
Hardware: Non-AVR boards are NOT currently supported (101/Zero/Due)
I did do a bit of work on adding support for other architectures in Pull Request #335 - switching to using the Arduino SPI library. There might be a couple other things that need to be fixed for it to run on non-AVR.
Hi, i've been trying to get this library working on a nodemcu board (esp8266) connected to a enc28j60, but it keeps resetting at startup.
I've read that the default cs pin makes this happen if there is a 10k pull up resistor on it, but my enc28j60 board doesn't have any.
I've also tried using a esp32 with some minor modifications to the library, but i can't get it to work on either.
Do i have to have a specific version of the esp8266 arduino core?, i'm currently using the 2.4.2 version.
Edit: forgot to add the output, currently trying the pings example:
[pings]
Soft WDT reset
ctx: cont
sp: 3ffffd30 end: 3fffffd0 offset: 01b0
ets Jan 8 2013,rst cause:2, boot mode:(1,6)
ets Jan 8 2013,rst cause:4, boot mode:(1,6)
wdt reset
Second edit:
I'm sorry, i didn't realize i was not on the correct github.
The text was updated successfully, but these errors were encountered: