Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 8 months ago.
Create a library for ENC28J60
yesterday i found a code for the ENC28J60 interface but is a real mess, since i am new in this mbed stuff i would like to find someone with real good skills that help me turning this mess into a working library. the link is https://mbed.org/users/marcelobarrosalmeida/code/ArduinoShieldSPI/
please help
1 Answer
9 years, 11 months ago.
You may try this library: http://developer.mbed.org/users/hudakz/code/UIPEthernet. Example: http://developer.mbed.org/users/hudakz/code/WebSwitch_ENC28J60.
I once started on an ENC28J60 library, got one around here, made all the stuff required to control the ENC28J60, and in the end deleted it all :). The problem for me was how to integrate it with an ethernet stack. Controlling the IC is easy, making it send proper ethernet packets is not.
posted by Erik - 19 Mar 2014