Merge branch 'master' of www.seiichiro0185.org:IOT/tinylora

This commit is contained in:
seiichiro 2019-09-20 16:44:55 +02:00
commit 61097a0f63

View file

@ -1,7 +1,6 @@
# TinyLoRa Firmware
Example Sensor Node Firmware with a BMP/E280 Sensor.
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.
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.
Project was created using PlatformIO Atmel-AVR Framework