Difference between revisions of "ENC28J60 Ethernet LAN / Network Module"

From air
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
   
 
==Source code & Libraries==
 
==Source code & Libraries==
  +
 
===[[Arduino]]===
  +
[[Image:Schema_cablage_ENC28J60.jpg|200px|thumb|right|Wiring diagram with an Arduino Leonardo]]
   
 
Library for ENC28J60 Ethernet LAN : [https://github.com/jcw/ethercard EtherCard]<br />
 
Library for ENC28J60 Ethernet LAN : [https://github.com/jcw/ethercard EtherCard]<br />
Simply download ethercard folder and put it on path-to-your-arduino-folder/libraries/<EtherCard Folder><br />
+
Simply download ethercard folder and put it in : path-to-your-arduino-folder/libraries/<EtherCard Folder><br />
Many examples are available in the folder ethercard/examples
+
Many examples are available in the folder ethercard/examples
   
   
Another library is available to allow an Arduino Card to use MQTT : [https://github.com/njh/NanodeMQTT MQTT for Arduino with EtherCard library]<br />
 
There are some examples available in the folder NanodeMQTT/examples
 
To add this library, proceed as previously. Don't forget to read the Readme.md file.
 
   
 
Another library is available to allow an Arduino Card to use [[MQTT|MQTT]] : [https://github.com/njh/NanodeMQTT MQTT for Arduino with EtherCard library]<br />
===[[Arduino]]===
 
 
There are some examples available in the folder NanodeMQTT/examples
 
 
To add this library, proceed as described previously. Don't forget to read the Readme.md file.
<pre>
 
</pre>
 
   
 
===[[STM32]]===
 
===[[STM32]]===

Latest revision as of 00:39, 14 February 2014

http://dx.com/p/enc28j60-ethernet-lan-network-module-for-51-avr-stm32-lpc-150604

Source code & Libraries

Arduino

Wiring diagram with an Arduino Leonardo

Library for ENC28J60 Ethernet LAN : EtherCard
Simply download ethercard folder and put it in : path-to-your-arduino-folder/libraries/<EtherCard Folder>
Many examples are available in the folder ethercard/examples


Another library is available to allow an Arduino Card to use MQTT : MQTT for Arduino with EtherCard library
There are some examples available in the folder NanodeMQTT/examples To add this library, proceed as described previously. Don't forget to read the Readme.md file.

STM32


http://blog.tkjelectronics.dk/2012/08/ethernet-on-stm32f4discovery-using-external-phy/ ??????