Shortly after finishing his Makiwara punching bag, [Abieneman] wired and programmed an Arduino to an accelerometer to find out just how much acceleration (and with some math, force) is behind his punches. The project is simple and would be quick to reproduce for your own measuring and experiments: all that he used included an Arduino, accelerometer (with A/D converter), LED displays (and shift register). We were a little disappointed to learn of how much static the accelerometer produced, so measuring things such as impulse, energy, and pretty much anything not kinematic is nullified. But it makes us wonder, how much static would be in say, a Wii Remote punching bag?
[Dennis] is using a robotic arm as a chess opponent. Rather than using an under-board movement system, a Lynxmotion AL5A robotic arm plucks each piece and moves it to the next space. He tells us that he’s using a Python script that he created to process the moves and decide what’s next. That must mean he’s using a webcam to capture the location of the pieces on the board. About half way through you can see the robot run into one of the pawns. We’d like to know if he has problems with picking up the pieces as the game progresses and they get further away from the center of each square. From what we can see, looks like a great job!
Medea Vodka comes with a bottle that includes a blue scrolling LED Marquee. OK, great? It’s an interesting marketing ploy but kind of a waste don’t you think? Friends, it’s up to us to repurpose thisĀ hardware. It can’t be that difficult to hack into the programmable display and make it do your bidding. Our friend Google tells us that you can get your hands on this 750 milliliter bottle for about $40. That’s around $25 more than a passable grade of Vodka sells for, a mere pittance for the challenge of cracking open the hardware for fun and profit. Don’t forget to document your work and tip us off once you’ve accomplished something. See Medea’s programming instructional video after the break. Oh yeah, remember to hack first and drink later… cheap soldering irons get hot!
If you’re interested in learning about Very Low Frequency communications take a look at what Larry has to offer on his site. He’s put together a guide to VLF receivers that is short enough to read and clear enough to understand with rudimentary knowledge of circuits. He builds a simple receiver as a working example and a high-powered transmitter that can put out over 2600 watts. Let’s face it, radio operators were the original electronic hackers. Get back to our roots and learn the ways of the transistor.
The Winduino II uses fins to pick up the movement of the wind and translate it into music. Each fin is attached to the main body using a piezo vibration sensor. The signals are processed by an Arduino housed inside and the resulting data makes its way to a computer via a Bluetooth connection to facilitate the use of Max/MSP for the audio processing. Included in the design is an array of solar panels used to keep the battery for the device charged up. Hear and see this creative piece after the break.
[Alan] noticed that his external hard drive was getting quite hot to the touch after a few hours. He says that it was probably designed to handle the heat sufficiently, he thought it would be fun to beef it up. He’s using a pic 12f675 microcontroller as the brain and an LM35 temperature sensor. The Fan speed is varried in 8 steps from 35 degrees C to 45 degrees C.
[Ytai Ben-Tsvi] wanted a rapid prototyping tool that could be easily and cheaply built at home. He came up with the PICMAN, a breadboard compatible PIC based board that has everything you need to get the ball rolling. He’s using a PIC18LF4553 which has built-in USB support that can be used with a bootloader for programming. The board also features a voltage regulator for non-USB power sources, some indicator LEDs, a user-defined button, and a reset button. The chip is on the underside and a combination of through-hole and surface-mount parts make for a one-sided PCB that can easily be etched using the toner transfer method. You will need a PIC programmer to burn the bootloader firmware the first time but once that’s done this becomes a self-contained package.
If you’re like us you’ve got quite a few prototyping tools that are bare PCB boards. If you’re using them a lot you might want to protect them with some type of case but the lack of mounting holes can make this difficult. One popular solution to this problem is to design a case for a perfect fit, then cut it with a laser or print it out of plastic. We’ve got examples of both.