UCLA BMES Build Team

Workshop 7 - Pulse Ox

IMPORTANT DEADLINES:

Winter:

Spring:

Guidelines & extra resources

Activities:

Activity 1 - Storing Data in an Array

Activity 2 - Transimpedance Amplifier and Processing

  1. Set up a transimpedance amplifier circuit with an OP905 photodiode as the current source and an appropriate resistor value (try 1 megohm or higher).

    Transimpedance Amplifier

  2. Plot the output from the transimpedance amplifier using the Serial Plotter.
  3. Print the output values on the Processing console.
    • Make sure you include these lines of code at the top of your Processing code and upload Standard Firmata from Arduino IDE each time you unplug your Arduino or switch from Arduino IDE code to Processing code
        import processing.serial.*;
        import cc.arduino.*;
        import org.firmata.*;
      
  4. Attach a red LED and use it with the sensor (this is the basic pulse ox). We recommend using the jumper wires with male/female ends to connect the LED.
  5. Using Processing, try to plot the pulse ox signal (use the line() function).

Activity 3 - Amplifying Signal

Activity 4 - Filtering Signal

Activity 5 - Customize Processing Display

Note: Activities 6, 7, and 8 do not have to be completed in order. Your team should decide how to divide work and which order you would like to complete them in to best utilize your time. Proper time management is an important part of all engineering projects!

Activity 6 - Adding an Infrared (IR) LED

Activity 7 - PCB Design

Activity 8 - Casing Design

Activity 9 - Button