riotnetwork / samr

Arduino port for ATSAMR34 microcontrollers. The ATSAMR34J18B is a SAML21J18B with internal SX1276 LoRa tranceiver
https://github.com/riotnetwork/samr
11 stars 8 forks source link
arduino-lora arduino-port atsamr34 atsamr34j18b board-manager sx1276

R34 stamp is designed around Microchip’s ATSAMR34J18 SiP, a 32-bit Arm Cortex-M0+ MCU (256Kb of Flash, 40Kb of RAM, 8kb of RWW flash) with an internal SX1276 LoRa transceiver. The SiP has a maximum power output of 20.00dBm, a frequency range of 862 to 1020MHz, and a 790nA sleep current.

This core is an arduino port for the Microchip ATSAMR34 Series microcontrollers - ATSAML21 with integrated SX1276 LoRa Tranceivers

RIOT R34 Stamp setup

Board definition for Arduino IDE to install packages :

JSON URL : https://raw.githubusercontent.com/riotnetwork/samr-json/master/package_riot_index.json

RIOT R34 Stamp

This core is an arduino port for the Microchip ATSAMR34 and R35 Series microcontrollers - ATSAML21 with integrated LoRa Tranceivers

R34 pinout

License and credits

This core has been developed by RIOT network based on works by Arduino LLC in collaboration with Atmel as well as some influences from Wiz-IO .

  Copyright (c) 2015 Arduino LLC.  All right reserved.

  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or (at your option) any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  See the GNU Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

ToDo's

integrate with platformIO