If you need to measure light intensity across a physical space—like profiling a laser beam, reading an optical encoder, or building a DIY spectrometer—a single photodiode will not cut it. You need spatial resolution. That is where the photodiode array definition comes into play: it is a monolithic semiconductor device containing multiple discrete photodiodes arranged in a linear (1D) or matrix (2D) grid on a single silicon substrate. Instead of just telling you that light hit the sensor, an array tells you exactly where it hit and how intense it was at each coordinate.
But treating an array like a simple LED in reverse is a fast track to burned-out op-amps and saturated signals. Below is the bench-level breakdown of how to read, bias, and debug these components without frying them.
The Practical Photodiode Array Definition and Symbol Pinout
At the silicon level, a photodiode array is just a collection of PN junctions sharing a common substrate. In a typical Common Cathode (CC) linear or quadrant array, the cathodes of all individual diodes are internally tied together and connected to the substrate, while each anode is brought out to a separate pin. This allows you to reverse-bias the entire array with a single voltage rail while reading the photocurrent from each element independently.
In schematic diagrams, the array symbol looks like four standard photodiode symbols (diodes with inward-pointing arrows) grouped in a dashed box. The cathodes tie to a single horizontal bar.
Pin 1: Anode 1 (Top-Left Quadrant)
Pin 2: Anode 2 (Top-Right Quadrant)
Pin 3: Anode 3 (Bottom-Right Quadrant)
Pin 4: Anode 4 (Bottom-Left Quadrant)
Pin 5: Common Cathode (Substrate/Bias)
Operation Regions and Safe Default Part Numbers
How you bias the array dictates its speed, noise floor, and linearity. You have two primary operation regions to choose from, and picking the wrong one is the most common mistake in DIY optical builds.
| Operation Mode | Bias Voltage | Output Type | Speed / Capacitance | Best Application |
|---|---|---|---|---|
| Photoconductive (Reverse Bias) | 5V to 50V (Reverse) | Current (µA to mA) | Fast / Low (depletion region widens) | Laser profiling, high-speed encoders, pulse detection |
| Photovoltaic (Zero Bias) | 0V (Short circuit or virtual ground) | Current / Voltage (pA to µA) | Slow / High (junction capacitance is max) | Precision spectroscopy, ultra-low light, DC measurements |
Safe Default Part Numbers for the Bench:
- Hamamatsu S4111-01: A 4-quadrant silicon array. Peak wavelength 960nm, max reverse voltage 20V, element capacitance ~15pF. (~$45 USD). Ideal for beam centering and alignment.
- Hamamatsu S11865-1024: An integrated 1024-pixel linear array with built-in CMOS shift register. Peak 500-900nm. (~$120 USD). The gold standard for DIY spectrometers.
- Vishay BPW34: Not an array, but the single-element baseline (~$2 USD). Use this to prototype your Transimpedance Amplifier (TIA) circuit before committing to an expensive array.
Application Circuit: Transimpedance Amplifier (TIA) for Array Readout
Photodiodes output current, not voltage. To read an element of the array, you need a Transimpedance Amplifier (TIA) to convert that tiny current into a usable voltage. Here is a complete, bench-tested Photoconductive TIA circuit for reading one quadrant of an array.
Component List & Values:
- Op-Amp: MCP6022 (Dual, 5V, low input bias current of 1pA). Do not use an LM358; its input bias current will drown out the photodiode signal.
- Feedback Resistor ($R_f$): 1 MΩ. This sets your gain. 1 µA of photocurrent yields 1V of output.
- Feedback Capacitor ($C_f$): 2.2 pF ceramic. This is mandatory. It compensates for the photodiode's junction capacitance and prevents the op-amp from oscillating at high frequencies.
- Bias Network: 5V rail connected to the Common Cathode via a 10kΩ resistor. Place a 100nF decoupling capacitor from the cathode node to GND to shunt power supply noise.
- Reference Voltage: A resistor divider (two 10kΩ resistors) from 5V to GND, buffered by the second half of the MCP6022, feeding the Non-Inverting input (+) to set a 2.5V virtual ground.
Wiring the Array Element:
The Anode of Quadrant 1 connects directly to the Inverting input (-) of the op-amp. The $R_f$ and $C_f$ are wired in parallel between the Inverting input and the Op-Amp output. Because the non-inverting pin is held at 2.5V, the inverting pin is a virtual ground at 2.5V, effectively applying a 2.5V reverse bias across the diode (5V at cathode, 2.5V at anode).
Bench Scenario: Building a DIY Beam Profiler (And What Went Wrong)
Let us look at a real-world failure. A reader was building a laser beam profiler using a 5mW, 650nm red laser and the S4111-01 4-quadrant array. The goal was to measure the Gaussian profile of the beam as it crossed the sensor.
The Setup: They used the 1 MΩ TIA circuit above. Under a dark cloth, the circuit worked beautifully, showing a clean 1.2V peak on the center quadrants.
The Numbers: The 5mW laser, attenuated by a neutral density filter, was expected to generate about 2 µA of photocurrent per quadrant. 2 µA × 1 MΩ = 2V output. Perfect.
The Outcome: When they removed the dark cloth to operate it on the bench under standard 4000K LED room lighting, the op-amp output instantly pegged to the 5V rail. The beam profile was completely invisible.
What Went Wrong: Ambient room light. The S4111-01 is broadband (400nm to 1100nm). The overhead LEDs were dumping roughly 45 µA of DC photocurrent into the sensor. 45 µA × 1 MΩ = 45V. The op-amp saturated at 5V, clipping the signal.
Testing, Failure Modes, and Multimeter Diagnostics
Photodiode arrays are fragile. The most common failure mode is ESD punch-through, where a static shock breaches the thin depletion region, permanently shorting the junction. Thermal runaway from excessive reverse bias is a distant second.
How to test an array with a standard multimeter (DMM):
- Dark Forward Bias Test: Set DMM to Diode Test mode. Place the red probe on an Anode pin and the black probe on the Common Cathode. You should read a forward voltage drop between 0.40V and 0.60V (typical for silicon). If it reads 0.0V or beeps continuously, the junction is shorted (ESD damage).
- Dark Reverse Bias Test: Swap probes (Red on Cathode, Black on Anode). The meter should read 'OL' (Open Loop). If it reads a low resistance or a voltage drop, the diode is leaky or shorted.
- Photovoltaic Light Test: Set the DMM to the lowest DC mV range. Connect Red to Anode, Black to Cathode. Shine a bright flashlight directly on the array. You should see the voltage jump from 0mV to somewhere between 50mV and 300mV. This confirms the junction is actively generating electron-hole pairs.
Selection Guide: How to Bias and Choose for Your Job
Do not just buy the first array you find on DigiKey. Match the sensor architecture to your specific bottleneck.
Choose Photoconductive (Reverse Bias 10V-50V) when:
- You are measuring high-speed pulses (e.g., LiDAR return signals, optical tachometers).
- You need to minimize junction capacitance to maintain bandwidth in your TIA.
- Trade-off: You will introduce shot noise from the dark current, which increases with higher bias voltages.
Choose Photovoltaic (Zero Bias / Virtual Ground) when:
- You are building a spectrometer or colorimeter measuring steady-state, low-intensity light.
- You need absolute zero dark current for maximum signal-to-noise ratio (SNR).
- Trade-off: The response time will be sluggish (microseconds to milliseconds) due to high junction capacitance.
For deeper dive into the noise calculations and TIA stability compensation, refer to the foundational Texas Instruments application notes on photodiode amplifier solutions, and always verify the spectral response curves on the manufacturer datasheets to ensure your target light source actually overlaps with the silicon's peak sensitivity. If you are shooting a 405nm violet laser at a standard silicon array optimized for 900nm IR, you will lose 80% of your signal before it even hits the wire bonds.






