B3M38SPD seminar project - beehive monitor with LoRa reporting
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spd-lorabees/README.md

21 lines
791 B

7 years ago
# 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
6 years ago
- [x] Microphone capture via DMA and ADC
- [x] Waveform analysis (Fourier transform, peak detection, noise level..)
- [x] Waveform principal characteristics reporting to LoRa
- [x] Data analysis backend (Mosquitto on RPi receiving packets from The Things Network, storing to DB, some graphs)