Wireless Socket | BLE, WIFI, GSM, 3G, LTE, ... We use the XBEE "form-factor" here. |
Processor | The same Atmel SAM3X8E processor used on Arduino DUE - a 32-bit ARM Cortex M3 architecture running at 84MHz. |
MicroSD Card Socket | HSMCI (or SPI) interface for all your high speed data logging needs. RTOS anyone? |
Micro USB | USB 2.0 also allows M2 to act as both a USB Device and Host. |
LEDs | 5 one-color and 1 RGB programmable indicators. Great for debugging. |
Memory | 32k EEPROM for non-volatile memory via I2C, 512 KB for the user applications, 96 KB SRAM. |
GPIO Pins | 6 Automotive level IO Pins to Control 12V devices (Examples: relays, fans, lights, etc) OR act as analog input (like temp sensor). |
Power Supplies | 5V@ 3 amps, 3.3V@ 1 amp for connecting add-ons with worrying about power issues. |
Automotive interface Circuits | 2 channels of CAN, 2 channels of LIN/ K-line, J1850 VPW/PWM, Single-wire CAN interfaces for maximum car compatibility. |
An implementation of a CAN interface can be useful in robotics as well as adding diagnostics to older vehicles (such as a Goldwing GL1000).