Skip to content

aarpi3/lorawan-weather-station

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoRaWAN Weather Station

Project code for the LoRaWAN Weather Station guide

Changing OTAA Keys

Before you can connect to LoRaWAN you need to create a ThingType and a Thing in Managed IoT Cloud (MIC) and obtain OTAA keys. Once you've got the keys, add them to the config.py file. The lib/lora.py library will make use of them.

Specify Different Pins

The guide uses P11 (written G22 on the expansion board) and G3 for wind speed and wind direction respectively. You can change these to your own by modifying PIN_SPEED and PIN_DIR in lib/davis7911.py:10.

About

[TUTORIAL] LoPy software for the LoRaWAN Weather Station guide.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • JavaScript 1.5%