Minnowboard:MaxLure-Ika
The Ika lure is a lure that extends the existing low-speed connection by breaking it out and adding the pieces to make allow the MinnowBoard MAX to interface with an Arduino compatible shield.
Pinout
This details the translation of the pinout from the existing low-speed connector to the Arduino compatible pinout.
- Note: The Analog pins go through a Ti ADS1015
- These pins are accessed via I2C
- Datasheet: http://www.ti.com/lit/ds/sbas473c/sbas473c.pdf
- Note: There are two Ti TXS0108E voltage translators attached to pins 2-13, RX and TX
Layout
Native MinnowBoard MAX Pin/Function | Arduino Pin | MAX Low-speed Pin | Linux GPIO # (<= 3.17) | Linux GPIO # (>= 3.18) | Linux GPIO # (>= 3.18) | Linux GPIO # (<= 3.17) | MAX Low-speed Pin | Arduino Pin | Native MinnowBoard MAX Pin/Function | |
---|---|---|---|---|---|---|---|---|---|---|
GND | GND | Ground | ||||||||
IDREF | 479 | 223 | 11 | 13 | SPI Clock GPIO_SPI_CLK | |||||
477 | 221 | 7 | 12 | Master In / Slave Out GPIO_SPI_MISO | ||||||
3v3 | 3v3 | 478 | 222 | 9 | 11 | Master Out / Slave In GPIO_SPI_MOSI | ||||
5v | 5v | 476 | 220 | 5 | 10 | SPI Chip Select 1 GPIO_SPI_CS# | ||||
GND | GND | 472 | 216 | 14 | 9 | Clock / GPIO GPIO_I2S_CLK | ||||
GND | GND | 475 | 219 | 18 | 8 | Data Out / GPIO GPIO_I2S_DO | ||||
I2C #5 (pins 13 & 15) |
A0 | I2C | 474 | 218 | 20 | 7 | Data In / GPIO GPIO_I2S_DI | |||
A1 | I2C | 464 | 208 | 26 | 6 | Timer / GPIO GPIO_IBL_8254 | ||||
A2 | I2C | 505 | 249 | 24 | 5 | PWM / GPIO GPIO_PWM1 | ||||
A3 | I2C | 338 | 82 | 21 | 4 | GPIO / Wakeup GPIO_S5_0 | ||||
SDA | I2C | 504 | 248 | 22 | 3 | PWM / GPIO GPIO_PWM0 | ||||
SCL | I2C | 339 | 83 | 23 | 2 | GPIO / Wakeup GPIO_S5_1 | ||||
484 | 228 | 19 | RX | UART Receive / GPIO GPIO_UART2_RXD | ||||||
485 | 229 | 17 | TX | UART Transmit / GPIO GPIO_UART2_TXD |
- NOTE: For Arduino compatible shields to work, all low-speed pins should be set to GPIO except for the I2C interfaces.
- NOTE: If you are going to use PWM, those should be set in firmware appropriately
Denotes Pins that have issues with current firmware in GPIO mode | |
Denotes Pins that have been tested and work as expected. Remember to drive the pin to ground. |