Final Project

Our final project is complete:

wooden box with 3 lit up buttons on front, and wire coming out of it leading to a pulse sensor attached to the inside of a wrist band.

I am happy this is complete and am looking forward to presenting it tomorrow. I am also excited to see other people's projects. I see so many in-progress projects when I walk around the floor and I am eager to learn more about what these are about.

Our project is in a good state. We were able to add many breathing visualizations and exercises. We also added a user menu using P5's GUI library and multiple screens using the nicely designed Scene Manager library. There are audio instructions at the beginning giving the user helpful information about what to do. You can see it all here:

Yes, that's my voice.

A big reason why our project is in a good state is our code quality. Our code is well organized so we can easily make changes and improvements without breaking existing functionality. Our project can grow. You can see the code online on github.

We made some important improvements to our code related to the heartbeat sonification. Instead of playing a note with every detected heartbeat, it plays notes using a tempo prescribed by the beats per minute. This provides a better user experience because there are no disconcerting extra or missing beats. Extra and missing beats will happen but they will only raise or lower the pulse rate by a small amount and will not be noticeable by the user.

We still want to make more improvements to the heartbeat detection algorithm. I've been reading some research papers on the subject. They all use filters of some kind or FFT to identify the user's pulse rate and individual heartbeats. Happily there are Arduino filter and FFT libraries for us to use. We thought it was too risky to try to add something like this to our project for tomorrow's presentation. Instead, we will work on it over the next day or two and get it ready for the winter show. That way we will have enough time to test and adapt if something goes wrong.

Comments