Making A Game Boy Color Louder

When [Anton] picked up an old translucent purple Game Boy Color, he noticed a nearly complete lack of sound coming from the speaker. This simply would not do, so [Anton] replaced the speaker and soldered in a 2 Watt amp, making his Game Boy very loud indeed.

After cracking open his Game Boy, [Anton] noticed the speaker was rusted. He replaced it by soldering in a speaker from a Motorola cell phone, fixing the most immediate problem. After plugging in a few batteries, he still noticed a nearly complete lack of sound.

Turning to his electronics junk drawer, [Anton] pulled out a TI TPA2000D1 Class D amplifier. This tiny amplifier is able to provide 2 Watts to a speaker and is very power efficient given it’s Class D pedigree.

After making a PCB and wiring up his amp to the Game Boy’s circuit board, [Anton] spent a little time tracking down the source of some high-frequency hissing. As it turns out, the power regulators and converters on a 15-year old Game Boy aren’t of the highest quality, but after adding a few capacitors [Anton] got everything under control.

Now [Anton]’s Game Boy has very loud, crystal-clear sound. Considering the lengths chiptune artists take modifying old ‘brick’ style game boys for use with Little Sound DJ or nanoloop, [Anton]’s build could become a worthwhile modification for musicians looking for a little more oomph to their performance.

Digital Marker Communicates With Touch Screen

In an effort to be more relevant to children that just aren’t impressed with crayons and markers anymore, Crayola released the ColorStudio HD pen. Instead of ink, this pen is filled with electronics that communicate with a tablet to draw different colors in the Crayola ColorStudio app.

[Rob Hemsley] had done some work with capacitive touch screens before, so when he heard the clicking of a tiny relay inside the pen, he automatically knew how it worked. Of course this meant tearing apart the Crayola marker to look at the electronics, but [Rob] also went so far as to replace the microcontroller, allowing you to craft your own ColorStudio HD pen.

The digital Crayola marker communicates with the app by switching a relay on and off very quickly. This completes a circuit between the user’s hand and the touch screen, allowing the tablet to interpret the desired color by measuring how many touches are received per second.

Inside the pen, [Rob] found an RGB LED, a relay, and a PIC microcontroller. Not having any experience with PICs, [Rob] changed out the ‘micro to an ATtiny44 and started writing some firmware with the help of the Arduino IDE.

[Rob]’s updated version functions exactly like the stock version, communicating with the Crayola app by pulsing the relay to indicate the selected color. Even though the Crayola app only has three possible colors, [Rob] says it’s feasible to program the digital pen to send an RGB color value to a tablet, allowing you to choose what color to draw with on the pen.

You can see a video of [Rob]’s updated pen after the break.

Continue reading “Digital Marker Communicates With Touch Screen”

Open Source Android Thermostat

Put that old Android phone to good use by mounting it on the wall as a smart thermostat. This open source hardware and software project lets you replace your home’s thermostat with an Android device which adds Internet connectivity and all that comes with the increase in computing power.

The brunt of the hardware work is taken care of by using an IOIO board which makes it easy to interface any Android device with the simple hardware which switches your HVAC equipment. We’ve been waiting for the launch of the new IOIO design and if it comes in at a lower price as has been rumored that makes this project in the price range of the least expensive of programmable thermostats (assuming you already have an Android device to devote to it). Simply etch your own board to host the relays and voltage rectifier and you’re in business.

There is a client and server app, both free in the Play Store. The server runs on the wall-mounted device with the client offering control via a network connection. The features of the system are shown off quite well in the video after the break.

This sounds like a perfect use for that phone you ripped out of the pages of a magazine.

Continue reading “Open Source Android Thermostat”

Cellular Vehicle Information And Control

This hardware, which was built as a Computer Engineering project by [Bryon] and his classmates, gives you feedback and control of a car though a cellular phone network. It uses text messages to communicate with a control device. This can be pretty much any cellphone, but in the clip after the break they show off an Android app which puts a pretty GUI in front of you and abstracts away the tedium of specially formatted messages.

At the heart of the system is an Arduino Mega board. It has a cellular shield with an external antennae for connectivity. A GPS device, relay board, and ODB-II module provide feedback and control to the system. The relays allow the car to be started and the doors to be locked. The GPS and ODB-II module can send back location and vehicle information (anything available from the car’s sensors). There were some issues with the text messages being blocked during testing. The team thinks that the automated back-and-forth triggered some kind of spam filter from the telecom.

There’s still more work to be done if they want to actually drive the car via remote control.

Continue reading “Cellular Vehicle Information And Control”

Electric Vehicle Peripheral Controller For The Masses

This juicy hunk of printed circuits is an open source controller for the peripherals of an electric car. It’s the product of a capstone project working on a vehicle aimed at urban commuting. There wasn’t a suitable non-proprietary module for controlling a car’s peripherals so the team built their own.

As far as we can tell this is not responsible for driving the vehicle itself. We assume there’s another piece of hardware which reads from the accelerator pedal, drives the motors accordingly, and handles things like regenerative braking. But there’s a lot of other things in a modern vehicle that need to be taken care of as well. Head, tail, and turn indicator lights must be switched. All of the dashboard controls (like the turn signal lever and the wiper blade speed settings) need to be monitored. Something needs to drive the door locks, and a system that reads the door ajar sensors and switches the dome light on and off must be handled. This is where the controller pictured above really shines.

The team has released all of the hardware information. The code is not yet available, but will be as soon as they’ve cleaned it up enough to package the first release candidate.

Turn Your IPhone Into A View-Master

This super quick hack will be fun to do with the kids. Remember the days of View-Masters? You’d put a disk of small slides into a little plastic viewer and a stereoscopic image would jump out at you in 3D! Now you can not only view stereoscopic images on your smartphone, but make your own too!

To shoot the images just hold your phone in portrait orientation and take a snapshot of your subject, then move the camera six inches to the right and take a second image. The two pics need to be displayed on the screen at the same time and for this [Plarky] uses a free iPhone app called Pic Stitch. We’re sure you can find an Android equivalent in no time if you do a bit of searching.

To view the stereoscope it helps to make a divider out of cardboard like the one seen above. You’ll need to cross your eyes and focus on a point to bring the two images together. We don’t remember having to do this with the View-Master so we’re hoping someone will take the idea and improve upon it. We’ve already seen a digital View-Master. Now we want to see those dual screens replaced with an iPhone cradle.

Configurable RFID Tag From 7400 Logic Chips

This soldering nightmare is a configurable RFID tag which has been built from 7400-series logic chips. The beast of a project results in an iPhone-sized module which can be used as your new access card for security systems that uses the 125 kHz tags. The best part is that a series of switches makes the tag hand programmable, albeit in binary.

Of course this is an entry in this year’s 7400 Logic Competition. It’s from last year’s winner, and he’s spent a lot of time documenting the project; which we love. We were surprised that this many chips can be powered simply by what is induced in the coil from the reader. This is just one of the reasons the 7400-series have been so popular over the years. After working out the numbers, a 64-bit shift register was built to feed the tag ID to the encoding portion of the design. There were many kinks to work out along the way, but once it was functional a surface-mount design was put together resulting in the final product shown off in the video after the break.

Continue reading “Configurable RFID Tag From 7400 Logic Chips”