From 6cf432707a3487ee9299e355caecf5541bb7e449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 19 Nov 2017 11:26:46 +0100 Subject: [PATCH 1/3] Create README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5616563 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# lorabees + +Beehive monitoring project with LoRa / P-NUCLEO-LRWAN1 (STM32L073RZ) + +**This is a seminar project, work in progress. Please DO NOT FORK.** +It's open source but not finished and I don't want broken copies floating around the internet before it's usable. + +## Sensors + +- BME680 (Temperature, Relative Humidity, Atmospheric Pressure, Volatile Organic Compounds) +- Microphone for buzzing capture & analysis (electret mic with a transistor-based amplifier) + +## Progress + +- [x] LoRa integration +- [x] BME680 communication, basic reading +- [x] MBE680 periodic reporting to LoRa +- [ ] Try to use BSEC for better sensor compensation +- [x] Design and build the microphone amplifier +- [ ] Microphone capture via DMA and ADC +- [ ] Waveform analysis (Fourier transform, peak detection, noise level..) +- [ ] Waveform principal characteristics reporting to LoRa +- [ ] Data analysis backend (Mosquitto on RPi receiving packets from The Things Network, storing to DB, some graphs) From 587cd96437c3fe8c87ef84901692893a31828b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 19 Nov 2017 11:27:31 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5616563..725b5b4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Beehive monitoring project with LoRa / P-NUCLEO-LRWAN1 (STM32L073RZ) -**This is a seminar project, work in progress. Please DO NOT FORK.** +**This is a seminar project, work in progress. Please DO NOT FORK.**
It's open source but not finished and I don't want broken copies floating around the internet before it's usable. ## Sensors From 2f5de05663bba74eaa28f674cea249405d61a5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 19 Nov 2017 11:42:55 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 725b5b4..a7f319f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Beehive monitoring project with LoRa / P-NUCLEO-LRWAN1 (STM32L073RZ) -**This is a seminar project, work in progress. Please DO NOT FORK.**
-It's open source but not finished and I don't want broken copies floating around the internet before it's usable. - ## Sensors - BME680 (Temperature, Relative Humidity, Atmospheric Pressure, Volatile Organic Compounds)