...
Figure 1: Xplained Pro VCC selection header.
Connect to Mote
Anchor | ||||
---|---|---|---|---|
|
Figure 2: Mote connected to the SAM C21 Xplained Pro.
The Xplained Pro has three extension headers (EXT1, EXT2, EXT3) with pins as listed in Table 1. In Figure 2 you can see the mote connected to EXT1 with the mapping listed in Table 2, but it doesnt matter which one you use: The pins for UART RX/TX are all connected to the same pins on the SAM C21.
Warning |
---|
Long cables may corrupt the API bus communication: e.g. using an official I/O extender cable for the RPi might not work. |
| Pin # | Name | |||||||
---|---|---|---|---|---|---|---|---|---|
ID | 1 | 2 | GND | ||||||
ADC+ | 3 | 4 | ADC- | ||||||
GPIO0 | 5 | 6 | GPIO1 | ||||||
PWM+ | 7 | 8 | PWM- | ||||||
IRQ | 9 | 10 | SPI_SS_B | ||||||
TWI_SDA | 11 | 12 | TWI_SCL | ||||||
UART_RX | 13 | 14 | UART_TX | ||||||
SPI_SS_A | 15 | 16 | SPI_MOSI | ||||||
SPI_MISO | 17 | 18 | SPI_SCK | ||||||
GND | 19 | 20 | VCC |
Table 1: Xplained Pro Standard Extention Header.
| Mote | ||||||
---|---|---|---|---|---|---|---|
VCC | VBAT | ||||||
GND | GND | ||||||
UART_TX | RX | ||||||
UART_RX | TX | ||||||
GND | RX RTSn | ||||||
GND | TX CTSn |
...