In this illustration we will going to wire the ENC28J60 Ethernet Module. This module is another widely used network module for popular microcontroller, the early Arduino network module is accomplished by mean of ENC28J60, although later a new Arduino network module come up based on W5100 chip, but the ENC28J60 is also widely used due to stability and reliability.
With this Ethernet module your Arduino can be used to connect to internet capable adapting TCP/IP protocol stacks true Arduino Ethernet library, and web client application to access distributed network sensors. Can adapt EtherCard / EtherShield code library to perform low-level interfacing with network interfaces, a high level routine are provided to allow variety of purposes including simple data transfer though HTTP.
Required Components
Arduino UNO/MEGA/NANO/PRO
ENC28J60 Ethernet Module
1x Resistor 220k
1x LED Red
Jumper Wires
Solder Less BreadBoard
Optional Components
Relay Module with Optocoupler/Isolator
Wiring Diagram
Arduino Sketch Code
[crayon-67501a1ca5957029467538/]
Download EtherShield Code Library | Zip
Download ENC28J60 Code library | Zip