DIY EMG uses an audio recorder

[Ericdsc] is looking to capture the electrical impulses of his muscles by using an EMG. He went through several prototypes to find the right recipe for sensors to pick up the electrical signal through his skin. Above you can see the version that worked best. Each sensor is made starting with a piece of duct tape and laying out … Read the rest

Hackaday Links: June 17, 2012

Portal gag-video

These guys make your own video editing chops look just plain sad. They put together a video demonstrating the portal gun in real life.

Unleashing the beast

We have this problem all the time. The noise regulations were preventing [Massimiliano Rivetti] from letting the true voice of his Ferrari be heard. He hacked into the control system … Read the rest

Ask Hackaday: Has anyone built a radio telescope?

[Michael] sent in a question regarding the latest advances in software defined radios available for $20 on eBay:

I’ve been looking in to SDR lately, mainly for the possibility of using it for incredibly cheap radio astronomy. So far all I’ve found are whispers. I’m 18 and have very little experience, but I figured you might be able to help

Read the rest

Router controlling choo-choos over the CAN bus

 

This setup is used to control a model railroad. Well, not entirely this setup. [Gerhard Bertelsmann] already has a proper railroad controller, and it just happens to offer CAN bus communications. He’s using OpenWRT and a cheap router to connect the bus to the network.

Originally he wanted to use a Raspberry Pi board for the project, but … Read the rest

Using the GPIO pins on a Raspberry Pi

In addition to being a serviceable single board computer, the Raspberry Pi also has a header full of GPIO pins at your beck and call. [Tedbot] sent in a great tutorial on using these pins with Python, Bash, and C.

The GPIO pins on the Raspi are arranged in a 2×13 header. Until Sparkfun manages to manufacture a decent Raspi … Read the rest

BattMan II: the charger your batteries deserve

When your radio controlled device batteries are drained, you’ve got no better option than to call on BattMan II. This device is packed full of features for cycling and charging various types of batteries. It is computer controlled via your parallel port (yeah, remember those?) and has companion software that allows you all kinds of control and data.

The … Read the rest

Template for building STM32F0-Discovery project in GCC

Yep, that blue light is blinking and I made it happen. I’ve been hard at work since I got my free STM32F0-Discovery board in the mail. Most recently I put together a starting template for building STM32F05x project on Linux. You’ll still need to install your own tool chain (I’m using the Code Sourcery G++: Lite Edition), but this … Read the rest