A low cost DIY sound pressure level sensor for enabling environmental noise awareness. https://lukasschwarz.org/noise-sensor
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 929 B

1234567891011121314151617181920212223
  1. A low cost DIY sound pressure level sensor for use by laymen; the result of my master's thesis. It
  2. allows integration into the existing [senseBox framework][0] but can also function on its own. It's
  3. merely a prototype and there obviously is room for improvement.
  4. * Uses a STM32G071 (ARM Cortex-M0+)
  5. * Uses a Knowles I²S MEMS microphone
  6. * Uses a RFM95 LoRa module (not in WAN mode)
  7. <img src="https://git.lukasschwarz.org/lukas/noisesensor/media/branch/master/case.jpg" width="40%"
  8. alt="Green printed circuit board inside a propped up white 3D printed case.">
  9. This repository includes
  10. * STL files for the case
  11. * Schematic and PCB layout files
  12. * STM32 code for the G071 microcontroller
  13. * An Arduino library to be used with the senseBox MCU
  14. * An ESP32 library to be used as an alternative to the senseBox MCU
  15. [Link to the more detailed article](https://lukasschwarz.org/projects/noise-sensor)
  16. [0]: https://sensebox.de/en/