Making Audible Sense Of A Radiation Hunt

The clicking of a Geiger counter is well enough known as a signifier of radioactive materials, due to it providing the menacing sound effect any time a film or TV show deals with radiation. What we’re hearing is the electronic detection of an ionization event in a Geiger-Muller tube due to alpha or beta radiation, which is great, but we’re not detecting gamma radiation.

For that a scintillation detector is required, but these are so sensitive to background radiation as to make the clicking effect relatively useless as an indicator to human ears. Could a microcontroller analyse the click rate and produce an audible indication? This is the basis of [maurycyz]’s project, adding a small processor board to a Ludlum radiation meter.

When everything sounds like a lot of clicks, an easy fix might be to use a divider to halve the number and make concentrations of clicks sound more obvious. It’s a strategy with merit, but one that results in weaker finds being subsumed. Instead the approach here is to take a long-term background reading, and compare the instantaneous time between clicks with it. Ths any immediate click densities can be highlighted, and those which match the background can be ignored. SO in goes an AVR128 for which the code can be found at the above link.

The result is intended for rock prospecting, a situation where it’s much more desirable to listen to the clicks than look at the meter as you scan the lumps of dirt. It’s not the first project in this line we’ve brought you, another one looked at the scintillation probe itself.

Tracking Cancer Treatment With An ESP8266-Based Radiation Sensor

Those of us who have not been in that position can only imagine the anguish of learning that your teenager has cancer. This happened to [Rob], whose child was diagnosed with papillary thyroid cancer. It’s a condition that can be treated with surgery followed by a course of radioactive iodine to kill any remaining cancer cells. During iodine treatment, the patient is radioactive enough that other people must maintain a distance of 3m from them, and as a learning exercise for both father and teen he created and refined the design of a portable wireless radioactivity monitor.

There are a variety of sensors for radiation monitoring including the well-known Geiger–Müller tube, but he settled on a PIN photodiode based sensor supplied by radiation-watch.org. This sensor is not at its most sensitive at the energy levels emitted by the iodine isotope used in the treatment, but the relatively high intensity of the radiation meant that enough would register for a useful reading to be taken. The sensor board he was mated to an ESP8266 module. [Rob] went through three iterations of the balance of the hardware before settling on a lithium-ion battery and a plastic case.

On the software side, the ESP connects to an MQTT server, from which a CSV file of data is derived. On a computer, the CSV data is collected and plotted to a graph. The data take during treatment clearly shows the reduction in radiation following the isotope’s half-life. The graph isn’t perfect though, there is a gap due to the second prototype’s batteries running flat

From his epilogue it appears that his son has recovered, and we wish them further good health. The details have been published in the hope that other young people facing the same trial might benefit from building their own radiation monitor.