Coder Social home page Coder Social logo

rickhewes / stm32lorawan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stm32duino/stm32lorawan

0.0 0.0 0.0 559 KB

Arduino library to support LoRaWAN communication using the STM32WL series.

Home Page: https://stm32duino.github.io/STM32LoRaWAN/

License: Other

Shell 0.04% C++ 4.30% Python 0.19% C 88.13% CSS 5.36% HTML 1.98%

stm32lorawan's Introduction

STM32LoRaWAN library

This library provides support for LoRaWAN communication using the STM32WL55 microcontroller (with embedded LoRa radio) inside the Arduino develop environment (together with the stm32duino core with version 2.4.0 or later).

This library offers an API that is highly similar to the API offered by the Arduino MKRWAN library (including undocumented methods) so any sketches written for either library should usually work on the other too (but note below for some caveats).

Documentation

Overview and reference documentation is embedded in the source code and can be viewed online on Github.

To generate the documentation yourself, simply run the doxygen command (no options needed) in the root of this repository. This will produce HTML documentation in the api-docs subdirectory.

Running checks

This repository is set up to run some checks in github workflows automatically. You can also run them locally as follows.

For codespell spell checking, just run the command without options, it will tell you about any spelling errors in the code.

codespell

For astyle, you need to pass a few options. This will automatically fix style errors, so this is probably best done after staging all changes, so you can easily see what was changed. Add --dry-run to only see which files need to be changed (does not display the changes made, though).

astyle --project=.astylerc --recursive '*.c' '*.h' '*.ino'

(you can also set ARTISTIC_STYLE_PROJECT_OPTIONS=.astylerc in your environment and omit --project option)

License

This library is based on LoRaMac-node developed by semtech, with extensive modifications and additions made by STMicroelectronics.

All code included in this library is licensed under the Revised BSD license, the full license text can be found in the LICENSE file and in individual source files as well.

stm32lorawan's People

Contributors

matthijskooijman avatar fpistm avatar frastm avatar miceuz avatar tcpipchip avatar

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.