commit 3e1912848c628d48ac1790bfab7d441d84ea1d3a Author: Lukas Date: Sat Jul 10 11:51:44 2021 +0200 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..d99258c --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +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][0] 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) + + + diff --git a/case.jpg b/case.jpg new file mode 100644 index 0000000..2d6ba17 Binary files /dev/null and b/case.jpg differ diff --git a/thesis.pdf b/thesis.pdf new file mode 100644 index 0000000..a9ee057 Binary files /dev/null and b/thesis.pdf differ