Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.2 KB

ASR Microelectronics ASR605x (ASR6501, ASR6502): development platform for PlatformIO

Build Status

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.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = asrmicro650x
board = ...
...

Development version

[env:development]
platform = https://github.com/HelTecAutomation/platform-asrmicro650x.git
board = ...
...

Configuration

Please navigate to documentation.