UCLA BMES Build Team

Activity 1 - 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 2 - Amplifying Signal

Activity 3 - Filtering Signal

Activity 4 - PCB Design