drivers icon indicating copy to clipboard operation
drivers copied to clipboard

Support ENC28J60 ethernet card

Open soypat opened this issue 3 years ago • 3 comments

the IC.

If no one is working on implementing it, I'll do it! I've already done work to port https://github.com/muanis/arduino-projects, specifically this file.

I'm just a little unsure how testing works with TinyGo.

soypat avatar Mar 13 '21 23:03 soypat

I'm just a little unsure how testing works with TinyGo.

We do have some tests, but nothing big yet. I'd focus first on getting it working in the first place.

aykevl avatar Mar 13 '21 23:03 aykevl

I did a port on STM32 with STM32CubeF4 : https://github.com/Georges760/STM32_ENC28J60 Maybe it can help.

Georges760 avatar Apr 09 '21 08:04 Georges760

I'll comment on the progress: I've managed to port parts of the arduino ENC28j60 library but I am having trouble reading/writing anything at all through the SPI connection. I think I may have fried my enc28j60. I'm still working on it

Link to progress https://github.com/soypat/drivers/tree/dev/enc28j60

soypat avatar Apr 10 '21 20:04 soypat