Version 0.1.2 ( look here, to see if there is something new )
- OS Windows ( for now )
-
- Baremetal
-
- Arduino ( in process... )
- Board Microchip SAM R34 Xplained Pro
- Framework Source Codes and Examples
- Wiki ( read )
The project is a work in progress and is very beta version - there may be bugs
- Arduino core
- GPIO, ADC, Serial, I2C, SPI, RF
- LoRa & LoraWAN
- Variant: Microchip SAM R34 Xplained Pro
Install VS Code + PlatformIO
PlatformIO - Home - Platforms - Advanced Installation
Paste link: https://github.com/Wiz-IO/platform-sam-lora
Goto C:\Users\USER_NAME\.platformio\platforms
and delete:
- folder sam-lora ( builders )
- folder framework-sam-lora ( sources )
- folder tool-sam-lora ( uploader )
- folder toolchain-gccarmnoneeabi (compiler )
[env:samr34xpro]
platform = sam-lora
board = samr34xpro
framework = baremetal
monitor_port = COMx
monitor_speed = 115200
[env:samr34xpro]
platform = sam-lora
board = samr34xpro
framework = arduino
monitor_port = COMx
monitor_speed = 115200
- Baremetal Uploaders ( now works with atbackend/atprogram )
- Baremetal ASF/CMSIS
- Arduino Bootloader
- Arduino Core
- Arduino Libraries
- Examples
- Ivan Kravets ( PlatformIO )
- Miguel Romani ( TheThings )
- Comet Electronics