reaper7 67 Posted April 26, 2014 Share Posted April 26, 2014 Another one, good library for enc28j60, created by ntruchsess -> github project site This library is very similar in usage to existing Ethernet library in new TM4C129, most examples from Ethernet library working with this lib after little modification header files inside sketch, simple add #include "SPI.h" and replace #include "Ethernet.h" to #include "UIPEthernet.h" NEW version available on my github: https://github.com/reaper7/arduino_uip download zip, extract to energia libraries folder and rename to UIPEthernet in this version default CS pin is defined as launchpad pin 10 (definition ENC28J60_CONTROL_CS in file: UIPEthernet\utility\Enc28J60Network.h) works with tiva, msp5529 and maybe more...depends of the launchpad flash size -------------------------------------------------------------------------------------------------------------------------------------- OLD versions: SPI CS pin definition in file: UIPEthernet\utility\Enc28J60Network.h (default PE_5 (P6_6 on MSP430F5529)) UIPEthernet_v02.zip nothing new, only support for MSP430F5529 UIPEthernet_v01.zip -------------------------------------------------------------------------------------------------------------------------------------- This is my release, so... some aspects may not work properly but this library looks promising and I'm going to work on it further. not working: Ethernet.enableLinkLed();Ethernet.enableActivityLed(); EthernetClient -> port bluehash 1 Quote Link to post Share on other sites
reaper7 67 Posted December 11, 2015 Author Share Posted December 11, 2015 bump...new version yosh 1 Quote Link to post Share on other sites
tomexplorador 0 Posted June 10, 2018 Share Posted June 10, 2018 Thank you for your work!/ I am trying to make it work with 430G2553. Could you explain a little more how to connect the 28j60 boar to the ti chip? how to chose pins? thank you again! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.