Iteration 2 and 3 Dominik - Mapping Breath to mechanical movement actuating a bellows.
This iteration focused on using the microbit microphone as a sensor to detect persons breathing pattern. The microphone on the microbit has a default threshold of 128 value that is a value microbit uses for the level. I found a few inspirations for the hat design that I didn't even knew existed: https://youtu.be/4FWVwcdLL3s https://youtu.be/e24oOgo5pgk https://youtu.be/EFzHNKy79QY From the test videos below you can see we graphed the sound level with a serial plotter to look at the thresholds. It was easy to spot when a breath was blown out as it produced more nose in the microphone than when you were breathing in. A better visual of this would be the below screenshot. Where the point where there appears to be almost a flat line we can see little peaks and the troughs represent the time between a breath in and a breath out. Its important to note this is not a proper breathing sensor its a DIY version of breath mapping using a microphone. My initial solution to detect...