A photodiode array (PDA) packs multiple discrete photodiode elements onto a single monolithic silicon die. Unlike a single-element photodiode, a PDA allows you to measure spatial light distribution, making it the backbone of DIY and commercial spectrometers, laser beam profilers, and optical encoders. However, interpreting a photodiode array diagram is notoriously confusing for beginners because the internal routing, guard rings, and biasing requirements differ significantly from standard discrete diodes. This guide breaks down the schematic symbols, operating regions, and exact transimpedance amplifier (TIA) circuits you need to get reliable data from a linear array.

Decoding the Photodiode Array Diagram: Pinouts and Internal Architecture

When you look at a manufacturer's photodiode array diagram, you are typically looking at two things: the equivalent circuit schematic and the physical pinout. Understanding the difference between Common Cathode (CC) and Common Anode (CA) configurations is critical before you solder a single header pin.

The Schematic Symbol and Internal Routing

In a schematic diagram, a PDA is drawn as multiple standard diode symbols (an arrow pointing toward a bar, representing light hitting the junction) arranged in parallel.

  • Common Cathode (CC): All cathodes are tied internally to a single pin. The anodes are broken out individually. This is the most common configuration for reverse-bias applications because you only need to supply one negative high-voltage rail to the common pin.
  • Common Anode (CA): All anodes are tied to ground. The cathodes are broken out individually. Used less frequently, typically in photovoltaic (zero-bias) setups.

The Guard Ring Pin

High-end linear arrays (like the Hamamatsu S-series) often include a Guard Ring (GR) pin in the diagram. This is not a photosensitive element. It is a heavily doped silicon ring surrounding the active array elements, connected to its own dedicated pin. In low-light spectrometry, surface leakage current across the silicon substrate can swamp your signal. By tying the Guard Ring pin to the same potential as your amplifier's virtual ground, you shunt this leakage current away from your sensitive anode pins.

Bench Tip: Never leave a Guard Ring pin floating on a high-impedance PCB. If your schematic diagram shows a GR pin, route it to your analog ground or the non-inverting input reference of your TIA.

Operating Regions and Biasing: Photoconductive vs. Photovoltaic

Selecting how to bias the array dictates your speed, noise floor, and dark current. The junction capacitance ($C_j$) of a photodiode is inversely proportional to the square root of the reverse bias voltage ($V_R$). Lower capacitance means higher bandwidth for your TIA circuit.

Operating ModeBias Voltage ($V_R$)Dark CurrentJunction CapacitanceResponse SpeedBest Application
Photovoltaic (Zero Bias)0 VUltra-low (fA to pA)High (tens of pF)Slow (kHz)Precision DC light measurement, low-light colorimetry
Photoconductive (Reverse)-5 V to -20 VLow (pA to nA)Medium (5 - 15 pF)Fast (MHz)Standard DIY spectrometers, barcode scanning
High Reverse Bias-30 V to -100 VHigher (nA range)Very Low (< 2 pF)Ultra-Fast (100+ MHz)LIDAR pulse detection, high-speed optical comms

For 90% of hobbyist and prosumer spectrometer builds, the Photoconductive (-5V to -20V) region is the sweet spot. It provides enough reverse bias to collapse the junction capacitance for fast readout without generating excessive dark current that would require thermoelectric cooling.

Selecting the Right Array: Safe Default Part Numbers and Specs

Choosing a PDA involves balancing element count, pitch (distance between elements), and package type. Below are the safe default part numbers for 2026 builds, ranging from simple alignment sensors to high-resolution spectrometry.

Part NumberManufacturerElementsPitch (µm)Spectral RangePackageTypical Price (2026)
TEMD6202FX01Vishay22300 µm400 - 1050 nmSMD / Automotive$2.50
SFH 7072OSRAM2 (Integrated AFE)N/A400 - 1000 nmQFN-8$8.00
ARRAY-16-TO5First Sensor (TE)161500 µm350 - 1100 nmTO-5 Can$65.00
S4111-16Hamamatsu161500 µm320 - 1000 nmCeramic DIP$48.00
S11106-1024Hamamatsu102412.5 µm340 - 850 nmCeramic DIP$160.00

How to select: If you are building a DIY spectrometer using a diffraction grating and a 3D-printed slit, the Hamamatsu S4111-16 is the ultimate safe default. The 1.5mm pitch is wide enough to solder header wires or use a standard DIP socket, and 16 channels provide enough resolution to identify broad emission lines (like Neon or Mercury) without requiring a precision CNC-machined optical bench. If you need high resolution, the S11106-1024 includes a built-in CMOS shift register to read out 1024 pixels serially, but it requires strict timing code on your microcontroller.

