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

1.2 KiB

lorabees

Beehive monitoring project with LoRa / P-NUCLEO-LRWAN1 (STM32L073RZ)

This is an experimental student project focused on learning how to use LoRa. It captures some environmental properites, samples audio and computes its frequency spectrum. Then the principal peaks of the spectrum are detected and reported together with the other information to a LoRa gateway. Those packets can be captured using a Node-RED MQTT flow to a file.

-> See the Docs/ folder for a demo video and a PDF about the project

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)