RGB “Tilty Cube”

[Ben’s] introduction to microcontrollers was this fun little gift he calls the “tilty cube”. It is an acrylic box with 3 LEDs mounted inside that changes color based off of how you tilt it. Sounds like a fun toy, and a good project to learn with. [Ben] chose the PIC12F615 as the brains and laid it all out on a perfboard.  Since this was his first microcontroller experience he had to learn how to blink the LEDs, then figure out PWM etc. Though there is no video of the project in its finished state, since it was given away as a gift, we assume he figured it out pretty well.  He does state that the LEDs are dimmer than he had hoped and offers some thoughts on how he would do the entire project better next time.

Canon T1i/500d External Microphone Hack

canon_t1i_external_mic

Like most other DSLR cameras that feature video recording, the Canon T1i has a small built-in microphone with limited sound reproduction capabilities. [Robb] wanted better audio performance while taking video, but found the camera’s inability to use an external microphone to be a frustrating limitation. He decided to take matters into his own hands, and disassembled his camera in order to add an external microphone jack. The process is not overly complicated, as it requires little more than the installation of a switching microphone jack. You will however need to get your hands a bit dirty since it involves opening the camera, a bit of drilling, and some epoxy. Doing such things to your camera clearly voids the warranty, and with a $600 camera at stake, this hack is definitely not for the faint of heart. That said, if you desperately want to get better quality audio from your Canon T1i or 500d DSLR, be sure to check out his tutorial.

The Joy Of Forums

[John Park] over at Make posted a short story about coming home from vacation to find his espresso machine non-functional. After beating his head against the wall for a while he joined a forum and posted a video. As has happened so many times, another user had seen this exact issue and was able to send him in the right direction.

We realize that this is just a simple capacitor replacement, though we understand his frustration, the original looks perfectly fine. The point here, is that there is usually someone out there on a forum that has experience with whatever your problem is. So don’t waste any time, go join the most awesome forum on the planet and get hacking!

Talking Joystick Mouse

Instructibles user [Shadowwynd] shows us a great way to build a joystick/mouse device for people with special accessibility needs. When faced with a case that involved a man with very limited mobility as well as a limited budget, [shadowwynd] set out to find a cost effective solution to computer navigation. They found that his client could use a commercial joystick mouse, but the cost was quite high at over $400. So instead of just purchasing that, they bought a USB game pad and built their own version. They managed to reduce the cost to roughly $45.  While extending the buttons and joystick from a gamepad might not be groundbreaking, we feel that this project is the epitome of hacking. Great job [Shadowwynd] keep up the good work.

Backlit Buttons And Panels

“Kick the tyres & light the fires” is a blog by [Ruscool Electronics] that is focused on building a cockpit simulator from scratch, and while the blog is loaded with all sorts of nifty information, reader [Brian] pointed out one entry which explains how to make back-lit control panels out of acrylic sheet, and a CNC machine.

The parts start off as clear acrylic, and cut to shape and size. Next up is a thick, but uniform coat of paint so the panels are opaque , then its back off into the CNC machine for engraving. What is engraved is now a frosty white, ready for leds behind.

The end result looks fantastic and professional, though, we are left thinking of how to pull off the same look, sans CNC.

Ideas?

Rechargeable Battery Capacity Tester

Rechargeable-Battery-Capacity-Tester

If you are like most people, you likely have a mixed pile of rechargeable batteries sitting around with no idea as to what kind of charge they can hold. You could watch a voltmeter for a few hours while you drain each and every battery, noting when it drops below its stated voltage – but then again, you have a life.  Instead of wasting away in front of his multimeter, [BrianH] decided he would build an automated battery capacity tester to do the job for him.

He created a simple circuit that drains any AA battery, NiMh or NiCd, and records its useful capacity in milliamp hours.  Since the ATMega168 microcontroller used has 6 analog/digital converters on board, he figured that he might as well design his tester to measure the capacity of three batteries simultaneously.  [BrianH] wired the meter up to an old Nokia LCD, then moved his project to a perfboarded ATMega, freeing up his Arduino for other tasks. Once he had things reassembled, he packed it all into a handsome wooden box.

His writeup is chock full of details and source code, so be sure to check it out.  We have video of the charger in action after the jump.

Continue reading “Rechargeable Battery Capacity Tester”

Driving A Salvaged LCD

[bill2009] wanted to reuse some common seven segment LCDs, but the question was how to drive them. Armed with a couple application notes from [Microchip] and [Atmel], an oscilloscope and an Arduino, he has made a proof of concept which shows its not super hard to drive those little reflective LCDs that so many devices have.

First finding out that these things are indeed multiplexed, he went on to what is needed to drive them, which is about +-2 volts difference from the backplane, next up was to find a donor, which he found readily at Staples, in the form of a “clocky” style run away alarm clock.

After poking around watching what signals do to the different segments on the LCD he whipped up a little circuit to control the display from the Arduino. The positive and negative voltages the segments require are made possible by the use of a set of pull down resistors, and switching pin modes on the micro controller.

These small type segmented LCDs are everywhere, and being able to use them is a big bonus.