Hackaday Links: August 11, 2013

While we’re not much for fashion hacks, we’re reasonably impressed with [Karolina]’s faux Chanel bag made of chips. Apparently a grid of black squares is one of Chanel’s trademark looks, and a thousand or so QFP chips makes for a reasonable substitution.

News of the death of our retro edition has been greatly exaggerated. [Brandon] got an old Apple IIe up on the Internet and loaded up our retro edition, so we’re sort of obliged to mention him. He’s using a Super Serial Card connected to an OS X box running lynx. With getty running, he can shoot the output of lynx over to the Apple. Awesome.

Take an old Yamaha organ, convert the keyboard to MIDI, throw in a few Arduinos, thousands of LEDs, and a handful of bubble machines. What you end up with is the bubble organ, as seen at the Bass Coast Festival last weekend. If you want a hands on, you can also check it out at the Rifflandia festival in BC, Canada this September.

Some guy over on reddit created the smallest Arduino in the world. We’re looking at a rank amateur here, though. I’ve been working on this little guy for the last 18 months and have even created an open source cloud based github design for the production model. It’s less than half the size of a Digispark, and also Internet of Things 3D interactive education buzzword buzzword.

[Moogle] found an old Super 8 camera at an estate sale. No big deal right? Well, this one is clear, and it uses light-sensitive film. Your guess is as good as ours on this one, but if you know what’s up, drop a note in the comments.

One day [John] decided he would put a PC inside an old G3 iMac. After a year, it’s finally done. He took out the CRT and replaced it with a 15″ Dell monitor. The G3 was discarded for an AMD, and the internal speakers and slot-load CD drive still work. It’s a really, really cool piece of work.

A Crystal Radio Amplifier In A Jar

The cool thing with crystal radios is that they are solely powered by the incoming radio waves. However, it usually means listening to your AM radio station with an earpiece and even then, depending on the antenna length, ground connection, and radio station, it can be quite hard to hear.

Even though it is cheating, [Steven] decided to make an amplifier for all the different crystal radios he had made over the years. His design, based on an LM386 amplifier was firstly tested on a breadboard and then permanently soldered onto a perfboard. To make the complete system easy to transport, he opted for a peanut butter jar where he embedded the speaker in the cap. The on/off switch and volume controls are mounted on the side, and easy alligator clips are used for the antenna connection.

The final result is not the one shown in the picture above as [Steven] painted the jar black, giving it a sweet look.

Goodbye Hackaday Subdomains

subdomains-going-away

We’re sure some of you will be sad that the LIFE and HANDMADE Hackaday subdomains are going away. Others will be happy, and many won’t realize they even existed.

We tried a little experiment in diversity this summer, launching the two outliers of our main focus (which is engineering oriented hacks). Each was interesting in their own way, with steady streams of readers and small conversations. But this diverted some of the attention away from what we do best, and that’s why we’re closing them down.

Handmade has already been absorbed. The features which highlighted craftsmanship and artful creations like blowing glass are tangentially interesting. We’ve imported all of the articles and will continue to feature this sort of content from time to time if it fits in with what our readers are normally after.

Life was a little bit outside of what we normally focus on. These sorts of hacks are interesting tidbits to have bouncing around your brain. But you probably won’t see them hitting our front page. Don’t let that discourage you though. If you’ve got a tip or trick to make daily life less mundane you can always let us know on the tips line. At worst we will ignore you. But you might end up seeing it in a Links post, which is our weekly Sunday column that showcases things which weren’t compelling enough for their own post.

Just to be clear for those that are really paying attention. We’re not cramming this content onto the front page with everything else. We’re phasing it out except for those things that go hand in hand with our lust for tech hacks of the highest caliber.

Building The Electronics For A Tesla Coil… And Watercooling Them

A few years ago [Patrick] was offered the Tesla coil of a friend of a friend. This was an opportunity too good for him to pass up.

He then began the creation of an Off-Line Tesla Coil (OLTC), where no supply transformer is used. The incoming mains supply is rectified and directly fed into the tank capacitor.

