A low cost DIY sound pressure level sensor for enabling environmental noise awareness. https://lukasschwarz.org/noise-sensor
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.
 
 
 
 
Lukas ac60943b62 Add Arduino and ESP32 code 3 years ago
Arduino Add Arduino and ESP32 code 3 years ago
ESP32 Add Arduino and ESP32 code 3 years ago
KiCad Add code and schematics 3 years ago
STL Add code and schematics 3 years ago
STM32 Add code and schematics 3 years ago
README.md Merge branch 'master' of https://git.lukasschwarz.org/lukas/noisesensor 3 years ago
case.jpg Initial commit 3 years ago
thesis.pdf Initial commit 3 years ago

README.md

A low cost DIY sound pressure level sensor for use by laymen; the result of my master’s thesis. It allows integration into the existing senseBox framework but can also function on its own. It’s merely a prototype and there obviously is room for improvement.

  • Uses a STM32G071 (ARM Cortex-M0+)
  • Uses a Knowles I²S MEMS microphone
  • Uses a RFM95 LoRa module (not in WAN mode)

Green printed circuit board inside a propped up white 3D printed case.

This repository includes

  • STL files for the case
  • Schematic and PCB layout files
  • STM32 code for the G071 microcontroller
  • An Arduino library to be used with the senseBox MCU
  • An ESP32 library to be used as an alternative to the senseBox MCU

Link to the more detailed article