Skip to content

Michael-List/arduino_lora_weatherstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arduino weather station with lora data transmission

Used sensors/modules

Used libraries

Lora information (Arduino)

  • Lora TX power is set to 20
  • LoRa SF (spreading factor) is set to 8
  • LoRa bandwith is set to 125E3 Hz
  • LoRa coding rate is set to 4/5
  • Lora preamble length ist set to 8
  • Lora sync word ist set to 0x34
  • Frequency is set to 868300000 -> 868.3 MHz

Lora information (Arduino)

Gateway is a Dragino OLG02 Outdoor Dual Channels LoRa IoT Gateway (https://www.dragino.com/products/lora-lorawan-gateway/item/136-olg02.html)

Send data format

Example: <4567>01;21.16;954.98;46.88;260;256;0.00;;
The ; is a divider between the different values.
The values are in this order:

  • Station number
  • Temperature in celsius
  • Pressure in hectopascal
  • Humidity in %
  • Visible light in lumen
  • Infrared light in lumen
  • Ultraviolet light in lumen

Releases

No releases published

Packages

No packages published

Languages