Skip to content

Achierius/lora-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lora-chat

The software components of a two-way chat system built on top of LoRa radio.

Hardware

This project uses the SX1276 LoRa Connect Transceiver by SemTech (Link); in particular, the pinouts are laid out for SparkFun's LoRa 1W Breakout - 915M30S, but if you change the pin maps it should work for any breakout.

Building

First ensure that you have the meson-build prereqs. Then just run meson setup build && meson compile -C build.

Running

Currently the only executable is spi-repl. Simple uses of this include reading from SPI registers (input the address you want to read in hex) and writing to SPI registers (input "0xADDR=0xVAL"), as well as transmitting values via LoRa radio (input "%init-transmit", followed by "%transmit MSG").

About

Software components for two-way lora chat system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published