Posts

Showing posts from December, 2023

Group Coursework - Planning Process

The following are sample of codes that may lead up to the use in our group project. The idea is to create a health monitoring device that tracks the heart rate along with motion tracking to then use the bpm to output music. There were a few changed made for this project.  Inputs - AD8232 & MPU92/65 Outputs - RGB & Serial Monitor  4 minute video uploaded to Youtube (code snippets.. images and video of completed project followed up with how it was made) MIDI           /*    MIDI note player      This sketch shows how to use the serial transmit pin (pin 1) to send MIDI note data.    If this circuit is connected to a MIDI synth, it will play the notes    F#-0 (0x1E) to F#-5 (0x5A) in sequence.      The circuit:    - digital in 1 connected to MIDI jack pin 5    - MIDI jack pin 2 connected to ground    - MIDI jack pin 4 connected to +5V throu...