Search found 2 matches
- Sat Oct 19, 2013 7:35 pm
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2529455
Re: Ethernet Module (HCARDU0028)
Finally got the Ethernet module working with my Mega 2560 by following guidance from http://en.code-bude.net/2013/06/22/how-to-use-enc28j60-ethernet-shield-with-arduino-mega-2560/ Enc28j60 Arduino Mega 2560 GND -->>GND 3.3 -->> 3.3V SO -->> Pin50 SI -->> Pin51 SCK -->> Pin52 CS -->> Pin53 EtherCard ...
- Tue Oct 15, 2013 10:30 pm
- Forum: Wireless / Wired
- Topic: Ethernet Module (HCARDU0028)
- Replies: 43
- Views: 2529455
Re: Ethernet Module (HCARDU0028)
I am trying to get the Ethernet module working with the Mega 2560 but without success. The example given is for a Nano - are the connections different for a Mega? The module EtherCard.h shows the pinouts are: // PIN Connections (Using Arduino UNO): // VCC - 3.3V // GND - GND // SCK - Pin 13 // SO - ...