Merge branch 'master' of github.com:MightyPork/lorabees

master
Ondřej Hruška 6 years ago
commit 7def734dd6
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 20
      README.md

@ -0,0 +1,20 @@
# lorabees
Beehive monitoring project with LoRa / P-NUCLEO-LRWAN1 (STM32L073RZ)
## 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)
Loading…
Cancel
Save