Iteration 3 | Jack | HRV

Iteration 3 - HRV Relative to Breathing To kick off the third iteration of this project, we spent Monday's class implementing the new auto-calibration code block into our existing Micro:bit design. The Setup The setup was simple enough, and didn't change much from the previous iteration. It consisted of: A Micro:Bit v2 A Micro:Bit extension breakout board, housing the Micro:Bit A heart rate sensor, connected to the breakout board Our MakeCode codebase The Use of Local Display An important topic discussed during the class was just how valuable the use of a local display can be. When building a project, especially one like this, it makes life considerably easier when you can gauge things with a quick glance at the Micro: Bit's LED screen, rather than go into your browser, and load up MakeCode, and log in, and select the right project, and hook everything up, etc. etc. In this project, we use the basic 25-LED screen to: Indicate the Micro: bit is on, and the project loaded ont...