Radiation Sensor Shield For The Arduino

The [Libelium] team wanted to help people in Japan measure radiation in their surroundings following the nuclear accident in Fukushima. Because of the affordability and seeming ubiquity of the Arduino platform, they have been hard at work this last month trying to get their Geiger counter sensor board for an Arduino out the door. We think they’ve done a remarkable job.

A Geiger tube is a remarkably simple device, but getting the part can be a fairly expensive proposition. Thankfully, [Libelium] has already tested and verified a number of tubes from different manufacturers – very helpful if you don’t want to be tied down to one specific component.

This looks like this is just the sort of thing that the folks at [Seed Studio] wanted for an open hardware radiation detector, and [Libelium] has already shipped their first batch to the Tokyo Hackerspace. It’s good to know that help is going where it’s needed.

Video of the sensor board being tested after the break.

Continue reading “Radiation Sensor Shield For The Arduino”

Geiger Counter A/D Conversion For Radiation Level Crowdsourcing

arduino_geiger_counter

[Akiba] and the crew at Tokyo Hakerspace are still hard at work trying to help out their fellow countrymen after the recent earthquake, tsunami, and ongoing nuclear crisis in Japan. You may remember the group as they are behind the Kimono Lantern project we featured last week. This time around, their efforts are focused on getting usable information out to those who need it.

With all of the talk about nuclear fallout, they wanted to see what sort of measurements they could get in Tokyo, however they could not locate a Geiger counter anywhere nearby. Luckily, they were eventually able to source two old counters from the Reuseum in Idaho. One is being lent out to individuals in order to check if their home’s radiation levels are safe, but it was decided that the other would reside outdoors in order to collect radiation readings from the air.

[Akiba] wanted to put the results from the external Geiger counter up on Pachube, however these old units are all analog. He figured that a quick and dirty way to do analog to digital conversion would be to monitor the chirps coming off the counter’s speaker. This was done by wiring up an Arduino to the speaker leads, and keeping track of each time the speaker was activated. This resulted in an accurate digital radiation reading, matching that of the counter’s analog display. The Arduinio wirelessly sends the information to another Arduino stationed inside his apartment, which then uploads the data to Pachube.

A walkthrough of his conversion as well as the source code for both the Arduino counter and the Pachube uploader are available on his site, in case anyone else in the Tokyo area has a Geiger counter handy and wishes to do the same.

More Radiation Test Gear

This is a multifunction too for measuring radiation (translated). The measurements center around gas discharge tubes that react when ionizing particles pass through them. After reading about the counting circuit for the pair of tubes used in this handheld it’s easy to understand why these are tricky to calibrate. The handheld features a real-time clock as well as a GPS module. This way, it can not only give a readout of the radiation currently measured, but can record how much radiation exposure has accumulated over time (making this a dosimeter). An accompanying dataset records the location of the exposure. An ATmega128 drives the device, which is composed of two separate boards, a series of five navigation buttons, and a salvaged cellphone LCD for the readout. The translated page can be a bit hard to read at times, but there’s plenty of information including an abundance of schematic breakdowns with accompanying explanations of each.

This is certainly feature-rich and we think it goes way beyond the type of device that Seeed is trying to develop.

[Thanks Andrew]

Seeed Looks For Help Developing An Open Source Radiation Detector

Seeed Studios, makers of the Seeeduino and fabricators of small-run PCB orders have put out a call to help develop an open source radiation detector. Will it be of any help to people in the area of Japan that is at risk? We really can’t say. But if you can lend some expertise with this, it can’t hurt. We’ve already seen a simple dosimeter project but this one sounds like it’s more on the level of a DIY Geiger counter. We know it’s possible, but the hacked together unit we saw back in 2007 had very little documentation and used parts that may be hard to come by.

The specific information needed is what type of sensor to use, what supporting circuits should be included, and what method is best to calibrate each unit. There’s a discussion going in the comment thread of that post which should be interesting to read even if you think you don’t have anything to add.

[Thanks Michael]

Alpha Radiation Visualizer

alpha visualizer

[Jared Bouck] certainly has a unique project on his hands this time. He started out wanting to build a somewhat complex system for visualizing Cherenkov radiation. With a little investigation he found some new ideas and decided to build a really compact apparatus. Cherenkov radiation is seen as a blue flash when a particle passes through a medium at a speed greater than the speed of light in the medium. Jared used a webcam CCD as the medium and a small piece of radioactive americium sourced from a smoke detector. The camera housing is sealed from any light leaks and is shielded to block EMI. Watching the camera output you can see flashes of white and blue streaks.  It’s a neat home built demo and I bet it could be used as a random number generator as well. In the real world, scientists use Cherenkov radiation detection to determine fission reaction intensity, measure radioactivity in spent fuel rods, and detect the origin of cosmic rays. Similar techniques are used in neutrino detectors like the massive IceCube project.

Continue reading “Alpha Radiation Visualizer”

Count Accumulator For Radiation Levels

carl

This hack was put together by reader [Forrest Cook]. He was wondering if there were any radioactive materials in his rock collection. This is an add-on box for a 60s era Victoreen CDV700 Geiger counter. Vintage gieger counters don’t actually count; they use an analog meter with an integrator circuit to do short term averages. Forrest’s box plugs into the headphone jack of the Geiger counter and does true digital counting with a Motorola microprocessor. The signal could also be sent to a computer with a little modification. He did find a handful of radioactive rocks, but nothing that was serious enough to worry about.

Continue reading “Count Accumulator For Radiation Levels”

Catching The BOAT: Gamma-Ray Bursts And The Brightest Of All Time

Down here at the bottom of our ocean of air, it’s easy to get complacent about the hazards our universe presents. We feel safe from the dangers of the vacuum of space, where radiation sizzles and rocks whizz around. In the same way that a catfish doesn’t much care what’s going on above the surface of his pond, so too are we content that our atmosphere will deflect, absorb, or incinerate just about anything that space throws our way.

Or will it? We all know that there are things out there in the solar system that are more than capable of wiping us out, and every day holds a non-zero chance that we’ll take the same ride the dinosaurs took 65 million years ago. But if that’s not enough to get you going, now we have to worry about gamma-ray bursts, searing blasts of energy crossing half the universe to arrive here and dump unimaginable amounts of energy on us, enough to not only be measurable by sensitive instruments in space but also to effect systems here on the ground, and in some cases, to physically alter our atmosphere.

Gamma-ray bursts are equal parts fascinating physics and terrifying science fiction. Here’s a look at the science behind them and the engineering that goes into detecting and studying them.

Continue reading “Catching The BOAT: Gamma-Ray Bursts And The Brightest Of All Time”