Sonic Screwdriver Meets TV-B-Gone

sonic

[furrysalamander] has a friend that is a really big Doctor Who fan. It happens that this friend has a birthday coming up, and [furrysalamander] wanted to get her something amazing. A Sonic Screwdriver is always a great gift, but [furrysalamander] wanted to put his personal touch on it. He ended up adding a TV-B-Gone to [10]’s screwdriver, turning a fictional deus ex machina into a functional device.

The body of the Sonic comes from this replica of [10]’s screwdriver from Think Geek. Inside, the screwdriver has space for a battery a circuit board to control the lights and sound normally expected of a sonic screwdriver. [furrysalamander] added a freeform circuit composed of an ATtiny85, a transistor, LED, and a few resistors to add the ability to turn just about any TV off.

Of course [furrysalamander] needed to program the ATtiny with the TV-B-Gone firmware, and lacking any AVR development tools he used a Raspberry Pi’s GPIO pins to write the firmware to the microcontroller. That’s something we’ve seen before, but [furrysalamander] is a champ for including the process in his Instructable.

The end result is a Sonic Screwdriver that doesn’t work on wood and can’t break a deadlock seal. It turns off TVs just fine, though, and looks great to boot. You can check out a demo of [furrysalamander]’s sonic in action after the break.

Continue reading “Sonic Screwdriver Meets TV-B-Gone”

AC Vs DC Human Pain Test

AC-vs-DC-human-pain-test

Ever wondered just how much being zapped by electricity hurts? Curious if AC is worse than DC? Want to know just how many volts a human body can take? Although many people might cringe at the shear thought of it, [Mehdi Sadaghdar] is an electrical engineer who decided to turn himself into a human guinea pig and find out.

[Mehdi] measured the electrical resistance of his dry skin, his wet skin, and finally his tongue.  He found that his tongue had the least resistance, so it would feel the electricity at much lower levels. Using a bench power supply, he then used his tongue as a testing ground – slowly turning the voltage up and up until he could no longer take the pain. He tested the levels at which: he could first feel the electricity, when it began to get annoying, when it felt like torture, and when he could no longer stand the pain. He tried both AC and DC, and reports that AC is much worse.

Check out the informative, yet admittedly hilarious at times, video after the break. [Mehdi] seems like one awesome engineer! Remember – don’t try this at home.

Continue reading “AC Vs DC Human Pain Test”

Midwest RepRap Festival

We’re a US-centric site, but aside from events in New York or California, we don’t see many hacker, maker, or 3D printer events aimed at the parts of the country filled with corn and WalMarts. The 1st annual Midwest RepRap Festival aims to change that with enough events, speakers, and activities to make Elkhart, Indiana look like the hoppingist place around.

Officially, the festival started yesterday but the schedule of events really ramps up today. [Josef Prusa] will be taking the stage talking about the state of the RepRap, and a ton of 3d printing vendors will be there showing off their wares and selling some really cool stuff. There’s also tons of experienced RepRappers available to help you tune your machine to perfection; just as well, because the festival is going for the world record for the greatest number of 3D printers printing simultaneously.

If you’re around northern Indiana, you might want to check out the festival and send us a few pics or videos.

Mug Plotter Based On The Egg-Bot

mug-plotter

Here’s a fun way to break up the monotony in the old cubicle farm. The Mug Plotter will let you expertly inscribe your coffee vessel with a different witty saying or design for each day of the week. If it looks familiar that’s because it’s loosely based on the non-flat drawing robot, the Egg-Bot.

[Teed] built the machine using laser cut plywood parts. He starts off the build description with the griping technique. There are two parts to this, one is concave and fits in the mouth of the mug. The convex side grips the bottom edges of it. These parts go on the frame along with the slide and thread rods which hold the stylus. A servo motor is along for the ride, providing the ability to lift the marker when necessary.

You can see in the clip after the break that there’s a bit of oscillation in the rig when one of the steppers starts turning really fast. But it doesn’t seem to affect the look of the design very much at all.

Continue reading “Mug Plotter Based On The Egg-Bot”

ASETNIOP Chorded Typing With A Piano Keyboard

asetniop-chorded-typing-with-a-piano

We don’t know if typing your Facebook updates from a piano keyboard counts as practicing or not. But if you want to give it a try here’s how. [Zach] wrote in to our tips line with his latest ASETNIOP hack which uses a MIDI piano keyboard to touch type on a computer.

Last July was when we first heard about ASETNIOP. It’s a chorded typing system which at the time was aimed at, but not limited to, touch screen devices. This version gives a pretty good idea of how the system actually works. Your fingers and thumbs are each assigned a key and they never move away from it. To type more than just the ten letters, combinations of keys are assigned the rest of the alphabet. You can see the piano example of the system after the break. But better yet would be hooking your own MIDI keyboard up to the computer and trying it in a browser.

Continue reading “ASETNIOP Chorded Typing With A Piano Keyboard”

Script Makes Custom Pinout Labels For Your Chips

cusom-pinout-labels

After years of prototyping hobby electronics we’ve learned (several times actually) that when something’s not working it’s a problem with the hardware. Usually the jumper wires aren’t hooked up correctly, or we needed to throw a pull-up resistor in and forgot to. One thing that can really help sort these problems out quickly is a pinout label for each chip like the ones seen above. This is a project which [John Meacham] came up with. It uses a script to generate chip pinouts on a label maker.

The label maker he started with is a Brother PT-1230PC. It connects to a computer via USB and can use a few different widths of self adhesive label tape. [John] found that the 1/4″ wide tape is nearly a perfect fit for PDIP components.

His script takes a YAML file as the input. This formatting standard makes is quick an easy to whip up a label for a new chip using just your text editor. From there his Pearl script turns the data into a Portable Network Graphics (.png) file with the labels spaced for the 0.1″ pitch of the chip. Send this graphic to your label maker and you’ve got an adhesive reminder that will help reduce the time you spend pawing through datasheets just for the pinouts.

Adding Fireplace Control To Your Home Automation

fireplace-automation

[James] has an admirable home automation system which he’s been working on for years. It does things like monitor the state of the garage door, control the lights, and it even notifies him of a power failure. One thing that wasn’t on the system yet are the fireplaces he has in his home. The hardware you see above is how he patched into the fireplace remote control system in order to automate them.

The remote control uses RF to communicate with a base station. Unlike controlling home theater components which use IR, this makes it a bit more difficult to patch into. Sure, we’d love to see some reverse engineering of the protocol so that a simple radio module could be used, but [James] chose the route which would mean the least amount of hacking on his part. He soldered wires onto the PCB for the buttons and connected to them using reed relays. These let the Arduino simulate button presses.

With the rig connected to the home network he has a lot of options. The system can sense if the house is occupied. If it determines that no one is home it will switch off the fireplaces. [James] also mentions the ability to monitor for carbon monoxide or house fires, switching off the gas fireplaces in either case.