Code Monkey home page Code Monkey logo

lora4raspi's Introduction

LoRa4Raspi: LoRa for Raspberry Pi

This library is a porting of the LoRa Arduino library developped by Sandeep Mistry to Raspberry Pi you will find all information about this arduino libray here: https://github.com/sandeepmistry/arduino-LoRa

I developped this library to insure compliance of my LoRa nodes and my Raspberry Pi. So I can used either Rapsberry pi or Arduino as Node or Gateway.

This Arduino is also very easy use and I would like to have the same approach on Raspberry Pi.

Since this libray as the same API, it is very easy to port your Arduino LoRa developpement on Raspberry Pi.

Installation

This library required the WiringPi Library, to install it

$ sudo apt-get install WiringPi

usage of this library:

This library as the same API same the original library So for more information please look original library.

here : https://github.com/sandeepmistry/arduino-LoRa/blob/master/API.md

please used "LoRa.h" since all files will be inside your folder

I ported the examples to help you to use this library for your raspberry pi

to compile your "soft" with this library:

$ g++ -Wall -o soft soft.cpp LoRa.cpp Print.cpp -lwiringPi

for example:

$ g++ -Wall -o LoRaSender LoRaSender.cpp LoRa.cpp Print.cpp WString.cpp itoa.cpp -lwiringPi

lora4raspi's People

Contributors

loraraspi91 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.