NES Controller Uses Capacitive Touch Instead Of Buttons

Here’s one way to really keep the component count low. [David] developed an NES controller that doesn’t use any buttons. The copper clad has been milled to provide a pad which registers a button push based on capacitance. The board has a SIL header at the top, making it easy to plug into the Arduino board that reads the inputs.

[David] had trouble getting the Arduino pin read functions to respond fast enough for he NES console’s expectations. He ended up using commands to access the ATmega’s peripherals directly in order to achieve the target timing. Speaking of, he did his own sniffing of the communication scheme using a logic analyzer. The results of that work, as well as the board files and code are available at the site linked above. And there’s a demo of the controller used to play Super Mario Bros. in the clip after the break.

This is actually a tangential project using a PCB mill which he’s developing through Kickstarter. This certainly shows that the mills works as designed.  Continue reading “NES Controller Uses Capacitive Touch Instead Of Buttons”

Automating The Shutdown Of APC UPS Devices

ups-shutdown-device

[Ishan Karve] works in some bizarro world where the building management demands that all servers and Uninterruptible Power Supplies be shut down at the end of each evening. While inconceivable to most systems admins, he has no recourse but to comply. This means that his employees need to turn things off before they leave for the day, and since they often work up to 15 hours a day, waiting for Windows server to shut down seems like an eternity.

Being the good manager he is, [Ishan] decided to build a device that handles the clean shutdown of their servers and UPS for them. An Arduino board serves as the brains of the device, communicating with and issuing shutdown commands to the UPS over a serial port. The Arduino is also connected to the office network, enabling it to send ARP requests to the servers in order to determine when they have completely shut down for the day. In order to protect against an accidental shutdown due to network connectivity issues, [Ishan] added an RTC module to the mix so that the Arduino does not issue shutdown commands until at least 8 pm.

Instead of waiting around for Windows to do its thing, [Ishan’s] employees can take off once they start the server shutdown process, knowing that they are totally compliant with their landlord’s crazy requests.

Hellduino: Hellschreiber Radio Transmissions From An Arduino Board

[Mark VandeWettering] was experimenting with a simple transmitting circuit and an Arduino. The circuit in the project was designed by [Steve Weber] to broadcast temperature and telemetry data using Morse Code. But [Mark] wanted to step beyond that protocol and set out to write a sketch that broadcasts using the Hellschreiber protocol.

This protocol transmits glyph images, which are decoded as you see above. For some reason we can’t help but think this is like Captcha for radio enthusiasts. We have seen Hellschreiber used with AVR microcontrollers before, but this is the first Arduino implementation that we’ve come across. [Mark] does a great job of demonstrating his project in the video after the break. He mentions that the transmitter has no antenna, but is still being picked up by his receiving antenna mounted behind his house.

Since [Mark] doesn’t really cover the hardware he used, you will need to look back at [Steve’s] original design schematics for more information.

Continue reading “Hellduino: Hellschreiber Radio Transmissions From An Arduino Board”

Matchbox Launcher Reacts To Emergency Band Radio Dispatcher

[Jeff] and his wife put together a firefighter themed birthday celebration for their son. As he’s not entirely handy in the kitchen, [Jeff] decided not to lend a hand with the baking or cake decorating. But he didn’t forego the opportunity to combine a couple of different projects to make a Matchbox car launcher that responds to emergency band radio.

Since he’s an amateur radio enthusiast he already had a scanner to monitor the air waves. Apparently there’s a band just for relaying dispatch messages to emergency vehicles. He set the radio equipment to only monitor that channel. An Arduino was added to the mix, taking measurements of the voltage level on the scanner’s audio output. When it’s driven high enough the Arduino trips the toy car launcher.

The car launcher itself is a pretty nifty setup. There are five chutes at the top of a ramp that each fit a car. A sliding gate holds them in place, but can be removed one slot at a time by a geared motor. The addition of a poster board facade and two flashing red LEDs makes the setup look right at home with the other party decorations.

See a call come into the station in the clip after the break. We don’t have a category called “fun parenting” so “toy hacks” will have to do.

Continue reading “Matchbox Launcher Reacts To Emergency Band Radio Dispatcher”

Rainbow Machine Livens Up Any Photograph

rainbow-machine

[Shameel Arafin, Sean McIntyre, and Reid Bingham] really dig rainbows. Going by the moniker the “RainBroz”, the trio built a portable display that can be used to add cool light painting effects to pictures.

The group brings their Rainbow Machine all over the place, including parties, gatherings, and random spots on the street. Anyone is welcome to have their picture taken with the Rainbow machine, and each subject is given a card with a URL on it, so that they can check out their picture whenever they please.

The display consists of addressable RGB LED strips and an Arduino from Adafruit, along with the associated support mechanisms for moving the LEDs. The real magic is carried out by the LPD8806 light painting library, also from Adafruit, which enables the RainBroz to create all sorts of images with little fuss.

As you can see in the video below, the Rainbow Machine seems to get a pretty warm reception from just about everyone, even people grabbed right off the street. It looks simple enough to build, so why not put one together for your next gathering?

Continue reading “Rainbow Machine Livens Up Any Photograph”

[Alex] Shows Us What Happens When Dance Dance Revolution Meets Simon

ddr-simon

[Alex] was digging through his closet and came upon an old PS2 game pad for Dance Dance Revolution. He hated the idea of throwing it out just slightly more than the idea of playing DDR again, so he decided to find a way to reuse it.

He was a big fan of the game Simon (aka Genius) as a kid and thought that the DDR pad would make a novel interface for the classic game. Using the PS2XLib by [Bill Porter], which allows an Arduino to easily communicate with a PS2 controller, [Alex] put his Simon replica together in no time flat.

He painted an empty ice cream container with the classic Simon colors, installing a small LED under each quadrant, then wrote the game’s code.

As you can see in the video below, his version of the game works nicely, and forces you to actually get up and move a bit, which we like.

Continue reading “[Alex] Shows Us What Happens When Dance Dance Revolution Meets Simon”

Rainbow Board Of Many Ping-pong Balls

[George] just finished his first project: an 8×8 matrix “Board of Many Ping-Pong Balls” with 64 RGB LEDs. He started this project when he was 14 years old and finished the build over this last Christmas break. We won’t make any presumptions about [George]’s age, but we couldn’t think of a better project to start out on.

For the build, [George] used a Colorduino LED driver shield for his Arduino. This made the wiring simple, but the finished product is where this project really shines. For the base, [George] got a board laser cut at his school and used ping-pong balls to diffuse the LEDs. We’ve seen this many times but with this build there’s a neat way to drill a hole in a ping-pong ball; simply put the drill into reverse. The friction is enough to open the ball up, and the chips of plastic come outside instead of remaining in.

We’re really impressed with [George] and his winter break project. He’s lucky enough to have access to a laser cutter at school, and from a look at his monitor, he’s reading the right websites. You can check out his demo rainbow pattern after the break.

Continue reading “Rainbow Board Of Many Ping-pong Balls”