Wall Wart Computer Mouse

SAMSUNG

This rather bulky looking wall wart is actually a computer mouse. Sure, it may cause your hand to cramp horribly if used for any length of time. But some would say it’s worth that for the hipster value of the thing.

The rather odd shape is somewhat explained by the fact that this was sourced from Ikea. After gutting the transformer found inside the plastic case he had plenty of room to work with. He drilled a hole so that the sensor from a Logitech USB optical mouse can pick up the movement of the mouse. He also got pretty creative when it came to the buttons. The two prongs of the wall plug pivot horizontally to affect the momentary press switches inside.

After the break you can see a quick demo of the project. [Alec] doesn’t consider it to be complete. He wants to make a couple of improvements which include adding weight to make it feel more like the original wall wart, and finding a way to hide the hole he drilled for the sensor.

Continue reading “Wall Wart Computer Mouse”

Recurve Bow Make From Wood And Skis

bow-made-from-ski

A little face protection is a great idea when first testing out your homemade bow. [Austin Karls] made this recurve bow during what he calls an engineer’s Spring break.

He settled on the idea after seeing a few other projects like it on Reddit. After first drawing up a plan he headed down to the shop to cut out the wooden riser (the middle part of a bow). Unlike traditional recurve bows this is made up of three parts. Traditionally you would laminate different types of wood to achieve the flexibility and tension levels desired. But [Austin] went with a synthetic material: the tips of two skis. Each were cut to the final length and affixed to the riser with a pair of bolts.

After a few test shots he gained confidence in the design and did away with the face mask. Now if you’re in the market to take your existing bow and add some firepower to it you’ll want to look in on this shotgun enhanced compound bow.

[Thanks Schuyler]

The RedBull Creation Contest Begins!

http://www.youtube.com/watch?v=D9WPZjcEOdI

The RedBull Creation contest begins today.

Last year, we had a ton of fun competing in the RedBull creation contest. The idea is that RedBull hosts this big contest where teams compete by making awesome stuff. Finalists get to take a trip to Brooklyn for a build off extravaganza. Frankly, we think this is how ALL advertising budgets should be spent.

This year, however, we will not be participating as a team in the contest. We’ll be helping judge it!

The hardware:

In previous years, RedBull has sent out some custom hardware for people to use. Last year it was basically an Arduino on a custom PCB with some cool touch sensors. This year, they’ve sent out this multi purpose LED controller shield that looks pretty impressive.

You can see all the details along with a breakdown of the board from the creator himself, after the break.

Continue reading “The RedBull Creation Contest Begins!”

Synthesizing Graphene In Your Basement Laboratory

We’re surprised that we haven’t come across any of [Robert Murray-Smith’s] projects before. Looking through his collection of YouTube uploads proves that he’s a very active amateur chemist (we assume this is a hobby because he performs the experiment in a mayonnaise jar). The video we’re featuring today is about ten minutes of his technique for synthesizing graphene. The video can be watched after the break. Be warned that the audio doesn’t sync with the video because he overdubbed the presentation to fix up the poor audio quality from the original.

Graphene is something of a compound-du-jour when it comes to electronic research. You may remember reading about using DVD burners to make graphene film that will go into thinks like super-capacitors to replace batteries. [Robert] starts off his process with a jar of 98% sulfuric acid and 75% phosphoric acid. He pours in powdered graphite (chemical proportions are important here) and gives it a swirl. Next some potassium permanganate is added over about five or ten minutes. From there it goes on the stir plate for three days of constant stirring. During this time the solution will go from green to brown, indicating the presence of graphene oxide.

He goes on from there, but it’s clear he hasn’t found an iron-clad route to his end goal of isolating the graphene for use in constructing things like those super-capcitors we mentioned earlier. If you’ve got a home lab and some interest perhaps you can contribute to his efforts.

Continue reading “Synthesizing Graphene In Your Basement Laboratory”

Yamaha SW60XG Hack Lets You Use It As A Standalone MIDI Device

yamaha-sw60xg-hack

This is a Yamaha XG card, the SW60XG to be exact. It’s an audio card for a PC which extends the MIDI standard to include over six hundred instruments. By today’s standards the almost twenty year old card isn’t all that powerful, but it is interesting to see it used as a standalone device.

[Benji Kimba] posted the video overview of his project which you can watch after the break. The image above is found at about 2:35 seconds and about twenty seconds later you get a look at how he patched into the conductors on the edge connector on both sides followed by the MIDI in and out connections. Finally, we get a look at a proper schematic at the four minute mark which details the pull-up resistors, hardware reset circuit, and the optoisolator he added for the MIDI connections themselves.

Continue reading “Yamaha SW60XG Hack Lets You Use It As A Standalone MIDI Device”

Combo Lock Uses Relays And Logic Gates

logic-combo-lock

Here’s a really fascinating circuit that implements a combination lock using relays and logic gates. Even with the schematic and written explanation of how it works we’re still left somewhat in the dark. We’ll either pull out some paper and do it by hand this weekend, or build it chunk by chunk in a simulator like Atanua. Either way, the project sparked our interest enough that we want to get elbow deep into its inner workings.

From the description we know that it uses a combination of CD4017, CD4030, CD4072, and CD4081 chips. You’re probably familiar with the 4017 which is a decade counter popular in a lot of project. The other chips provide XOR, OR, and AND gates respectively. The relays were chosen for two purposes. One of them activates when a correct combination has been entered, effectively serving as the output for the combo lock. The other two are for activating the clock and affecting a reset if the wrong combination is entered.

It makes us wonder if this would be incredibly simple to brute force the combination by listening for sound of the reset relay activating? It’s hard to tell from the video after the break if you can discern a wrong digit from a right once just based on sound.

Continue reading “Combo Lock Uses Relays And Logic Gates”

Another Way To Look At Charlieplexing

Charlieplexing is a technique that allows you to drive a larger number of LEDs than wouldn’t be possible with the same number of I/O pins on a traditional multiplexed matrix. If we lost you there just think of it as lots of blinky lights connected to a small number of pins. It works by leveraging the one-way nature of a diode. Current will only flow through an LED in one direction so if you hook up your display in a clever way you can drive multiple LEDs from one I/O by switching the polarity of that pin between voltage and ground. [M.Rule] recently looked at using Charlieplexing with LED modules. His conceptual approach to the problem is different from those we remember seeing before and it’s worth a look.

Instead of just using the formula to calculate how many LEDs he can drive [M.Rule] is using a table of I/O pins to establish how many and in what order these displays can be connected. Each colored set of blocks represents an LED module. The graphic above shows how 18-pin can be utilized. He even filled in the unused pin combinations with input buttons.