Readme Formatting

This commit is contained in:
seiichiro 2019-10-07 19:07:07 +02:00
parent 1ba5ff9129
commit ef817eabf5
1 changed files with 1 additions and 0 deletions

View File

@ -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