Heltec CubeCell-Module (HTCC-AM01)¶
Hardware¶
Platform ASR Microelectronics ASR605x: ASR Microelectronics ASR605x 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 | ASR6501 |
Frequency | 48MHz |
Flash | 128KB |
RAM | 16KB |
Vendor | Heltec |
Configuration¶
Please use cubecell_module
ID for board option in “platformio.ini” (Project Configuration File):
[env:cubecell_module]
platform = asrmicro650x
board = cubecell_module
You can override default Heltec CubeCell-Module (HTCC-AM01) settings per build environment using
board_***
option, where ***
is a JSON object path from
board manifest cubecell_module.json. For example,
board_build.mcu
, board_build.f_cpu
, etc.
[env:cubecell_module]
platform = asrmicro650x
board = cubecell_module
; change microcontroller
board_build.mcu = asr6501
; change MCU frequency
board_build.f_cpu = 48000000L
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 |