The circuit diagram above shows a simple Geiger counter. I designed it actually for a robot which will seek for the highest radiation exposure in a room, but many other applications are possible (for example Hardware random number generator). Beside the GM tube only standard components are used. The PCB mount transformer T1 is a 230V/6V version, operated in the opposite way as usual. The HV can be adjusted with the potentiometer R5 between approx. 300 and 1000V, therefore the circuit covers many different GM tube types. Check out the data sheet of the GM tube for the operating voltage and adjust the voltage before connecting the GM tube! Measuring point is between the cathode of diode D5 and 0V. Take care that your multimeter has a measurement range of min. 1000 V DC! Please also note, that the protective resistor R10 must be as near as possible on the anode of the GM tube. The capacitors C4 to C8 must be suitable for 630V AC. Keep also the creepage distances in mind.
Commonly available radioactive sources for experiments, tests and calibration can be found here.
…and you can make it even simpler! You can base the HV circtuit on two transitor: Look on the net for Joule thief schematics. I posted one schematic on instructables.com, but it had a current regulation while we need a voltage regulator for the GM-tube. Then it looks like this (yeah, I know, could look nicer):
I don’t know the part dimensions by heart. There have been recommendation in some article on instructables.com. Anyway, how does it work? T1 together with C2, R1, L1, D1 and C3 forms a flyback converter. R2 and R3 have to be configured that T2 switches on as soon as target voltage is reached which blocks the converter.Oh, if you use transistors with low saturation voltage you can even run it with one or two AA-cells. You can also replace the ouput cicuit with one or two transistors…
And if you have a PIC programmer there is also another option. A PIC12F204 is sufficient. Write a small program to generate pulses for the voltage converter. Use one transistor as coil driver. And connect the comparator input to the high voltage through a voltage divider. Now connect the GPIO input only pin (the MCLR pin configured to GPIO) to the other end of the GM-tube. as to the NE 555 on the right in the originla version. And write some program to simulate this circuit with the last remaining GPIO pin as output.
Oops, I’ll have to stop now. I’m a big fan of simplifyign circuits. Usually I’m exaggerating.
It’s probably because it’s It’s probably because it’s in .png format, I can see both diagrams fine. Apparently some browsers don’t support .png - .jpg or .gif are the best options for size and compatibility.
No need for Geiger tubes - there are also other radiation sensors.
Well, at least in theory. A solar cell or photodiode actually is a radiation sensor although for different wavelength. However, there are rumors that you can detect gamma radiation using such a device. I even remember a DIY article in a German electronics magazine (Funlschau) in the seventies or eighties. They poroposed to use several stacked solar cells with a voltage in blocking polarity. As soon as an energized photon hits them they will genreate an current implulse. When looking for solid states radiation detectors several months ago I found descriptions of a few PIN-diodes made exactly for this. However, no supplier, not even complete datasheets. There must be small solid state sensors. I don’t believe that Geiger tubes are used in medical X-ray devices. Geiger tubes are nice, but expensive and not very stable or vibration-proof.
There are many ways to detect radiation. Depends one the application, which parts you want to use, your experience etc. One of my ideas was to put a cloud chamber with a camera on the robot. Through image recognition you can even determinate the corpuscle angle of entry. Just be creative and build some working hardware
When I built this circuit, I had voltage spikes on the high voltage line whenever the 555 timer would transition high or low. These voltage spikes were large enough to prevent my geiger tube (an LND 712) from functioning. The output is 500V most of the time, but when the 555 transitions to low, it generates a voltage spike of 730V, and when the 555 transitions to high, it generates a drop in voltage down to about 300V. While the spikes are very short in duration, they are long enough to prevent the tube from working. I believe these spikes are the result of putting a square wave through the transformer instead of a sine wave.