Skip to content
/ lora Public

Bash utilities to use RN2483 microchip LORA from raspberry pi (RPi)

Notifications You must be signed in to change notification settings

cheminfo/lora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

lora

Bash utilities to use RN2483 microchip LORA from raspberry pi (RPi)

Those small utilites allows to manage the Lora chip RN2483 that is connected using RX / TX to a RPi.

To install just copy the utilites from the 'bash' folder to '/usr/local/bin'

lora

Just enter your text after the "lora" instruction and it will be sent.

> lora send this test

loraInit

You need to append the address of your device that you should first register on: http://thethingsnetwork.org/wiki/AddressSpace

> loraInit 1234ABCD

loraInfo

Retrieve most of the parameters from the RN2483

> loraInfo

Connecting RN2483 to the RPi2

We need to connect 3.3V, RX, TX, GND and the RESET (see picture).

About

Bash utilities to use RN2483 microchip LORA from raspberry pi (RPi)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages