Raduino - DIY open-source "Geiger" meter

So, been thinking off and on about the leak in Japan like everyone else. One thing they really are lacking over there is a simple, cheap civil-defense level radiation meter.. or more specifically, a radiation ALARM. What's needed is a tool which can be pointed at a plate of food, a bottle of water- and within a minute or so, alerts the user if there's detected radiation. Contamination detection, particularly for foodstuffs, is the key when dealing with nuclear accidents and fallout.

I've been mulling over several different possible configurations, pulling out a few obscure Physics textbooks from my college days and making a ton of online queries that undoubtedly put me on a few "no fly" lists and might warrant a courtesy call from a UN compliance team.. and I think we might be able to come up with something- but a bit of input from a good EE is needed.

Geiger-Meuller tubes are expensive and fragile.. though extremely accurate and sensitive. I want to avoid a GM tube, and I think we can reasonably.

My first thoughts were "photosensors" simply blocked from actual light... CdTe and/or Silicon photocells. Energetic radiation knocks electrons around in the Junction areas, produces a current, amplify and presto. I'd think any PN device has to to be at least SOMEWHAT sensitive to ionization. This tends to bear out, I guess- but it seems that due to many reasons, only a very small select group of Photodiodes actually works as a sensor, and they are very expensive and need cryogenic temps ideally. My idea is correct, it's just that junction noise drowns out the "data".

Then I remembered the Electroscope. If charged, ionizing radiation causes an electroscope to discharge at a faster rate... electron transport by ions created by the radiation interacting with the air. Old smoke detectors worked like this; a small amount of radioactive material is placed near charged plates, if air "ionization" increases, it's not because the radiation increased, it's because there's ionizable particles (smoke) in the air. An increase in ionization is then detected and sounds the alarm.

I'll come back to this shortly.. I intend to see if I can obtain an older model detector and do a teardown. If a smoke sensor is a ionization sensor, then the design below becomes even easier. If I can find a functional one, I may just see if I can set it off using a Thorium-doped camping lantern mantle. Until then, my design question boils down to this:

I think we can build an ION CHAMBER detector ourselves: Take a metal can and cover the open end with several layers of screen (allowing alpha.. otherwise thin metal, probably foil, would work- but would start detecting at Beta levels only probably. Alpha s stopped even by paper) or thin paper. Through an insulator, extend a conductor (a wire, not touching the can, or even a screen or other large-surface-area conductor) into the can.

Now charge can relative to ground... and connect the base of a sensitive transistor to the conductor. Amplify.

Ionizing radiation should ionize air within the can, like any other air. The key is that we charged the can and have a nearby open-air conductor leading to an amplifier. The Ions are going to be drawn in/out (polarity) by the charge field.. producing an amplifiable signal.

Think of it as a vacuum tube without the vacuum or the filament.

Accurate? probably not. Sensitive? not overly. Able to detect the reasonable levels we need to be afraid of in a spill scenario? I think it might be possible... and one HECK of a lot cheaper than a GM tube.. which essentially is nothing more than a beefed up version of this.

We then need to count the decay voltage pulses over time to determine radiation levels. This is a function of sensor sensitivity.. more sensitive, the shorter the sample time required to get meaningful data. Luckily for us, counting spikes and that sort of thing is exactly what a hardware interrupt is for....

Thoughts?

Able to detect the reasonable levels we need to be afraid of in a spill scenario?

I just wonder if such a DIY project would just add more fear then might be justified? Calibration accuracy and real understanding of radiation values Vs reasonable risks is not a easy task to deal with. Have you every seen the values of backround radiation of living at 5K feet Vs sea level? Or taking a 11 hour plane trip?

So much of public fear is due to not understanding the facts (units of measurement, time exposure, risk thresholds) and the mass media is pretty much part of the problem rather then part of the solution of communicating useful information rather then 'sexy' fear laced headlines.

I'm certainly not a expert in radiation standards and risks, but I sure saw a lot of FUD (Fear, uncertainty and doubt) being reported.

Lefty

Update...

After doing some more reading, I've stumbled across this site which appears to completely bear this out.

http://www.techlib.com/science/ion.html

Looks like the guy is mainly into analog... but lookie lookie.. Ion chambers made from cans with floating
transistor base, as ionizing radiation detectors.

Hmm, I wonder how a floating analog input would react.. they are awfully sensitive to EM fields
(I seed random with a floating analog input... they skate arund that much due to EMI.. )

Yeah, the idea of false alarms is a daunting one. However, I guess it comes down to impact.. I'd think
something like this might be a cheapo to toss in large quantity as a triage device. A false positive might
be scary, but it won't kill you. Strontium will, and really slowly, in ugly ways. You'd be okay if you skip
something because of a false alarm, but the converse would be... bad.

Any type of rad survey device is possible source of panic-- but maye NOT having one ought to be a larger one?

Well, at a minimum, you could skip all the electronics and simply make an electroscope..

Electroscope discharge time, if isolated otherwise, is a function of leakage and ionization. Assuming you know how fast the electroscope will take to discharge WITHOUT ionizing radiation (make sure it's sheilded, then time it.. even accounts for background radiation level) and if the time of discharge is decreased, it's been exposed to ionizing radiation.. and the difference in time is proportional to the energy transferred, giving us a quantitative measure.

I suppose you could use a photosensor to sense the leave's collapse, even....

Great idea for a project focalist!!

Keep up the good work and let us know how it goes!

If you want a sensitive detector you need to detect individual counts, which requires a GM tube / scintillation counter. There are very cheap russian GM tubes available (which don't have a mica window so can't detect alpha particles and probably not even beta) - I have an MTX-90 based handheld detector (DRSB-88) which uses one of these to click a tiny speaker. The tube itself flashes.

I think a practical design would take one of these tubes or detectors and add interface circuitry to generate a logic pulse to enable Arduino counting/logging capabilities. Still have callibration issues since you need to know sensitivity to various directions / energies / types of radiation.

The guys at seeedstudio have been working on this and have already sent a handful of prototypes to Japan.

http://www.pcworld.com/article/226229/diy_radiation_sensors_and_solar_chargers_help_in_japan.html

Some thoughts. I personally do not like the open air ion chamber design because of relative humidity in the air changes all the time and can drastically effect your readings. Both the CDV-715 and 717 do not work properly unless they are warm and dry I do not even attempt readings with them unless they are around 85 degrees F and the tubs are packed with fresh desiccant bags.

As for alpha particles all of my alpha scintillators use a thin Mylar covering manufactured by Ludlums just for such detectors it lets the alphas through but not the light.

I have considered using a cheap CCD with a thin Mylar window for a radiation detector the CCDs see gamma rays just like light this was made very evident to me while attempting to use a digital camera in a 40 Kv xray beam, The CCD was picking up the xrays and the photos all had colored spots all over them.

Another thought is using a CCD in Conjunction with Bicron Scintillation plastic. This would be much cheaper then using a NaI(Tl) Crystal and photomultiplier tube and would require no high voltage.