A Geiger Counter For An Off-Road Apocalypse Vehicle

prog2

If the world comes to an end, it’s good to be prepared. And let’s say that the apocalypse is triggered by a series of nuclear explosions. If that is the case, then having a Geiger counter is a must, plus having a nice transport vehicle would be helpful too. So [Kristian] combined the two ideas and created his own Geiger counter for automotive use just on the off chance that he might need it one day.

It all started with a homemade counter that was fashioned together. Then a display module with a built-in graphics controller that was implemented to show all kinds of information in the vehicle. This was done using a couple of optocouplers as inputs. In addition, a CAN bus interface was put in place. As an earlier post suggests, the display circuit was based on a Microchip 18F4680 microcontroller. After that, things kind of got a little out of control and the counter evolved into more of a mobile communications center; mostly just because [Kristian] wanted to learn how those systems worked. Sounds like a fun learning experience! Later the CPU and gauge was redesigned to use low-quiescent regulators. A filtering board was also made that could kill transients and noise if needed.

The full project can be seen on [Kristian]’s blog.

A Touch Screen Geiger Counter Without A Geiger Tube

geiger

We’re assuming [Toumal] was desperately bored one day, because in the depths of the Internet he found some really cool components to build a solid state Geiger counter.

The Arduino and touchscreen are rather standard fare [Toumal] picked up on eBay for about $30. What really sets this project apart from all the other geiger counter builds we’ve seen is the solid state geiger counter [Toumal] used. This device uses a specially-made photodiode made by First Sensor to detect gamma emissions from 5 to 1000 keV.

[Toumal] put all the software for his Arduino touch screen radiation detector up on github. To be honest, we’re really impressed with the rad sensor [Toumal] used for this project, so if you ever decide to pick one of those up, he’s got your back with an Arduino library for it.

3D Printed Pip-Boy, Geiger Counter Not Included

pip

Yes, we all love portal guns and crowbars, but there’s one piece of video game paraphernalia that could conceivably be a useful piece of hardware for the modern technologist. It’s the Pip-Boy 3000, the wrist-wearable computer from Fallout, and now you can print on on your 3D printer.

All the pieces for this Pip-Boy are available over on Thingiverse. Included in those files are a dozen plastic parts that, when assembled, come together to form a wrist-mounted computer. You could, of course, print out a static image of a Pip-Boy screen for this build, but [dragonator] made a little addition to his model – he put in a space for a smartphone, so all your environmental sensors and inventory management also work with this 3D printed model.

This is far from the first wearable Pip-Boy we’ve seen, but it is the first that’s able to be fabricated on a 3D printer, and comes with the nice bonus of being the best phone case ever. It’s still a lot of work to put this together, but we’re going to say the results are fantastic.

You can check out the demo video of the Pip-Boy below.

Continue reading “3D Printed Pip-Boy, Geiger Counter Not Included”

Turning A Phone Into A Geiger Counter

geiger

We’re no stranger to radiation detector builds, but [Dmytry]’s MicroGeiger prototype is one of the smallest and most useful we’ve seen.

The idea behind the MicroGeiger comes from the observation that just about every modern smartphone can provide a small bit of power through the microphone jack. Usually this is used for a microphone, but with the right circuit it can be stepped up enough to power a Geiger tube.

[Dmytry]’s circuit uses a hand-wound transformer but keeps the part count low; there’s only a few dozen caps, resistors, and diodes in this build, making the circuit much smaller than the Geiger tube itself.

Since [Dmytry] is powering a Geiger tube with a phone, it only makes sense that he should also record clicks from the tube with an Android app. Right now, the entire project is still in the prototype stage, but everything works and his app can detect radiation from one of [Dmytry]’s sources.

The code and schematics for the MicroGeiger are available on GitHub, with a video of the project in action below.

Continue reading “Turning A Phone Into A Geiger Counter”

Geiger Counter Tells You If Your Dishes Are Radioactive

geiger-counter-build

[Henrik] really turned out a nice little Geiger counter board based on a cold war era Geiger tube.

It works in much the same way as other projects along the same lines. It does run on batteries if needed, which is no small feat since the tube wants high voltage to operate correctly. And the video after the break shows it spitting out readings to a terminal window when connected to a computer via USB.

But what really caught our eye is the radioactive source material he used for testing. Since he didn’t have anything on hand he had to order something, and ended up going with a couple shards from a dinner plate. A radioactive dinner plate to exact and it’s a brand name you’ve probably heard of before. Red Fiesta Ware apparently used to be radioactive. It’s even mentioned in the intro to the Wikipedia article. Go figure!

One other thing we noticed was [Henrik’s] method of interfacing his multimeter with a breadboard. One of the project photos shows the probe with thin wire wrapped around the tip. We assume this is to make it easy to plug into the breadboard.

Despite this little digression away from the main project we did really enjoy learning about his build. And you can see him showing it off in the clip after the break.

Continue reading “Geiger Counter Tells You If Your Dishes Are Radioactive”

Beautifully Crafted Geiger Counter A Must If You Live In A Hot Zone

Have a little class when you’re screening for radioactive particles. You can follow the example which [Moustachenator] has set with this gorgeous Geiger counter case.

The business end includes the same Geiger tube we see in all of these projects, but he took the time to solder together a tidy circuit board and housed it in an acrylic tube. it connects to the base unit using a springy telephone handset cord. The laser cut walnut enclosure offers plenty of room for the ATX power supply hidden inside. This feeds the Arduino which runs the system, and provides a powerful source for the Nixie tubes which serve as the display. The attention to detail when it came time to assemble the case is what lends an antique look to the project, even though everything was built from the ground up. Check out the video after the break to see a brief demonstration.

Continue reading “Beautifully Crafted Geiger Counter A Must If You Live In A Hot Zone”

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.