From b3f6647a7b2bb0769fb3091f418006a8e6155f49 Mon Sep 17 00:00:00 2001 From: Praneeth Sai Venkat Challagonda <58634765+Praneethsvch@users.noreply.github.com> Date: Fri, 6 Nov 2020 16:24:19 -0500 Subject: [PATCH 1/2] Update lorawan.cpp lora packet size update --- src/lorawan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lorawan.cpp b/src/lorawan.cpp index 17d9663b..f017eabe 100644 --- a/src/lorawan.cpp +++ b/src/lorawan.cpp @@ -12,7 +12,7 @@ static osjob_t sendjob; unsigned int TX_INTERVAL; -unsigned char lora_packet[5]; +unsigned char lora_packet[6]; bool TX_COMPLETED = false; From 7e51aef25b9017671ad8444f9c6847b55ea6aebf Mon Sep 17 00:00:00 2001 From: Praneeth Sai Venkat Challagonda <58634765+Praneethsvch@users.noreply.github.com> Date: Wed, 11 Nov 2020 13:47:51 -0500 Subject: [PATCH 2/2] Update README.md added link to sensor_experiments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 206d5726..8652b644 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Flood Sense Sensor Library -This repository contains the source code for the Floodsense sensor which uses ultrasonic sensor technology to detect floods and send the data over LoRa using LoRaWAN protocol. +This repository contains the source code for the Floodsense sensor which uses ultrasonic sensor technology to detect floods and send the data over LoRa using LoRaWAN protocol. [Here](https://github.com/floodsense/sensor_experiments) is another repo containing sensor experiments, analysis and additional support related to this library. **Table of Contents:**