Application Circuit: Transimpedance Amplifier (TIA) for Linear Arrays

A photodiode outputs current, not voltage. To read it with an Arduino or ESP32 ADC, you must convert that current to voltage using a Transimpedance Amplifier (TIA). Below is a complete, bench-tested TIA circuit designed for one element of a 16-channel discrete array (like the Hamamatsu S4111-16).

Component List and Values

  • Op-Amp: Texas Instruments OPA657 (FET-input, ultra-low bias current of ~2 pA, GBW of 1.6 GHz). Do not use an LM358 or LM741; their input bias currents will drown out the photodiode signal.
  • Feedback Resistor ($R_f$): 1 MΩ (0.1% tolerance, metal film). Sets the transimpedance gain to 1 V/µA.
  • Feedback Capacitor ($C_f$): 2 pF (NP0/C0G ceramic). Compensates for the photodiode's junction capacitance to prevent high-frequency oscillation.
  • Bias Resistor ($R_{bias}$): 10 kΩ (connects from -12V rail to the Common Cathode pin).

Wiring the Circuit (Per Channel)

  1. Connect the Common Cathode pin of the PDA to a -12V supply through the 10 kΩ bias resistor. (This provides a -12V reverse bias to the array).
  2. Connect the Anode of Element 1 directly to the Inverting Input (Pin 2) of the OPA657.
  3. Connect the Non-Inverting Input (Pin 3) to Analog Ground (0V).
  4. Place the 1 MΩ Resistor between the Inverting Input (Pin 2) and the Output (Pin 6).
  5. Place the 2 pF Capacitor in parallel with the 1 MΩ resistor.
PCB Layout Rule: The trace from the photodiode anode to the OPA657 inverting input must be as short as physically possible (under 5mm). Any stray capacitance on this node will cause the TIA to ring or oscillate. Pour a ground plane under this trace, but remove the copper directly around the inverting input pin to minimize parasitic capacitance.

Math Check: With a 1 MΩ feedback resistor and a 2 pF feedback capacitor, your -3dB bandwidth cutoff is $f_c = \frac{1}{2 \pi R_f C_f} \approx 80 \text{ kHz}$. This is more than fast enough for spectrometer scanning speeds (typically 1-10 kHz per channel).

Failure Modes and Multimeter Diagnostics

Photodiode arrays are robust, but they are highly susceptible to Electrostatic Discharge (ESD) and moisture ingress. Here is how they fail and how to diagnose a suspect array on your bench using a standard digital multimeter (DMM).

Common Failure Modes

  • ESD Junction Punch-Through: A static shock melts the microscopic P-N junction, creating a permanent short circuit. The element will output maximum voltage regardless of light levels.
  • Surface Leakage (Moisture): If the epoxy or glass window seal is compromised, humidity creates a resistive path across the surface of the silicon. This manifests as massive dark current and a noisy, drifting baseline.
  • Wire Bond Lift-off: Physical shock or thermal stress during soldering breaks the gold wire bond connecting the silicon die to the package pin. The element reads as completely dead (zero current).

Step-by-Step Multimeter Testing

You can verify the health of an array element without powering up a TIA circuit. Grab your DMM and follow these steps:

  1. Forward Bias Test (Diode Mode): Set your DMM to the diode test setting. Place the red probe on the Anode pin and the black probe on the Common Cathode pin. A healthy silicon photodiode will read a forward voltage drop between 0.30 V and 0.50 V. If it reads 0.00 V, the junction is shorted (ESD damage). If it reads OL (open), the wire bond is broken.
  2. Reverse Leakage Test (Resistance/Current Mode): Switch the DMM to measure resistance (or nano-amps if your meter supports it). Place the black probe on the Anode and red on the Cathode. In a dark room, a healthy element should read OL (Over Limit) or >10 MΩ. If you see a low resistance (e.g., 50 kΩ), the junction is leaky or the array has suffered moisture damage.
  3. Photovoltaic Light Response (mV Mode): Set the DMM to DC millivolts. Connect red to Anode, black to Cathode. Do not apply external power. Shine a bright LED flashlight or laser pointer directly onto the element. A healthy element will generate a photovoltaic voltage, typically jumping from 0 mV to 150 mV - 350 mV depending on light intensity. If the voltage stays at 0 mV under bright light, the element is dead.

By understanding the internal routing of the photodiode array diagram, selecting the correct biasing region, and implementing a low-noise TIA, you can build optical sensors that rival commercial laboratory equipment. Always respect the guard ring, keep your TIA feedback traces short, and verify your junctions with a multimeter before applying power to your op-amps.