Difference between revisions of "Microduino-ENC28J60"
(→Development) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 31: | Line 31: | ||
* OperatingSupply: 5V-9V DC | * OperatingSupply: 5V-9V DC | ||
* Onboard 3.3V low drop voltage regulator for Ethernet controller | * 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) | * 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 | * Polarity Detection and Correction | ||
− | * | + | * Support Full and Half-Duplex modes |
− | * Programmable Automatic Retransmit | + | * Programmable Automatic Retransmit on Collision |
* Programmable Padding and CRC Generation | * Programmable Padding and CRC Generation | ||
* SPI Interface with Clock Speeds Up to 20MHz | * SPI Interface with Clock Speeds Up to 20MHz | ||
Line 77: | Line 77: | ||
==Development== | ==Development== | ||
* Arduino IDE library and support | * Arduino IDE library and support | ||
− | ** | + | **https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_02_Microduino_Ethernet_ENC |
* '''[[Microduino-ENC28J60]]''' workshops | * '''[[Microduino-ENC28J60]]''' workshops | ||
**【'''[http://www.geek-workshop.com/thread-2260-1-1.html Tutorial of ENC28J60]'''】 | **【'''[http://www.geek-workshop.com/thread-2260-1-1.html Tutorial of ENC28J60]'''】 | ||
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== | ||
Line 90: | Line 98: | ||
| | | | ||
==History== | ==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== | ==Pictures== | ||
[[file:micromodule-ENC28J60-t.jpg|thumb|600px|center|Micromodule ENC28J60 Front]] | [[file:micromodule-ENC28J60-t.jpg|thumb|600px|center|Micromodule ENC28J60 Front]] |
Latest revision as of 09:16, 20 January 2016
Language: | English • 中文 |
---|
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. | |||||||||||||||||||||
ContentsFeatures
| |||||||||||||||||||||
Specifications
Pin Description
| |||||||||||||||||||||
Documents
| |||||||||||||||||||||
Development
| |||||||||||||||||||||
FQA
Buy
| |||||||||||||||||||||
History
| |||||||||||||||||||||
Pictures |