All Questions
1 question
7
votes
2
answers
1k
views
A baby monitor using a Raspberry Pi to send push notifications when triggered by noise
I have a Raspberry Pi 3B with a USB microphone. I have used a combination of Bash and Python scripts to detect noise levels above a certain threshold that trigger a notification on my phone. The ...