__ __ __ ___ / // /__ _____/ /__ ___ _ / _ \___ ___ __ / _ / _ `/ __/ '_/ / _ `/ / // / _ `/ // / /_//_/\_,_/\__/_/\_\ \_,_/ /____/\_,_/\_, / retro edition /___/Now optimized for embedded devices!!
About | Successes | Retrocomputing guide | Email Hackaday |
The folks at Evil Mad Scientist labs have finally created the Googly Eye Shield for Arduinos. With it’s pass-through .100 headers, it adds googly eyes to your Arduino projects. Of course, instead of in addition to the googly eyes you could add a breadboard, making it somewhat useful. A million fake internet points goes to the first person to implement Xeyes on this thing.
[Ville] couldn’t afford an Akai MPC for laying down some beats. Wanting a real tactile interface, he hacked this kid’s toy. It’s just an RCA cable attached to the tiny chip inside the toy. The new line out goes to his mixers where he does some pretty impressive stuff.
What did we just say about real-life Xeyes? [Geert] just made a print of the Mona Lisa follow you around the room with her eyes (Dutch, translation). The build is a pair of servos and a DIY motion capture app running on a laptop. Now we need to find a print of Vigo…
[Mike] is an experimenter at heart. He was wondering about the efficiency of small, clip-on heat sinks versus the ones we use to defrost frozen food. The results are exactly as you would expect, but he did find something interesting – his experimental technique didn’t find much of a difference between thermal paste/grease/pads and no thermally conductive material.
The guys at Brickmodder.net took a car from a LEGO set and made it remote control. The drive train and steering both use servos controlled by the smallest 3-channel receiver they could find.
When [GG] was 12 years old, he was introduced to BugBooks, the wonderful ‘introduction to digital design’ books from the early 1970s. It has always been a dream of [GG] to build the TTL computer featured in the BugBooks, and now that he has the necessary time and money available to him, the Apollo181 has become a reality.
[GG]‘s computer is built around a 74181 ALU, an exceptionally old-school chip that provides the core of a computer in a neat 24-pin chip. With a 256-byte RAM and a few additional logic chips, [GG]‘s computer is an exceptional piece of engineering able to perform 625,000 instructions per second when clocked at 2.5 MHz.
This isn’t [GG]‘s first homebrew computer build; last year we saw his incredible Z80 minicomputer. Now we can’t wait to see what’s on tap for next year. After the break, you can check out [GG] loading in operands and operators into his computer and letting the Apollo181 churn away on its program.
If you don’t have a 9-to-5 type of job you might find yourself constantly resetting your alarm clock as your calendar commitments change. [Lucas] finally got fed up with the nightly ritual and decided to build his own alarm clock which has unique settings for each day of the week (translated).
The display itself is an LM044L 20×4 character display. This provides a viewing area that is about 3″x1″ and since it’s an HD44780 compliant LCD screen, writing data to it takes very little effort (and RAM) compared to a graphic LCD. A PIC 18F2550 drives the device, taking input from a half-dozen buttons, driving the display, and turning on the enclosed buzzer when it’s time to get up. There’s a backup battery which will keep the settings when power is lost. The daily alarms, current time, and back light brightness can all be adjusted from the four screens that make up the settings menus. The only thing that it’s missing is a precision timekeeper, but that should be easy to add either by measuring the frequency of the mains or by using an RTC chip.
This has been around for a while, but I thought it deserved some attention. [Todd] used a laser pointer, a webcam, some trig and (sigh) some windows development tools to create his own laser range finder. Given the position of the beam strike and that the camera is located at a right angle to the laser, calculating the distance is pretty simple. This could be handy if you’re building a bot for defcon…
After seeing our communications via light post , reader [Chris] dropped this handy little link in our inbox. A very good tutorial about using infrared to enable communications between 2 pic micro controllers.
The tutorial covers all the parts you will need, physical wiring and schematics with notes detailing each section of the circuit. It then goes on into basic IR theory, and a simplified push button circuit you can make to see that it is, in fact, working. Once you get the exercise built on some breadboards, he does some software and get some results from it all.
Now in the end this little device was hitting in the neighborhood of 9600 baud, but had to be pretty darn close to each other with a direct line of sight. These are often accepted as a couple of drawbacks to IR technologies. IR, which has never really vanished, is in use on a lot of devices though. The more you know the better off you are.
Join us after the break for a quick video!