If you need to measure light intensity with high precision or capture fast optical pulses, running a photodiode in reverse bias is the standard engineering approach. In this configuration, the photodiode operates in the photoconductive region. An external reverse voltage widens the depletion zone, which drastically drops the junction capacitance and speeds up the device's response time. The trade-off is a small increase in dark current, but for 90% of bench and industrial applications, the speed and linearity gains are well worth it.
This guide skips the abstract semiconductor physics and goes straight to the workbench. We will cover how to identify the pins, select the right default components, build a stable transimpedance amplifier (TIA), and troubleshoot the most common failure modes you will encounter.
Why We Run a Photodiode in Reverse Bias (The Bench Reality)
A photodiode generates a tiny current (photocurrent) when photons strike its semiconductor junction. You can operate it in two primary modes: zero-bias (photovoltaic) or reverse-bias (photoconductive).
In zero-bias, the device acts like a weak solar cell. It has virtually zero dark current, making it great for ultra-low-light DC measurements. However, the depletion region remains narrow, resulting in high junction capacitance. Think of junction capacitance like a traffic jam on a highway; it slows down how fast the signal can change.
By applying a reverse bias voltage (connecting the positive supply to the cathode and the negative/ground to the anode), you physically widen that depletion region. For a standard BPW34 photodiode, junction capacitance drops from roughly 70pF at 0V down to 15pF at 5V reverse bias. This allows the circuit to respond to microsecond or even nanosecond optical pulses, which is mandatory for applications like optical encoders, pulse oximeters, and LiDAR receivers.
Symbol, Pinout, and Operation Regions
Before wiring anything, you must correctly identify the pins. Reversing the bias polarity on a photodiode won't usually destroy it immediately, but it will forward-bias the junction, causing massive current flow and completely blinding your sensor to light changes.
Pinout Identification:
- Cathode (K): The short lead, usually marked with a flat edge on the plastic casing or a stripe. In reverse bias, this connects to the positive voltage supply.
- Anode (A): The long lead. In reverse bias, this connects to the negative side (usually the virtual ground of an op-amp).
The schematic symbol is a standard diode symbol (triangle pointing to a line) with two inward-pointing arrows representing incoming photons. The triangle points from Anode to Cathode.
| Operation Region | Bias Voltage | Typical Current | Speed / Bandwidth | Primary Use Case |
|---|---|---|---|---|
| Photovoltaic (Zero Bias) | 0V | nA to µA (No dark current) | Low (kHz range) | Precision DC light metering, spectrophotometry |
| Photoconductive (Reverse Bias) | -1V to -50V | µA to mA (Includes dark current) | High (MHz to GHz) | Optical communications, high-speed encoders, TIA circuits |
| Avalanche (APD) | -50V to -500V+ | mA range (Internal gain) | Very High (GHz) | Single-photon counting, long-range LiDAR |
Selecting Safe Default Part Numbers for Your Build
Do not overcomplicate your first few builds with exotic avalanche photodiodes (APDs) that require high-voltage bias supplies. Stick to standard PIN photodiodes until your application demands otherwise. Here are the safe, widely available defaults for 2026 prototyping:
- Vishay BPW34: The undisputed king of general-purpose prototyping. Large active area (7.5mm²), high sensitivity to visible and near-infrared (NIR) light. Max Reverse Voltage: 65V. Capacitance: 72pF at 0V, 15pF at 5V. Price: ~$1.50.
- OSRAM SFH203: Excellent for faster applications where you need a smaller active area to reduce capacitance. Max Reverse Voltage: 50V. Capacitance: 11pF at 5V. Rise/Fall time: <5ns. Price: ~$2.00.
- First Sensor PIN-5DP: A premium choice for UV-enhanced applications or high-precision medical sensors. Max Reverse Voltage: 60V. Extremely low dark current (<1nA). Price: ~$8.00.
For authoritative datasheet specifications and spectral response curves, always refer to the manufacturer's documentation, such as the RP Photonics Encyclopedia entry on Photodiodes or the specific vendor application notes.
Building the Transimpedance Amplifier (TIA) Circuit
A photodiode in reverse bias outputs current, not voltage. To read this with a microcontroller's ADC, you must convert the current to a voltage using a Transimpedance Amplifier (TIA). A simple resistor to ground works for low-speed, low-precision tasks, but a TIA provides a low-impedance virtual ground that keeps the photodiode's bias voltage constant, eliminating non-linearity.
Target Specs: Convert 0-20µA of photocurrent into a 0-3.3V signal for an ESP32 ADC.
Component List:
- Op-Amp: Texas Instruments OPA380 (specifically designed for TIA, low offset, low noise) or a generic LM358 for low-speed testing.
- Feedback Resistor (Rf): 150kΩ (Sets the gain: Vout = I_photo × Rf. 20µA × 150kΩ = 3.0V).
- Feedback Capacitor (Cf): 2pF (Crucial for stability; prevents the op-amp from oscillating due to the photodiode's capacitance).
- Bias Supply: Clean 5V DC source.
Wiring Steps
- Connect the Cathode (short lead) of the BPW34 to the clean 5V bias supply.
- Connect the Anode (long lead) to the Inverting Input (-) of the OPA380.
- Connect the Non-Inverting Input (+) of the OPA380 to GND (0V). This sets the virtual ground.
- Wire the 150kΩ Feedback Resistor between the Inverting Input (-) and the Op-Amp Output.
- Wire the 2pF Feedback Capacitor in parallel with the 150kΩ resistor.
- Connect the Op-Amp Output to your microcontroller's ADC pin (ensure your MCU ADC is 3.3V tolerant; the OPA380 should be powered by 3.3V and GND to prevent overvoltage).
For a deeper dive into the math behind selecting the exact feedback capacitor value to maintain phase margin, review this comprehensive guide on photodiode amplifiers at All About Circuits.
Real-World Scenario: The 60Hz Hum Disaster
Theory is clean; the workbench is noisy. Here is a scenario that highlights why the quality of your reverse bias supply matters just as much as the op-amp.
The Setup: I was building an optical encoder to read the RPM of a motor using an SFH203 photodiode and an OPA380 TIA. The circuit was on a breadboard, powered by a cheap 5V USB wall-wart. The feedback resistor was 100kΩ, expecting a 15µA pulse signal (yielding a 1.5V pulse).
The Numbers: On the oscilloscope, the baseline wasn't a flat 0V. It was a massive 400mV peak-to-peak sine wave at exactly 60Hz (and its harmonics). When the motor spun, the optical pulses were completely buried in the noise floor.
What Went Wrong: A photodiode in reverse bias is essentially a high-impedance current source. The cheap USB wall-wart had poor isolation and injected 60Hz mains ripple directly onto the 5V bias line. Because the TIA forces the anode to virtual ground, any noise on the cathode's bias line modulates the depletion width slightly, injecting displacement current directly into the amplifier's input.
The Fix: I added a simple RC low-pass filter on the bias line: a 100Ω resistor in series with the 5V supply, followed by a 10µF ceramic capacitor to ground right at the photodiode's cathode. This created a cutoff frequency of ~160Hz, completely killing the 60Hz ripple and higher switching noise. The scope trace went dead flat, and the encoder pulses were crisp and clean.
How Photodiodes Fail and How to Test Them
Photodiodes are rugged, but they are not invincible. The most common failure modes on the bench are ESD strikes (which punch microscopic holes in the junction, massively increasing dark current) and thermal runaway from exceeding the maximum power dissipation during a fault condition.
The Multimeter Test Procedure
You can verify the health of a photodiode in about 30 seconds using a standard digital multimeter (DMM).
- Set the DMM to Diode Test mode.
- Forward Bias Check: Place the Red probe on the Anode (long lead) and the Black probe on the Cathode (short lead). A healthy silicon PIN photodiode will show a forward voltage drop between 0.3V and 0.5V. (Note: This is lower than a standard 1N4148 signal diode, which typically reads ~0.6V).
- Reverse Bias Check: Swap the probes (Black to Anode, Red to Cathode). The meter should read "OL" (Open Loop) or "1", indicating infinite resistance.
- The Light Test: While holding the probes in the reverse bias position (Red on Cathode, Black on Anode), shine a bright LED flashlight directly onto the sensor window. Some high-sensitivity DMMs will register a tiny voltage or current shift as the photons generate a reverse leakage current. If the reading stays stubbornly at "OL" even under a blinding light, the junction may be open.
By treating your reverse bias supply as a precision voltage reference rather than an afterthought, and by verifying your component health before soldering, you will eliminate the vast majority of optical sensor headaches on the bench.






