GRAD-A00 - Micropower Geiger-Müller Counter Arduino Shield

Submitted by GG on Sat, 04/11/2020 - 13:22
Project Status

A new version of this project is available here

GRAD A00Like many other hobbyist we have always been fascinated by radioactivity and the sensors to detect it. Geiger-Müller tubes are a common and relatively inexpensive way to measure radiation. GRAD is a complete solution for radiation counting in an Arduino shield form factor. Its main features are dual tube support to increase sensitivity and very low power consumption.

Introduction to Geiger-Müller Counters

Every Geiger-Müller counter requires 4 essential functional blocks.

Geiger-Müller Tube

The tube has two terminals and is filled with a low pressure gas mixture. When biased with the appropriate voltage the gas will ionize and briefly conduct electricity every time it is hit by radiation. Depending on the tube type it is possible to detect alpha, beta and gamma particles. The SBM-20 used in the GRAD is sensitive to gamma and high energy beta.

High Voltage Power Supply

The tube must be operated in the Geiger Plateau. This is a region where the pulse count is almost independent of the bias voltage. For common tubes the bias voltage is between 400 and 500V. The SBM-20 optimal point is around 400V.

Pulse Detector

The pulses out of the tube are very short and variable voltage. The pulse detector conditions the signal so it can be easily counted by the following stage.

Pulse counting

Pulses are counted over a fixed amount of time to calculate a CPS (counts per second) or CPM (counts per minute) value. This can be roughly converted to a dose rate by using the parameter on the tube datasheet.
Arduino is used for pulse counting and its visualization and/or logging.

Schematics

There are many circuits on the web for Geiger-Müller tube power supplies. Many are boost converters built around the 555 timer, some open loop, some with feedback. The open loop designs were not considered as they require tuning per board and do not provide a stable voltage at high pulse counts.
Closed loop design are more suitable as they provide the required stability. However, to keep overall power consumption low, special attention should be paid to the feedback loop (12uA of current @ 400V is ~5mW).
To avoid the power penalty of high voltage feedback, the most elegant solutions use a non isolated step-up transformer and detect the voltage on the primary side like the Analog Devices LT3420.

We implemented a simple switch mode boost converter with a very low current feedback. Our design is heavily based on the Theremino Geiger adapter. We mixed the SMD, DYI and "Flintstones" deigns in a fully PTH design with zener diode feedback.
The Schmitt trigger inverter U1F, R4 and C5 form a oscillator that generates the pulses to drive the main switch Q2. U1A, U1B and U1C are in parallel to increase Q2 base current.
The feedback is implemented with a series of very low leakage current zener diodes. When the output voltage exceeds the zener voltage Q1 turns on and stops the oscillator. When the output voltage drops again Q1 will turn off releasing the oscillator. R1 and C3 further reduce the output ripple. Additional series resistors feed each tube separately (R2 and R3 for GM1, R13 and R14 for GM2).
Single Pulse
Pulses are picked up from the high voltage side of the tube using a DC blocking capacitor (C6 and C7). The pulse is shaped by the remaining Schmitt trigger inverters.

J1-J4 are the standard Arduino connectors. GRAD only uses D6 and D7 and 5V power.
For standalone operation a footprint for a Silicon Labs EFM8UB1 USB MCU is also provided.

Performance

The power supply consumes 325uW (65uA) at 5V, In battery operated devices the board can also be powered with 3.3V. At the lower voltage the power drops to 150uW (45uA).
Pulse Sequence

Filed under
Schematics