UIPEthernet library for Arduino IDE, Eclipse with arduino plugin and MBED/SMeshStudio (AVR,STM32F,ESP8266,Intel ARC32,Nordic nRF51,Teensy boards,Realtek Ameba(RTL8195A,RTL8710)), ENC28j60 network chip. Compatible with Wiznet W5100 Ethernet library API. Compiled and tested on Nucleo-F302R8. Master repository is: https://github.com/UIPEthernet/UIPEthernet/

Committer:
cassyarduino
Date:
Fri Feb 10 09:10:47 2017 +0100
Revision:
32:e77cbe3783e5
Parent:
31:0cac6927c80d
Child:
33:7ba5d53df0f2
Changes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cassyarduino 0:e3fb1267e3c3 1 # UIPEthernet
cassyarduino 0:e3fb1267e3c3 2 UIPEthernet library for Arduinos (Atmel AVR-s,Atmel SAM3X8E ARM Cortex-M3,STM32F series,ESP8266), ENC28j60 network chip compatible with Wiznet W5100 API
cassyarduino 0:e3fb1267e3c3 3
cassyarduino 0:e3fb1267e3c3 4 Original UIPEthernet writed by Norbert Truchsess.
cassyarduino 0:e3fb1267e3c3 5
cassyarduino 20:fe5026169ec6 6 You can find wiring diagram for more board in the hardware directory.
cassyarduino 20:fe5026169ec6 7
cassyarduino 0:e3fb1267e3c3 8 Modifications:
cassyarduino 0:e3fb1267e3c3 9 - Replaced import to include, because gcc say 'import is deprecated'.
cassyarduino 0:e3fb1267e3c3 10 - Added support for STM32F, and ESP8266 MCU-s.
cassyarduino 0:e3fb1267e3c3 11 - Merged martinayotte's modification (Correct s_dhcp ~40K more memory usage with STM32F MCU-s.)
cassyarduino 0:e3fb1267e3c3 12 - Moved htons,ntohs,htonl,ntohl definitions to uip.h.
cassyarduino 0:e3fb1267e3c3 13 - Corrected infinite loops.
cassyarduino 31:0cac6927c80d 14 - Set the version to 2.0.2
cassyarduino 0:e3fb1267e3c3 15 - Corrected ESP8266 exception(28).
cassyarduino 0:e3fb1267e3c3 16 - Added watchdog reset calls in functions for stable running on ESP8266.
cassyarduino 0:e3fb1267e3c3 17 - Added geterevid function to get ENC28j60 chip erevid (revision information).
cassyarduino 0:e3fb1267e3c3 18 - Changed linkStatus to static for outside call.
cassyarduino 0:e3fb1267e3c3 19 - Added functions bypass, if can't communicate with ethernet device.
cassyarduino 0:e3fb1267e3c3 20 - Changed debuging/logging. Remove individual debuging. Add global and scalable debuging feature.
cassyarduino 0:e3fb1267e3c3 21 You can setup debuging/logging level in utility/logging.h
cassyarduino 0:e3fb1267e3c3 22 You can use this header file in Your scetch too.
cassyarduino 0:e3fb1267e3c3 23 Add "LogObject" define for serial logging/debuging with board specific default setting.
cassyarduino 26:260ea3e0536c 24 - Added support to MBED/SMeshStudio IDE. (Compiled and tested on Nucleo-F302R8. (STM32F302R8))
cassyarduino 11:3fb19220d9ec 25
cassyarduino 28:70c34b5d891c 26 - Added Abstract Print class to MBED for full compatibility (Can use print, println with uip objects.)
cassyarduino 32:e77cbe3783e5 27 - Errata 12 fixed (by seydamir).
cassyarduino 32:e77cbe3783e5 28 - Created v2.0.2 release.
cassyarduino 31:0cac6927c80d 29
cassyarduino 31:0cac6927c80d 30 If You use NodeMCU please check wiring first:
cassyarduino 31:0cac6927c80d 31 https://github.com/UIPEthernet/UIPEthernet/blob/master/hardware/NodeMCU_enc28j60_wiring.PNG