Search the Community
Showing results for tags 'UIPEthernet'.
-
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 (def
-
from now UIPEthernet library (v02) are available for MSP430F5529LP too please check on stellarisiti energia forum: http://forum.43oh.com/topic/7489-energia-library-stellarpad-uipethernet-enc28j60-library/
- 1 reply
-
- UIPEthernet
- enc28j60
-
(and 1 more)
Tagged with:
-
Hi good day ... I'm doing a project that consists of a network of RF sensors that communicate to a station connected to the Ethernet network, the target station that read the sensors and update the variables shown in the IP address configured. I have connected the module NRF24L01 SPI port 2. I am using Enrf24 library. I have the enc28j60 SPI3 module connected to the port. I am using the library UIPEthernet, configure the module to use port 3 Enc28J60Network modifying the file that is included in the same library. I have the following problem: -The NRF24L01 module works well alone. (Alt