Design Philosophy
Silicon Photomultiplier vs Traditional PMT
Traditional gamma spectrometers use vacuum photomultiplier tubes (PMT) that require high voltage (1-2kV), are fragile, bulky, and sensitive to magnetic fields.
This project uses a Silicon Photomultiplier (SiPM) - a modern solid-state alternative that solves the mentioned issues of PMTs.
Digital vs Analog Processing
Traditional spectrometers use analog CR-RC pulse shaping circuits and peak detectors.
Thanks to modern ADCs and FPGAs, it is possible to do all of this in software, making modifications much easier. The disadvantage is that the project is more costly due to higher requirements for the ADC and FPGA.
Hardware
Architecture Overview

The hardware consists of two PCBs:
Analog FrontendHandles low-level currents produced by the sensor (typically 1µA - 1mA pulses, 10mV - 1V after amplification):
- Transimpedance Amplifier (LTC6268) - Amplifies current pulses from SiPM and converts to voltage
- Differential ADC Driver (LTC6363) - Shifts the signal to +1v5 common-mode voltage required by the ADC
- Temperature Sensing (TBD) - Monitors SiPM temperature for bias compensation
- Bias Supply (TPS7A4901) - Provides stable, filtered 29V bias voltage for the SiPM, automatically adjusted for SIPM's temperature changes
- Overcurrent Protection (TBD) - Cuts bias voltage if SiPM is exposed to external light source, preventing sensor damage from excessive photocurrent
Note: Analog pulse shaping and peak detection are not used - raw signal is digitized directly and processed in FPGA.
Processing and Power
Handles high-speed data processing and provides power for all nodes:
- ADC (AD9226) - 12-bit, 65 MSPS sampling rate, produces 780 Mbps (97 MB/s) of raw data
- FPGA (iCE40HX4K) - Real-time digital pulse processing (trapezoidal filtering, peak detection, histogram generation)
- SPI Flash (TBD) - Stores FPGA configuration bitstream
- SPI Port - External header for FPGA programming
- UART to USB Converter (TBD) - Communication interface to PC.
Tools: KiCad.
Software
Tools: VHDL
Mechanical
The analog frontend requires a metal chassis for protection from electromagnetic interference and external light sources.
The scintillator crystal is mounted inside using a 3D-printed stand.
The crystal and SiPM are optically coupled using optical gel to minimize light pulse reflections at the interface
Tools: OpenSCAD and FreeCAD.
Simulation
LTspice- Simulation: Parts of the electronic circuit are simulated in LTspice.
- Visualization (optional): The results can be either observed in LTspice or imported into a Docker-based Jupyter Notebook. This allows for further simulation analysis (although it's not really used for now). Also, the graphs are more aesthetic this way.
Robert Gawron





mihai.cuciuc
Greg Duckworth