MertKalkanci / pico-lora-sx127x

A lora driver that makes it easy to use Lora SX1276/SX1278 Boards with Raspberry Pi Pico C/C++ SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Pico Lora SX127X Driver Library

A simple library that helps you to configure & use SX127X Devices trough UART interface

Usage

Copy lora-sx127x library and add folder into your projects cmake file

or

Use the template project given in the repository

Features

  • Configuring Air Data Rate
  • Configuring communication baudrate
  • Enable/Disable transparent mode
  • Change Low/High Addres
  • Change board mode between sleep/normal/powersave modes

Give it a Star ! ⭐

Feel free to request an issue on github if you find bugs or request a new feature. If you find this useful, please give it a star to show your support for this project.

To Do

  • Add configurability for transmission band channel

About

A lora driver that makes it easy to use Lora SX1276/SX1278 Boards with Raspberry Pi Pico C/C++ SDK

License:GNU General Public License v3.0


Languages

Language:C 69.6%Language:CMake 30.4%