From 1ba5ff9129f290cbb08d6076038b248bb429361b Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 7 Oct 2019 19:06:27 +0200 Subject: [PATCH] Add RFM69 Support to Firmware Readme --- Firmware/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Firmware/README.md b/Firmware/README.md index 093d263..9899578 100644 --- a/Firmware/README.md +++ b/Firmware/README.md @@ -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