Live Out Your Inner Animist With Animatronic Cat Ears

While having a great white shark as your spirit animal may sound cool, we’ve found walking around in public wearing a gigantic set of mechanical jaws to be a bit of a hindrance. [abetusk] doesn’t have that problem; he can wear his awesome animatronic cat ears anywhere he pleases.

The build was inspired by these extremely Japanese animatronic ears loaded with EEG hardware to read the emotional state of the wearer. [abetusk] decided that tearing apart some brain scanning hardware was too much work for not enough benefit, so he decided servos controlled by push buttons would be just fine.

On the electronic side of the build, servos attached to a head band are controlled by an ATtiny13. A single button goes through three states for the ears: a long button press is surprise, a tap followed by a long hold is angry or sad, and tapping three times is an ‘ear wink.’ All of the code is up on GitHub, and you can check out these cat ear emotions with [abetusk]’s lovely assistant in the video after the break.

Continue reading “Live Out Your Inner Animist With Animatronic Cat Ears”

Hacking Together A Color Changing Water Wall

[BadWolf’s] girlfriend wanted him to build her a lamp for Christmas and he didn’t disappoint. What he came up with is a water-filled color changing lamp with bubbles for added interest. See for yourself in the clip after the jump.

The color changing properties are easily taken care of by some waterproof RGB LED strips. [BadWolf] went the Arduino route for this project but any microcontroller will be able to fill the role of color cycling. The enclosure is all hand-made from acrylic sheets. He grabbed some chemical welding liquid from the hardware store and applied it to the acrylic with a syringe. That’s easy enough when attaching the edges to one side of the enclosure. But it gets much tougher when it’s time to seal up the other side. He recorded a video of this which shows the syringe taped to a rod so he can get it down in there, pushing the plunger with a second extension device.

Bubbles are supplied by a small aquarium pump. We’re wondering if this will need frequent cleaning or if you can get some pool chemicals to keeps it nice and clear (or just a teaspoon of bleach)? Continue reading “Hacking Together A Color Changing Water Wall”

Data Broacasting “Transparency Grenade” Ads Whimsy To Your Meetings

If you’re tired of underhanded deals going down behind closed doors maybe you need to start carrying around this transparency grenade. The enclosure is modeled after a Soviet-era F1 Hand Grenade. But it’s not filled with explosives and won’t send deadly shrapnel around the room. Instead, when the pin is pulled it starts recording audio and sniffing network packets, then broadcasts both to a remote server. Perhaps you could consider this to be data shrapnel sent around the world.

The exploded parts image above shows what hardware is at use. There’s a Gumstix board at the heart of the device which uses a WiFi module for sniffing and broadcasting data. The LED bar graph which you see in the fully assembled unit shows the wireless signal strength.

It sounds like the enclosure itself was 3D printed from Tusk2700T translucent resin but we’re a little confused by this part of the hardware description. We don’t have much of a need to transmit recordings of our meetings, but we’d love to use this case design for that MP3 enclosure.

[via Reddit]

Hidden Bookshelf Switch

So you don’t have any secret passageways in your house, but if you’ve got a bookshelf this secret switch can add some fun to your routine. [Brandon] saw a commercially available version which was out of stock when he went to order so he set out to build his own.

He’s using the switch to operate a lamp. The donor part for the hack is a lamp dimmer which you’ll find at the big box store. This is really just a pass-through wall plug with an extension cord. By cutting the dimmer module off of the extension a push button can be used to connect and disconnect one of the conductors in the line. Make sure you use a push button rated or mains voltage!

To make the push switch work with a book [Brandon] bend a bracket which will slide into the spine of a hardcover. We love his homemade press brake (angle iron, a sturdy hinge, and a chunk of 2×4) used when shaping the bracket. Once everything’s in place nobody will ever know there’s anything special about those books.

Who Couldn’t Use A Little More Screen Space?

Text LCD’s are handy for any occasion, a printer port on your PC is also darn handy as well. Mix together and add in a splash of linux and you get a very handy Linux device driver for a 16×2 LCD connected to the parallel port.

Electrically the LCD is wired up in a typical 4 bit mode, this allows the parallel port to use its 8 bit data register to write data, but also control the Register Select and Enable pins. Next is to make a module for linux to use, it seems like pretty standard fair for this type of screen.

Make the driver, insert the module so it can be loaded, and add a node so you know where to find it later, and your only an “echo Hello > /dev/my_lcd” away from finding all sorts of creative uses for your new external display.

Tired Of The Normal Use For Your Toothbrush? Why Not An Engraving Tool?

Hardware hackers and makers like us may not be well known for our excellent hygiene habits, but after [Dan]’s creation, no one can claim he doesn’t know how to use one! Either out of a total disdain for tooth care, or hopefully, after using one properly for many months, [Dan] decided to turn his electric toothbrush into an engraving tool!

At around $4 and meant for cleaning plaque off teeth, this tool isn’t the most powerful engraver on the block, but is capable of good work on softer material such as acrylic. Be sure to check out the heart that was made with this improvised tool that introduced us to [Dan]’s work.

This is really a clever use of your resources, and the article gives a nice account of how the toothbrush was modified with pictorial directions. Besides it’s use as an engraving tool, this might give someone other ideas for alternate toothbrush uses. For another neat alternate home-item use, why not check out how to repurpose an air freshener as a camera trigger?

Flash An Arduino From An SD Card

[Kevin] has been working on reverse engineering the protocol used by the Arduino IDE and porting it to the Arduino platform. Now that his BootDrive project is nearing completion, he’s ready to give every Arduino the ability to program another Arduino over an SD card.

BootDrive isn’t terribly different from using an Arduino as an ISP, only now AVRdude runs on the Arduino itself and no computer is required to put new firmware into the target Arduino.  [Kevin] attached a MicroSD breakout board to an Arduino-compatible clone. When the clone starts up, it searches the SD card for a file called ‘program.hex.’ This file is sent over to the target Arduino and the new firmware is installed.

While it may not be extremely practical if you’ve only got a few Arduinos that never leave your workbench, we’re thinking this would be an invaluable tool if you need to update the software on a board already ‘in the field,’ serving as a weather station or homemade game camera. [Kevin] put up a demo of his BootDrive project; you can check that out after the break.

Continue reading “Flash An Arduino From An SD Card”