Board: Zolertia Z1 - thomaseichinger/RIOT GitHub Wiki
Components
MCU | MSP430F2617 |
---|---|
Radio | CC2420 |
Embedded Ceramic Antenna | |
USB-to-Serial | CP2102 |
Sensors | ADXL345 3-axis digital accelerometer |
TMP102 Thermometer from Texas Instruments |
Todo
The two sensors listed above are not supported yet, this will be done as soon as possible
Options
The Z1 starter platform -- an extended version with some supplementary basic actuators, phidgets and ziglets connectors, SMA-RP connector for a concrete antenna, battery (2xAA) enclosure, and MSP430 JTAG connector -- is also available. This RIOT port also supports this version, except that supplementary actuators (multi-color LED, wheel potentiometer, buzzer) are not directly defined. This will be done as soon as possible.
Layout
Flashing
RIOT comes with a version of goodfet.bsl
, a flashing tool for MSP430 based platforms.
Just link or copy it somewhere into your $PATH
and you are good to go.
e.g.
$> cp /path/to/RIOT/dist/tools/goodfet/goodfet.bsl /usr/local/bin