Platform ASR Microelectronics ASR650x: ASR Microelectronics ASR650x series is highly intergrated and ultra low power SoC based on the PSoC 4000 series MCU (ARM Cortex M0+ Core) and Semtech SX1262 transceiver.
Microcontroller |
ASR6051 |
Frequency |
48MHz |
Flash |
128KB |
RAM |
16KB |
Vendor |
Please use cubecell_capsule_solar_sensor
ID for board option in “platformio.ini” (Project Configuration File):
[env:cubecell_capsule_solar_sensor]
platform = asrmicro650x
board = cubecell_capsule_solar_sensor
You can override default Heltec CubeCell Capsule Solar Sensor (HTCC-AC02) settings per build environment using
board_***
option, where ***
is a JSON object path from
board manifest cubecell_capsule_solar_sensor.json. For example,
board_build.mcu
, board_build.f_cpu
, etc.
[env:cubecell_capsule_solar_sensor]
platform = asrmicro650x
board = cubecell_capsule_solar_sensor
; change microcontroller
board_build.mcu = asr6051
; change MCU frequency
board_build.f_cpu = 48000000L
Debugging currently does not support Heltec CubeCell Capsule Solar Sensor (HTCC-AC02) board.
Name |
Description |
---|---|
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 |