Checking Network Status With A Traffic Light

If you’ve ever dealt with a buggy Internet connection, you know how frustrating it can be. This project takes the guesswork out of mashing F5 over and over, or simply walking over to your router and ‘turning it on and off again.’

Necessity is the mother of invention, and when the folks at the Bitlair hackerspace in Amersfoort, Netherlands got tired of opening up a terminal to see if their network connection was down at this weekend’s Haxogreen camp they did what any self-respecting hackerspace would do: make a traffic light monitor the Internet.

The traffic light is controlled by a Raspberry Pi the Bitlair folks had lying around attached to a spare traffic light they somehow obtained with a relay. Green means the Raspi can reach 8.8.8.8, red means there is no connection, and flashing lights means there is packet loss.

Not bad for a project put together in a few hours. Now if we only knew how they obtained a traffic light, ‘just lying around.’

Video after the break.

Continue reading “Checking Network Status With A Traffic Light”

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.

Book Review: The Dangers Of Computer Hacking

Years and years ago, someone gave me this book as a gift. [John Knittel], a co-author thought I might find it amusing. The book, titled The Dangers of Computer Hacking, is a grade school level breakdown of, well, computer hacking and the dangers thereof. At the time, I thought it was rather fun and amusing. Since then, it has sat on my shelf without much action.

Last weekend, however, my 8 year old son was building perfectly spaced shapes for his slinky (new plastic slinkies suck) and found this book. I snatched it up and read through it real quick. The realization came to me that though this is somewhat tongue-in-cheek(check the topics on the back cover), this book is actually a fantastic reference for the un-initiated.

Continue reading “Book Review: The Dangers Of Computer Hacking”

Two Hard Disks And One DJ Get Down With No Delay

Mixmaster [robelix] built a MIDI controller for DJs that uses two hard drives for scratching and cutting some wicked beats.

[robelix]’s project is called Hard DJ and was inspired by this earlier build capable of producing a droning appreciated chiptune music using the motor inside a hard drive. Instead of reading the out of phase sine waves produced when a hard drive platter is manually rotated, [robelix] used custom laser cut encoder wheels and an IR detector from old computer mice. This gives [robelix] far more resolution than would be possible by reading the drives stepper motors and allows him to scratch and cut to whatever his MC desires.

The electronics portion of the build are a little rough at this stage – just an Arduino Mega, a few buttons, and a trio of faders. [robelix] will be building a proper enclosure for his controller soon, something we can’t wait to see.

If you’d like to clone this DJ controller, all the files are up on the Git. Check out the video after the break.

Continue reading “Two Hard Disks And One DJ Get Down With No Delay”

Reading Analog Sensors With The Raspberry Pi

Adafruit just posted an awesome tutorial on reading analog sensors with the Raspberry Pi. It’s a great walkthrough that can be applied to your next Raspi project as well as any project where you just need one more analog input.

Earlier, the folks over at Adafruit posted a tutorial on using a MCP3008 ADC with the Raspi to directly read analog values using a Raspi. Sometimes, though, you don’t need eight analog inputs and a 12-bit ADC to get a project off the ground. Adafruit’s tutorial for reading analog values without an ADC relies on a single 1μF ceramic capacitor attached between a digital input and ground. By pulling the sensor line high for a millisecond or two, the capacitor charges at different rates depending on the value of the analog sensor.

Yes, it’s just an RC timing circuit but seeing as how the Raspi doesn’t have an analog input, we figure this tutorial could help out a few people.

A Wireless MAME Coffee Table Controller

MAME coffee table plan

Although we’ve featured quite a few MAME controllers here, we thought we’d feature one more. It’s only a well-drawn mechanical plan at this point, but if the results are anything like the model or detail drawing, we will be quite impressed.

One thing that is of particular interest is the planned parts list. Amongst them are the typical joysticks, buttons, and even a trackball. What may be new to some of our readers is the bluetooth arcade controller by [Wayne and Layne] opensource hardware kits. Although they aren’t cheap at just under $80, and requre an Arduino Mega for use, this is nonetheless an interesting control option. The maximum button presses may be another limiting factor at 6, but it should be a cleaner solution than cannibalizing one or more wireless controllers.

Of course, we’d be negligent if we didn’t at least give you a link to a completed MAME controller. Be sure to feast your eyes on these images if you’d like some finished controller eye candy or check out the pic after the break!

Continue reading “A Wireless MAME Coffee Table Controller”

Excavate Your Basement Using RC Equipment

basement excavation

Although it could be debated as to whether or not this is a “hack,” since the equipment used is built for excavation, the scale of it seems deserving of a mention. In the linked article, [Joe] is quoted as saying, “the common misconception here is that the RC’s are not here to excavate my basement, but rather the basement excavation project is here for the RC’s.”  This could be a motto for most makers/hackers in that projects are frequently not done for the resulting product, but for the experience of making something your own.

According to [Joe], he excavates 2 – 3 cubic yards per year with his little RC vehicles.  Living in Canada as a rancher and farmer, he’s required to be near his home to feed his hungry animals even during the cold winter months. During this time, there can be very little to do. After sometimes working 16 hour days during the summer, he needed something to keep him occupied close to home. Be sure to check out the excavation video after the break, or check out the original article for even more pictures and video! Continue reading “Excavate Your Basement Using RC Equipment”