Servoelectric Guitar Is A Keytar With Strings

servoelectric-guitar

[Keith Baxter] has undertaken something of a ‘Mount Everest’ of guitar modifications. He’s developing a Servoelectric guitar that trades frets for a keypad. It is still a guitar in the sense that it has a body, strings, and pickups to sense the strings vibrations and pass them to an amplifier. The left hand, which traditionally would shorten the strings as needed by pressing them against a fret, now changes string pitch using a keypad. This is an interesting fusion between traditional guitar and 80’s phenomenon, the keytar.

Each string is connected to a different servo motor. When a key on the keypad is pressed, the corresponding servo adjusts the tension of that string, bringing it in tune at the new pitch. His original design involved a lot of custom circuitry but he’s evolved the project to include an Arduino controller. This second generation both simplifies the control circuitry and improves upon it.

We’ve embedded some video after the break. In the first example you can see the strings adjusting for each new pitch. In the second, take a look behind the guitarist… what do you think he’s got planned for those giant capacitors?

Continue reading “Servoelectric Guitar Is A Keytar With Strings”

Physical Email Notification

dsc_2880

One day computers will exist in every part of our lives. You’ll be standing in the shower, lathering up  when Chantal, your holographic computer controlled AI partner, informs you in a cool voice you have a new email. How splendid, it must be the office letting you know there is no work today! “Anything else?” You ask; “Negative” her electronically synthesized voice responds.

Over at TINYenormous they’ve made this dream come true – minus the holographic computer controlled AI partner bit. Rather its simply a physical email notification system consisting of an LED and Arduino with some python code. We like the concept but prefer our Google Desktop with Gmail setup instead. Perhaps by using a small wireless server and rechargeable batteries, it could make a great dinner table centerpiece notifying you of the latest email. How simple, or how complicated would you make a setup?

[Thanks Madmaze]

[Update]

Rob created a very nice USB version.

Dan made a wireless version from XBee modules and includes an LCD.

J4mie is the original inspiration for the project.

Have your own notification system? Tell us in the comments, And we’ll place it here!

Didgeridoo Modded To Include Electronic Manipulation

didgeridoo-sound-synthedsizer

It’s not a bazooka, but this altered instrument makes it look like the player is toking off of some type of weapon. [Kyle] wanted to take the already mysterious sounds produced by a didgeridoo then capture and alter them electronically.

The physical build of this project is nothing short of beautiful. He’s mounted several curved control boards to the outside of the instrument. The controls feature six push buttons, five toggle switches, and six potentiometers that interface with an Arduino. The sound is picked up by the device then sent along with the switch settings to a computer via Bluetooth. The computer then works its magic to create the wicked audio effects heard in the video after the break.

His article, linked above, includes several diagrams detailing the synthesis process. They’re a little beyond our understanding but if you know what’s going on, please share your insight in the comments.

Continue reading “Didgeridoo Modded To Include Electronic Manipulation”

Knock Detecting Lock

[youtube=http://www.youtube.com/watch?v=zE5PGeh2K9k]

[Steve] shows us his version of the knock detecting lock system. The idea is pretty simple, knock in a certain pattern and the door unlocks. We’ve seen it before several times. This solution is somewhat cleaner than the others, not only in physical design, but also in how you reprogram it. Simply push the reprogram button and enter your new knock. We’re a bit surprised that the suction cups actually hold it on the door. Maybe it’s just us, but we can never seem to get those things to hold very well. There are lots of great pictures as well as the source code available on his site.

[via HacknMod]

Time-lapse Courtesy Of Arduino

arduino-time-lapse

[Ross] put together a small package for use with time-lapse photography. The Nikon camera he’s using can snap a picture when it receives an IR command. [Ross’] solution connects an IR LED to an Arduino to generate this signal. The delay between frames is set with a potentiometer that is read in through the ADC. This is quite a bit less involved than the last solution we saw.

The unit consisting of an Arduino clone, a 9v battery, and the IR LED on a cable is easy to fit into a camera bag. He’s posted the code and we’ve embedded an example of his work after the break. An enclosure as well as time references around the potentiometer would complete this handy tool.

Continue reading “Time-lapse Courtesy Of Arduino”

Arduino “python” Integration

vivarium

[Cyberspice] informs us she likes snakes. Hey, who doesn’t? She’ll soon be adopting a lovely ball python and wanted to keep close tabs on the sensitive creature’s environment. To that end she assembled a network-enabled vivarium monitoring system based on Adafruit’s Boarduino (a minimalist Arduino clone), a TMP36 analog temperature sensor, Saelig’s WIZ810MJ Ethernet interface, and a common LCD screen. The Arduino rig periodically issues updates to a web server, which can then generate informative graphs using a set of PHP scripts (what, no Python?).

Okay, so we could probably count on one hand the number of readers in need of fancy reptile monitoring and still have fingers left over. There are countless other applications where networked sensor monitoring of this sort is a frequent necessity, so the article could be a good starting point for your own projects. There’s lots of source code to work with, on both the Arduino and web server sides. And the parts list demonstrates serious frugality: the Boarduino, the generic LCD, and especially the Ethernet interface; even with the breadboard adapter, this unit is about half the cost of the usual Arduino Ethernet shield, leaving more funds available for the snake food budget!

Single Servo Robot

[youtube=http://www.youtube.com/watch?v=EFRPZRovn74]

[Guilherme Martins] rose to a challenge to build a robot with a single servo. His robot is a puppet controller, called talkie walkie. In real time, it will move its mouth to the sound of what you are saying. For those really curious, he’s speaking Portuguese and he roughly says “Hi, how’s it going”. He’s using an Arduino with a custom sound sensor, a single servo, a box, and a folder paper mouth.

Building a single servo robot shouldn’t be that much of a challenge, we’ve even seen walking robots with a single motor. There’s this 2 legged crawler, and we recall seeing a 4 legged B.E.A.M. walker with a single servo, but can’t find it right now.

 

[via RobotsDreams]