Compare commits
1 commit
de38290f0d
...
ef817eabf5
Author | SHA1 | Date | |
---|---|---|---|
ef817eabf5 |
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# TinyLoRa Firmware
|
||||
|
||||
Example Sensor Node Firmware with a BMP/E280 or SHT21 Sensor. Used Sensor has to be set via #define in the src/secconfig.h (HAS_BME280 or HAS_SHT21). Please change the values in src/secconfig.h to your Keys from https://console.thethingsnetwork.org. Device has to be set to ABP Mode. Also since there is no permanent storage to store the Frame Counter, please disable the Frame Counter Check in the TTN console.
|
||||
|
||||
The code also supports the RFM69W wireless module instead of the RFM95W LoRa module. For this purpose you need a receiver. Example code for a receiver in python (tested on a Raspberry Pi, RFM69 connected via SPI) can be found at https://www.seiichiro0185.org/git/IOT/sensord
|
||||
|
||||
Project was created using PlatformIO Atmel-AVR Framework
|
||||
|
|
Loading…
Reference in a new issue