ENC28J60 Ehterent module
This module is handled by ethercard Library in Arduino and Energia environments (the original library is specific to AVR processor, but in laboratory Energia contains modified version working with ARM processors). The library pretends to implement TCP/IP but in fact the implementation is quite restriced:
Note: There are two different kinds of ENC28J60 modules. One includes voltage regulator so that it can take power from 5V line. The other needs 3.3V supply. The ENC28J60 chip takes relatively large current (up to 180 mA), which is larger than nominal maximal current from 3.3V pin on most of our boards and USB serial convertors. So we will mostly use the version with voltage regulator and power it from 5V.