Seeeduino Mega and Ethernet: Unterschied zwischen den Versionen

Aus DL8RDS Wiki
Wechseln zu: Navigation, Suche
 
Zeile 1: Zeile 1:
 +
== Scope ==
 +
 
This is actually just a collection of hints because I have this problem.  
 
This is actually just a collection of hints because I have this problem.  
  
The Arduino Mega and the Seeeduino Mega are not compatible with the Ethernet shield because the SPI pins have moved. So there needs to be a hack to fix that again. I am going to try this because I would like to use the Seeeduino board to do some measurements over the Web.  
+
The Arduino Mega and the Seeeduino Mega are not compatible with the original Ethernet shield because the SPI pins have moved. So there needs to be a hack to fix that again. I am going to try this because I would like to use the Seeeduino board to do some measurements over the Web.  
  
 
* http://mcukits.com/2009/04/06/arduino-ethernet-shield-mega-hack/
 
* http://mcukits.com/2009/04/06/arduino-ethernet-shield-mega-hack/
 
* http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1239058804/0
 
* http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1239058804/0
 +
 +
Updates:
 +
* 2011-02-21 The current Ethernet shield is Arduino Mega compatible and thus compatible with the Seeeduino Mega. So this issue is resolved. It can be used as in any other Arduino Ethernet project.

Aktuelle Version vom 21. Februar 2011, 15:34 Uhr

Scope

This is actually just a collection of hints because I have this problem.

The Arduino Mega and the Seeeduino Mega are not compatible with the original Ethernet shield because the SPI pins have moved. So there needs to be a hack to fix that again. I am going to try this because I would like to use the Seeeduino board to do some measurements over the Web.

Updates:

  • 2011-02-21 The current Ethernet shield is Arduino Mega compatible and thus compatible with the Seeeduino Mega. So this issue is resolved. It can be used as in any other Arduino Ethernet project.