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.
|
|
8 years ago | |
|---|---|---|
| .settings | 8 years ago | |
| Drivers | 8 years ago | |
| Inc | 8 years ago | |
| Middlewares/Third_Party/Lora | 8 years ago | |
| Src | 8 years ago | |
| junk | 8 years ago | |
| startup | 8 years ago | |
| .cproject | 8 years ago | |
| .gitignore | 8 years ago | |
| .mxproject | 8 years ago | |
| .project | 8 years ago | |
| Bees3 Debug.cfg | 8 years ago | |
| CMakeLists.txt | 8 years ago | |
| Makefile | 8 years ago | |
| NUCLEO-L073RZ.xml | 8 years ago | |
| README.md | 8 years ago | |
| STM32L073RZTx_FLASH.ld | 8 years ago | |
| mx.scratch | 8 years ago | |
| proj Debug.cfg | 8 years ago | |
| proj.ioc | 8 years ago | |
README.md
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
- LoRa integration
- BME680 communication, basic reading
- MBE680 periodic reporting to LoRa
- Try to use BSEC for better sensor compensation
- 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)