ASR Microelectronics ASR605x (ASR6501, ASR6502): development platform for PlatformIO
ASR Microelectronics ASR605x series is highly integrated and ultra low power SoC based on the PSoC 4000 series MCU (ARM Cortex M0+ Core) and Semtech SX1262 transceiver.
- Home (home page in PlatformIO Platform Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = asrmicro650x
board = ...
...
[env:development]
platform = https://github.com/HelTecAutomation/platform-asrmicro650x.git
board = ...
...
Please navigate to documentation.