[Patrick] therefore had to build a huge capacitor bank and more importantly his own primary coil, made with a 1.6mm (0.064″) copper sheet to handle the immense current involved. Air cooling the electronics was sufficient until he started using his three phase input supply. As more power involves more heat, a waterblock was designed to cool the main transistor.

Patrick’s write-up is very detailed and worth the read. Once you’re finished with it, we advise you to browse through his website, where a lot more cool projects are described.

Wireless Marble Labyrinth Uses TI Dev Hardware

wireless-marble-labrinth-using-ti-dev-hardware

There’s so much affordable dev hardware out there these days that you can do a lot without even touching a soldering iron. This is a prime example. Texas Instruments software Engineer [Jordan Wills] recently completed this wirelessly controlled marble labyrinth.

Marble mazes like this are a popular targets for electronic tinkering. We’ve seen smartphones used as the controller, and others that dispense chocolate candy. This time around [Jordan] stuck with the store-bought game to simplify the build. A coworker helped by swapping the two control knobs with servo motors. These interface with a Stellaris Launchpad that has a SensorHub booster pack (shield) and CC2533 radio transceiver module. The same hardware makes up the remote unit as well. This turns the remote into an air mouse by reading the gyroscope, accelerometer, and magnetometer from the booster pack.

He doesn’t specifically mention it in his project log, but we think the magnetometer is used to sync orientation between the base unit and the user remote. Even though the board for the base unit is mounted at 90 degrees compared to how you hold the remote, you should still be able to adjust for the readings in code, right?

Continue reading “Wireless Marble Labyrinth Uses TI Dev Hardware”

Bitbanging I2C By Hand

I2C

Play around with electronics long enough, and eventually you’ll run into I2C devices. These chips – everything from sensors and memory to DACs and ADCs – use a standardized interface that consists of only two wires. Interacting with these devices is usually done with a microcontroller and an I2C library, but [Kevin] wanted to take that one step further. He’s bitbanging I2C devices by hand and getting a great education in the I2C protocol in the process.

Every I2C device is controlled by two connections to a microcontroller, a data line and a clock line. [Kevin] connected these lines to tact switches through a pair of transistors, allowing him to manually key in I2C commands one bit at a time.

[Kevin] is using a 24LC256 EEPROM for this demonstration, and by entering a control byte and two address bytes, he can enter a single byte of data by hand that will be saved for many, many years in this tiny chip.

Of course getting data into a chip is only half of the problem. By altering the control byte at the beginning of an I2C message by one bit, [Kevin] can also read data out of the chip.

This isn’t [Kevin]’s first experimentation in controlling chips solely with buttons. Earlier, we saw him play around with a 595 shift register using five push buttons. It’s a great way to intuit how these chips actually work, and would be an exceptional learning exercise for tinkerers young and old,

Continue reading “Bitbanging I2C By Hand”

Voice Controlled Home Automation Uses Raspberry Pi And LightwaveRF

It’s not quite artificial intelligence, but saying “Jeeves, lights!” will switch on the bulbs in the room. [Chipos81] built the voice-activated home automation around a Rapsberry Pi board with LightwaveRF devices switching lights and outlets.

The LightwaveRF system offers a WiFi link which provides Internet connectivity for all of those devices in your house. This makes it a snap for [Chipos81] to control them from the RPi. To provide speech recognition he’s using CMU Sphinx. It’s an open source speech recognition library developed by researchers at Carnegie Mellon University and released under a BSD license. It seems to do a great job in the video of quickly parsing several sets of commands.

“Jeeves” will even talk back to you to confirm a command. This is generated by Festival, a package developed by the University of Edinburgh.  This provides some entertainment in the last seconds of the video as we detect a distinct Scottish accent when it says “See you tomorrow”.

The GPIO pins provide a bit of feedback, using three colored LEDs to let you know what is going on with the system. There’s even an IR LED used to add voice control to your Television.

Continue reading “Voice Controlled Home Automation Uses Raspberry Pi And LightwaveRF”