Board: Zolertia remote - kbonset/RIOT GitHub Wiki
Components
MCU | CC2538 (ARM Cortex-M3 with on-board 2.4GHz radio) |
---|---|
Radio | Two radio interfaces (IEEE 802.15.4): 2.4GHz and 863-950MHz |
RP-SMA connector for external antenna (with a RF switch to select either 2.4GHz/Sub-GHz radio) | |
USB-to-Serial | CP2104 |
Peripherals | RTCC, built-in battery charger for LiPo batteries, External WDT (optional), Micro-SD |
Others | RGB LED, power management block (150nA when the mote is shutdown) |
Todo
The CC2538 is not fully supported yet, core components as 2.4GHz and I2C/SPI interfaces are currently not ported (but in progress). The CC1200 is not ported also.
Layout
Flashing
The RE-Mote has built-in support to flash over USB using the BSL. Previous versions required to unlock the bootloader by manually pressing the user button
and reset button
, but the current version handles the sequence with an on-board PIC, so automatically unlocks the bootloader upon flashing.
e.g.
$ make BOARD=remote flash