Geigers On A Plane

[Thomas] took a Geiger counter he built on a plane. Why? Because he can, much to the chagrin of airport security.

[Thomas]’ Geiger counter is built around an old Russian SBT-10A detector containing ten separate Geiger tubes. This tube was connected to a circuit containing a LiPo battery, a few high-voltage components, and an audio jack connected to the tubes themselves. When alpha, beta, or gamma radiation hits one of the Geiger tubes, an enormous click is sent to the audio jack and into the microphone jack of a small netbook.

Right after boarding a plane in Dublin, [Thomas] booted up his computer, started recording in Audacity, plugged in his Geiger counter, and stored his experiment safely in the overhead compartment. After landing in Prague a few hours later, [Thomas] saved the 247 MB .WAV file and began working on a way to convert clicks in an audio track into usable data.

The audio output on the Geiger counter overloaded the mic input on his netbook, making ‘event detection’ very easy with a small C app. After plotting all the data (seen above), [Thomas] had a complete record of the radiation on his 2-hour flight.

Because there was far less atmosphere to absorb cosmic radiation, [Thomas]’ radiation dose was 9.1 microsieverts. Much more than at sea level, but nothing even air crews need to worry about.

Detecting Cosmic Rays With 18 Geiger Tubes

What do you do if you have 18 Geiger tubes lying around? [Robert] had an interesting idea to build a cosmic ray detector and hodoscope to observe the path cosmic rays take while flying through his lab.

[Robert]’s cosmic ray detector works by detecting the output 9 Geiger tubes on the y-axis and 9 Geiger tubes on the x-axis with a coincidence circuit. When a cosmic ray flies through the detector, it should trigger two tubes simultaneously. By graphing which of the two tubes were triggered on an array of 81 LEDs, [Robert] not only knows when a cosmic ray is detected, but where the cosmic ray was.

The detectors do pick up a little background radiation, but thanks to [Robert]’s coincidence circuit, he can be fairly certain that what he’s recording are actually high-energy cosmic rays.

Before building the 9×9 hodoscope, [Robert] built a similar drift hodoscope that simply plots the path a cosmic ray takes through an array of Geiger tubes. You can check out videos of both these cosmic ray detectors after the break.

Continue reading “Detecting Cosmic Rays With 18 Geiger Tubes”

Making Music With Radiation

[Jeff Keyser] from mightyohm.com got a chance to show off this interesting take on ambient music. He’s using his geiger counter kit to detect beta and gamma radiation. This then sends a pulse down the line to an Arduino to turn it into a musical note. The geiger counters put out a 1.ms 3v pulse though, so he first has to run this through a 74Ls04, which spits out the 5V the arduino wants. He’s admittedly no musician, but you can hear in the video it sounds fine. Especially considering they are all just C in different octaves. Those of us that are musicians probably would have gone with a B#.

The ambient noise is interesting, but when you realize it is due to radioactive decay, it becomes somehow more attention getting. We often forget about the invisible world around us. He even drops a few Uranium marbles onto the geiger counters to spice things up.

Continue reading “Making Music With Radiation”

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.

Hackable Geiger Counter

SFE_Geiger_Counter

[Aaron] A.K.A. [A1ronzo] at SparkFun has put together a hackable USB Geiger Counter. In his tutorial, he gets the Geiger counter to work as a random number generator. Later, he analyzes and discusses how well it works as a random number generator.  In the past, we have seen a number of radiation detectors hacks such as the Mr. Fission digital Geiger counter, a count accumulator, and a Polonium detecting pen,  Besides our inital thoughts of speeding up the number generation, and using it as a special character device, what else can you come up with to do with this device?