Detailed Specification: Difference between revisions
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Detailed Specifications == | == Detailed Specifications == | ||
=== Arduino Pin Mappings === | |||
*[http://arduino.cc/en/Hacking/PinMapping2560 Arduino Mega 2560] | |||
=== Pin Reservations === | === Pin Reservations === | ||
*Ethernet Shield (W5100) | *[http://www.arduino.cc/en/Main/ArduinoEthernetShield Ethernet Shield (W5100)] | ||
**I2C Pins | |||
***Pin 20 (SDA), 21 (SCL) | |||
**SPI Pins (Communicates through the ICSP header) | **SPI Pins (Communicates through the ICSP header) | ||
***11,12,13 SPI Bus(Uno/Other Atmega 328 boards) | ***11,12,13 SPI Bus(Uno/Other Atmega 328 boards) | ||
***Pin 10 SPI Select (All boards) | ***Pin 10 SPI Select (All boards) | ||
***Pin 50,51,52 | ***Pin 50 (MISO), 51 (MOSI), 52 (SCK), 53 (SS)(Mega/2560 only) | ||
***Pin 53 (Reserved - Mega only) | ***Pin 53 (Reserved - Mega only) | ||
Line 12: | Line 17: | ||
**Pin 4 SPI Select (All boards) | **Pin 4 SPI Select (All boards) | ||
*Seeed Studio SD Card Shield | *[http://www.seeedstudio.com/depot/sd-card-shield-p-492.html Seeed Studio SD Card Shield] | ||
**Pin 9,10,11,12,13 (Uno) | **Pin 9,10,11,12,13 (Uno) | ||
*Xbee Shield, on-board USB | *Xbee Shield, on-board USB | ||
**Pins 0,1 | **Pins 0,1 | ||
*Additional Hardware Serial Ports | |||
** Port 1: Pins 18,19 (TX/RX) | |||
** Port 2: Pins 16,17 (TX/RX) | |||
** Port 3: Pins 14,15 (TX/RX) | |||
*[http://www.circuitsathome.com/products-page/arduino-shields/usb-host-shield-2-0-for-arduino/ USB Host Shield] from Circuits @ Home | *[http://www.circuitsathome.com/products-page/arduino-shields/usb-host-shield-2-0-for-arduino/ USB Host Shield] from Circuits @ Home | ||
**Pins 9,10 (Default Configuration) | **Pins 9,10 (Default Configuration) | ||
**Solder traces can be cut and spliced for other configurations. | **Solder traces can be cut and spliced for other configurations. |
Latest revision as of 19:45, 20 November 2011
Detailed Specifications
Arduino Pin Mappings
Pin Reservations
- Ethernet Shield (W5100)
- I2C Pins
- Pin 20 (SDA), 21 (SCL)
- SPI Pins (Communicates through the ICSP header)
- 11,12,13 SPI Bus(Uno/Other Atmega 328 boards)
- Pin 10 SPI Select (All boards)
- Pin 50 (MISO), 51 (MOSI), 52 (SCK), 53 (SS)(Mega/2560 only)
- Pin 53 (Reserved - Mega only)
- I2C Pins
- Ethernet shield SD card slot
- Pin 4 SPI Select (All boards)
- Seeed Studio SD Card Shield
- Pin 9,10,11,12,13 (Uno)
- Xbee Shield, on-board USB
- Pins 0,1
- Additional Hardware Serial Ports
- Port 1: Pins 18,19 (TX/RX)
- Port 2: Pins 16,17 (TX/RX)
- Port 3: Pins 14,15 (TX/RX)
- USB Host Shield from Circuits @ Home
- Pins 9,10 (Default Configuration)
- Solder traces can be cut and spliced for other configurations.