Skip to content

Commit a990e23

Browse files
committed
Update readme. Explain module function.
1 parent 8ecd1cb commit a990e23

1 file changed

Lines changed: 64 additions & 1 deletion

File tree

README.md

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,67 @@
1-
# USTSIPM01 - Silicon photomultiplier interface module
1+
# USTSIPM01 Silicon photomultiplier (SiPM) interface module
22

33
![Top view on USTSIPM01A](/doc/gen/img/USTSIPM01-top.png)
44
![Bottom view on USTSIPM01A](/doc/gen/img/USTSIPM01-bottom.png)
5+
6+
Complete analog front‑end for Silicon Photomultipliers (SiPM). The module provides resistor-configurable high‑voltage bias for the SiPM sensor and a low‑noise, wideband readout stage suitable for timing and amplitude measurements.
7+
8+
## Features
9+
10+
* Footprint for onsemi **MicroFC‑60035‑SMT** SiPM (6×6 mm, 35 µm microcells).
11+
* On‑board high‑voltage boost converter MAX5026 generating the SiPM bias from the +5 V rail.
12+
* Precision feedback network with design equation Vout = 1.25 V × (1 + R2/R3); default configuration targets to 31.7 V bias.
13+
* Low‑noise **wideband amplifier** stage OPA836 for SiPM signal readout.
14+
* Pin-header connector for lab bring‑up and diagnostics.
15+
16+
## Block Diagram
17+
18+
```mermaid
19+
flowchart LR
20+
V["3V6"] -->|Bias supply| MAX5026["MAX5026 Boost"]
21+
MAX5026 -->|VBIAS (~25–32 V)| SiPM["SiPM MicroFC‑60035"]
22+
SiPM -->|A| OPA836["OPA836 Readout"]
23+
OPA836 --> OUT["OUT"]
24+
V33["+3.3 V"] --> OPA836
25+
```
26+
27+
## Electrical Characteristics (module)
28+
29+
* Supply rails: +3.6 V (bias converter), +3.3 V (analog stage).
30+
* SiPM bias range: designable in \~25–32 V via resistor ratio (see below). Default assembly ≈ 31.7 V.
31+
* Output: single‑ended, wideband path suitable for 50 Ω instrumentation (use external 50 Ω termination at scope/DAQ as required).
32+
33+
> Note (SiPM operating point): The sensor is biased at Vout = VBR + VOV, where VBR is the device’s breakdown voltage and VOV is the selected overvoltage. Typical recommended VOV = 1…5 V. Temperature coefficient of VBR ≈ +21.5 mV/°C (adjust bias accordingly).
34+
35+
## Bias Network Design
36+
37+
The MAX5026 feedback follows:
38+
39+
```
40+
Vout = 1.25 V × (1 + R2/R3)
41+
```
42+
43+
**Default population** (R2 = 3.9 MΩ, R3 = 160 kΩ) yields:
44+
45+
```
46+
Vout ≈ 1.25 × (1 + 3.9M/160k) ≈ 31.7 V
47+
```
48+
49+
**Example design** for MicroFC‑60035 with typical VBR ≈ 24.7 V:
50+
51+
* For **VOV = 3.0 V** → target **Vout ≈ 27.7 V**.
52+
* Choose standard values to satisfy 1.25 × (1 + R2/R3) ≈ 27.7. For example, **R3 = 160 kΩ**, **R2 ≈ 3.394 MΩ** (use 3.40 MΩ or parallel combination). Verify with measurement on the assembled board.
53+
54+
> Keep the feedback resistors in the **** range to minimize divider current, and place them tight to the FB node. Use a low‑leakage layout around FB.
55+
> Treat the SiPM and the module as **ESD‑sensitive**.
56+
57+
## Operating Guidance
58+
59+
* Start at low overvoltage (e.g., +1…2 V above the measured VBR) and increase gradually while monitoring dark count and pulse shape.
60+
* Observe the maximum average current rating of the chosen sensor (for 6×6 mm devices typically tens of mA). Avoid saturating the device with continuous high optical flux.
61+
62+
## Changeable Parameters
63+
64+
* **SiPM bias (R2/R3):** select to set the required overvoltage window for the specific sensor lot and operating temperature.
65+
* **OPA836 gain (R10/R12):** non‑inverting stage; A\_v = 1 + R10/R12. Default R10 = 12 kΩ, R12 = 1 kΩ → A\_v ≈ 13 V/V (\~22.3 dB). Adjust these resistors to set the desired voltage gain. (See schematic).
66+
67+

0 commit comments

Comments
 (0)