Difference between revisions of "Microduino-ENC28J60"

From Microduino Wiki
Jump to: navigation, search
(Specifications)
Line 83: Line 83:
 
|-
 
|-
 
|
 
|
 +
 +
==FQA==
 +
*Does this module support 802.3afPoE?
 +
**No, it doesn’t support this protocol.
 +
*Which standard does this module support?
 +
**802.3af 100P
 +
*Does a single connection can support multiple packets?
 +
**No, a single packet per one connection.
  
 
==Buy==
 
==Buy==

Revision as of 13:42, 4 August 2014

Language: English  • 中文
Microduino-ENC28J60

Microduino-ENC28J60 must be stacked with Microduino-RJ45 together to form a complete Ethernet module, individual module can not be used seperately.

Microduino-ENC28J60 module is based on Microchip’s ENC28J60 stand-alone 10Base-T Ethernet controller. The ENC28J60 is a stand-alone Ethernet controller with an industry standard Serial Peripheral Interface (SPI). It is designed to serve as an Ethernet network interface for any controller equipped with SPI.

Microduino-RJ45 is the common name for an 8P8C modular connector using 8 conductors. It has dedicated pins for LED link and network activity indication.

Microduino-ENC28J60 meets all of the IEEE 802.3 specifications. It also provides an internal DMA module for fast data throughput and hardware assisted checksum calculation, which is used in various network protocols. Communication with the host controller is implemented via an interrupt pin, if required, and the SPI, with clock rates of up to 20 MHz.

Microduino-ENC28J60 + Microduino-RJ45 provide onboard low drop voltage regulator which supplies stable voltage to the Ethernet controller. It is an ideal device for applications involving Home/Office Automation, Remote Diagnostics systems, Industrial equipments, Security Systems and Robotics as well.

Features

  • ENC28J60 is a very popular Ethernet chip, the first version Arduino Ethernet extend board was based on EN28J60 chip, and therefore, ENC28J60 is widely adapted by designers due to its stability and easy to use.
  • Integrated MAC and 10Base-T PHY
  • support POE
  • IEEE 802.3. Compatible Ethernet Controller, fully Compatible with 10/100/1000Base-TNetworks
  • Using the U-Shape 27-pin interface (UPin-27), the standard interface of Microduino, must be used with Microduino-RJ45 for full functions
  • Delivered ready to plug in.
  • 2.54mm (0.1 inch) pin pitch, compatible to bread board and hole board


Specifications

  • OperatingSupply: 5V-9V DC
  • Onboard 3.3V low drop voltage regulator for Ethernet controller
  • Require Hostmicrocontroller with integrated SPI
  • DirectHost to module connection via 9 pin berg strip connector (lengthy wiresare not recommended for SPI interface)
  • Support One10Base-T Port with Automatic
  • Polarity Detection and Correction
  • Support Full and Half-Duplex modes
  • Programmable Automatic Retransmit onCollision
  • Programmable Padding and CRC Generation
  • SPI Interface with Clock Speeds Up to 20MHz
  • 25 MHz Clock Input Requirement
  • Operating Voltage of 3.1V to 3.6V (3.3Vtypical)

Pin Description

Microduino-ENC28J60 Spec


ENC28J60 I/O Microduino I/O Function
SCK D13 SPI clock
SI D12 Data input
SO D11 Data output
CS D8 SPI choose
INT D2 Interruption(Here is INT0)
RST RST Reset

Documents

Development

FQA

  • Does this module support 802.3afPoE?
    • No, it doesn’t support this protocol.
  • Which standard does this module support?
    • 802.3af 100P
  • Does a single connection can support multiple packets?
    • No, a single packet per one connection.

Buy

History

  • On December 29, 2012, third edition, fixed bugs, solve some switches do not support, packet loss serious problem, thank @ forest protection.
  • On November 18, 2012, second edition, determine the I/O pins Microduino distribution, cloth plate and through the test again.
  • On November 8, 2012, complete the basic test function

Pictures

Micromodule ENC28J60 Front
Micromodule ENC28J60 Back