Hardware for quick and easy prototyping with your silicon photomultiplier and even building a simple scintillation counter.

Order PCBs:

Compare PCB Prices:

Buy Parts

Adjust quantity:
%
 
... 10 more lines
View All

Mini SiPM Driver (SiD) Board

This is the latest hardware revision 3.0. For older revisions, please have a look at the other branches. A comparison between the revision 2 and 3 hardware can be found here.

This project is on Hackaday.io, where I also post project logs, progress updates and other announcements.

Minimalistic board that allows you to quickly and easily utilize a silicon photomultiplier (SiPM) within your other projects. Supports a range of input voltages, has a digital (TTL) pulse output for the registered counts and a direct output for the SiPM pulses for easy expansion. Similar to the original Open Gamma Detector, but without any direct way to perform gamma spectroscopy.

All you need to build your own scintillation counter is this board, a scintillator and SiPM. The benefits of such a scintillation counter are that you can use it just like a Geiger counter, but it's much more sensitive, can be smaller, doesn't need 300+ Volts and you can also use it to do spectroscopy with some additional components. It mostly only registers gamma radiation though, so keep that in mind!

  • For quick access and purchase of all the parts (PCB and BOM), you can use Kitspace. Otherwise, use a PCB manufacturer and an electronics distributor of your choice and proceed on your own.

  • The fully assembled board can also be purchased on my Tindie store. With your purchase your are also supporting me in my efforts to maintain and improve this project, thanks!

In both cases you will also need to buy a SiPM (e.g. the MICROFC-60035-SMT-TR) and scintillator (NaI(Tl) recommended) separately at a distributor of your choice.

Here are some of the most important key facts:

  • Compact design: Total size 100 x 25 mm. 53 x 25 mm area for electronics and additional 47 x 25 mm to mount a small scintillator.
  • Input voltage: 3.2 V - 5.5 V.
  • Low-voltage device: No HV needed like with a photomultiplier tube.
  • SiPM voltage range from 27.5 V to 33.8 V.
  • Low power consumption: <5 mA @ 5 V in standard operation.
  • Adjustable gain for the SiPM pulses, also affects pulse decay time and therefore dead time.
  • TTL output for counting pulses or time-over-threshold applications.
  • Additional raw pulse output if you want to manipulate the signal or use it for spectroscopy.
  • Dead time only limited by the speed of the scintillator and the gain. Typically <10 µs.
  • Only needs an additional cheap microcontroller to, for example, build a simple scintillation counter.

Here is a nice flow chart explaining how this device roughly works:

Hardware design has been done with EasyEDA and all the needed files for you to import the project as well as the schematic can be found in the hardware folder. There is also a Gerber file available for you to go directly to the PCB manufacturing step.

This project utilizes a silicon photomultiplier (short SiPM) which is way smaller and more robust than a traditional photomultiplier tube and does not need a high-voltage supply (traditionally around 1000 V). Here are some very helpful in-depth datasheets about the particular MicroFC SiPM used here:

PCB size is 10 x 2.5 cm. If you don't need the additional space to mechanically mount the SiPM/scintillator assembly to the rest of the detector board, you can just cut it off at the white line and you're left with a much smaller detector (~5.3 x 2.5 cm).

The PCB is single-sided and mostly uses 0603 components or comparable IC packages to make it possible to solder it by hand or buy it cheaply online and at the same time keep it as small as reasonable.

The TTL-compatible INT output is an active high pin!

Here is a helpful image about the potentiometer settings (turning increases each parameter):

If you want to design an enclosure for the PCB or you need a 3D model for whatever other reason, you can have a look at the files in the 3D folder. It includes 3D models of the PCB itself and some of the components on the board.

A great project utilizing the Mini SiD is building a scintillation counter, which can be much more powerful than a geiger counter while being safer to use, because of the relatively low voltages.

One great example build has been done by RD-Gamma, who built one such device using a russian scintillator and a Broadcom AFBR SiPM.

Here is a small collection of example results I got when measuring the count rate at the TTL output with my small 18 x 30 mm scintillator and a 6 mm MicroFC SiPM.

SampleResult Average [cps]
Background24
Ionization Smoke Detector230
Cup with Uraninite glaze64
5g LYSO scintillator34

You can tie multiple boards' INT outputs together in an AND gate chip to only trigger a signal when all boards detected something. These AND gate ICs are very cheap, readily available and the output can then go into a microcontroller interrupt pin to count the gamma events.

To make the timing a bit easier for the gates and to consider delays, you can feed the board INT output into a monostable multivibrator circuit such as an NE555 timer IC. This will allow you to stretch all the signals by a certain time factor you can set.


Thanks for reading.