B3M38SPD seminar project - beehive monitor with LoRa reporting
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Ondřej Hruška 5acc5e9379
Update README.md
před 8 roky
.settings added audio module integration před 8 roky
Drivers added audio module integration před 8 roky
Inc added audio module integration před 8 roky
Middlewares/Third_Party/Lora got the voc sensor to do something před 8 roky
Src added audio module integration před 8 roky
junk bme integrted to lora před 8 roky
startup add some fils před 8 roky
.cproject added audio module integration před 8 roky
.gitignore bme integrted to lora před 8 roky
.mxproject add some fils před 8 roky
.project asdf před 8 roky
Bees3 Debug.cfg add some fils před 8 roky
CMakeLists.txt bme integrted to lora před 8 roky
Makefile bme integrted to lora před 8 roky
NUCLEO-L073RZ.xml add some fils před 8 roky
README.md Update README.md před 8 roky
STM32L073RZTx_FLASH.ld add some fils před 8 roky
lora_bees_final Run.cfg asdf před 8 roky
mx.scratch add some fils před 8 roky
proj Debug.cfg add some fils před 8 roky
proj.ioc add some fils před 8 roky

README.md

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

  • 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)