Giter VIP home page Giter VIP logo

platform-sam-lora's Introduction

Note

This is fork from https://github.com/Wiz-IO/platform-sam-lora.git

I'm adding here some small functionality, like (all is work in progress):

  • uploading using JLink
  • add definition for wlr089u0

Microchip Atmel SAMR34/35 platform for PlatformIO

Version 0.1.2 ( look here, to see if there is something new )

The project is a work in progress and is very beta version - there may be bugs

Baremetal

Arduino Core

sam

The first steps - youtube

Simple LoRa

Platform Installation

Install VS Code + PlatformIO

PlatformIO - Home - Platforms - Advanced Installation

Paste link: https://github.com/Wiz-IO/platform-sam-lora

Fast Uninstall

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 )

sam

Baremetal INI

[env:samr34xpro]
platform = sam-lora
board = samr34xpro
framework = baremetal
monitor_port = COMx     
monitor_speed = 115200  

Arduino INI

[env:samr34xpro]
platform = sam-lora
board = samr34xpro
framework = arduino
monitor_port = COMx     
monitor_speed = 115200  

CUSTOM UPLOADERS

The Platform use Microchip SAM R34 Xplained Pro with onboard EDBG uploader

I don't have a J-LINK, Atmel ICE, stand alone modules and/or custom bootloaders to add more uploaders

The code has a custom experimental "bootload" uploader and you can use it as an entry point for your experimental uploaders

https://github.com/Wiz-IO/platform-sam-lora/blob/master/builder/frameworks/SAMR_FU.py

The main upload entry function is:

dev_upload(target, source, env)

https://github.com/Wiz-IO/platform-sam-lora/blob/master/builder/frameworks/arduino-samr34.py#L14

There are conditions for distinguishing the tool used - edit and test...

Create new board, Copy/Paste/Rename and edit boards/samr34xpro.json as experimental board

Road Map

  • Baremetal Uploaders ( now works with atbackend/atprogram )
  • Baremetal ASF/CMSIS
  • Arduino Bootloader
  • Arduino Core
  • Arduino Libraries
  • Examples

Thanks to

If you want to help / support:
paypal

platform-sam-lora's People

Contributors

pfeerick avatar rmurar avatar wiz-io avatar

Forkers

cybdyn-systems

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.