Skip to content

Simple lora transmitter and receiver based on RFM95 and ESP8266

License

Notifications You must be signed in to change notification settings

seanclaude/lora_txrx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

lora_txrx

Simple lora transmitter and receiver based on RFM95 and ESP8266.

This project demonstrates how the ESP8266 can be used in conjunction with the RFM95 lora transceiver to transmit and receive arbitary messages from one device to another.

The transmitter transmits a specific message after which it enters deep sleep mode. On waking from deep sleep, the same message is retransmitted.

The receiver is set to receive message from the transmitter by setting the same sync word (default: 0xF8).

A SSD1306 OLED display is used to display various parameters and the message when received. Dickbutt is shown as an alternative to the Adafruit display initialisation image.

Dependencies

Required dependencies

  • Arduino library for sending and receiving data using LoRa radios, arduino-LoRa

Optional dependencies

About

Simple lora transmitter and receiver based on RFM95 and ESP8266

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages