PanStamp NRG 1.1

System

Platform TI MSP430: MSP430 microcontrollers (MCUs) from Texas Instruments (TI) are 16-bit, RISC-based, mixed-signal processors designed for ultra-low power. These MCUs offer the lowest power consumption and the perfect mix of integrated peripherals for thousands of applications.

Microcontroller

CC430F5137

Frequency

12MHz

Flash

31.88KB

RAM

4KB

Vendor

PanStamp

Configuration

Please use panStampNRG ID for board option in “platformio.ini” (Project Configuration File):

[env:panStampNRG]
platform = timsp430
board = panStampNRG

You can override default PanStamp NRG 1.1 settings per build environment using board_*** option, where *** is a JSON object path from board manifest panStampNRG.json. For example, board_build.mcu, board_build.f_cpu, etc.

[env:panStampNRG]
platform = timsp430
board = panStampNRG

; change microcontroller
board_build.mcu = cc430f5137

; change MCU frequency
board_build.f_cpu = 12000000L

Debugging

PIO Unified Debugger currently does not support PanStamp NRG 1.1 board.

Frameworks

Name

Description

Arduino

Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences.