Learn A New Language With The Babel Fish

The Babel fish from Hitchhiker’s Guide to the Galaxy is one of the strangest things in the universe. After inserting a Babel fish into your ear, it feeds off brain wave energy and excretes a matrix from the conscious frequencies into the speech areas of the brain. It’s invaluable as a universal translator, but until Earth is targeted for demolition we’ll have to make do with [Becky] from Adafruit’s Babel fish language toy.

[Becky]’s Babel fish is still able to feed off the energy given off by language, but in this case the energy comes from a set of RFID cards on which Chinese characters are written. After waving these RFID flash cards in front of the Babel fish, a wave shield connected to the Arduino plays a recording of how the logogram on the flash card should sound when pronounced.

While it’s not a biologically engineered fish that simultaneously proves and disproves the existence of god, every human endeavor – learning a language included – needs more [Douglas Adams] references. You can check out [Becky]’s Babel fish demo video after the break.

Continue reading “Learn A New Language With The Babel Fish”

Biological-inspired Robotic Eye Movements

Researchers at Georgia Tech have developed a biologically inspired system to control cameras on board robots that simulate the Saccadic optokinetic system of the human eye. Its similarity to the muscular system of the human eye is uncanny.

Joshua Schultz, a Ph.D candidate, says that this system has been made possible in part to piezoelectric cellular actuator technology. Thanks to the actuators developed in their laboratory it is now possible to capture many of the characteristics associated with muscles of the human eye and its cellular structure.

The expectation is that the piezoelectric system could be used for future MRI-based surgery, furthering our ability to research and rehabilitate the human eye.

[via engadget]

Control Giant Fireballs With Your Mind

[Matt Oehrlein] and [Ed Platt] from the i3 Detroit hackerspace created the Mind Flame project. The project uses Electroencephalography (EEG) sensors from NeuroSky to measure the user’s concentration level. When you’re concentrating hard enough, the Mind Flame launches a giant fireball, which probably breaks your concentration pretty quickly.

Propane is accumulated in tanks, and then released past a hot surface carbide igniter. It looks like an Arduino is used to open the valve, and the result is a massive fireball controlled by your brainwaves.

The Mind Flame was demoed at the Detroit Maker Faire as a competition. Two participants face off to see who can concentrate the hardest and make the device launch three fireballs first. In the future, they want to incorporate new competitive elements. One example is placing wooden houses in the line of fire, and letting opponents try to burn down their adversary’s house before their’s is set ablaze.

You can check out an interview about the project here.

[Via Make]

ReactionWare 3D Printed Medicine

The University of Glasgow has released a Chemistry research paper covering the applicational process of printing pharmaceutical compounds.

Yes thats correct actually printing medication. Using various feedstock of chemicals they see a future where manufacturing your medication from home will be possible. Using standard 3D printing technology it is possible to assemble pre-filled “vessels” in such a way that the required chemical reactions take place to produce the required medication. This will be like having a minature medication manufacturing facility in your home. The possible implications of this could be far reaching.

There would need to be a locked down software etc or certain chemcials restrictions to prevent the misuse of this technology. Prof [Lee Cronin], who came up with the paper’s principal has called this process “reactionware”

Professor [Cronin] found, using this fabrication process, that even the most complicated of vessels could be built relatively quickly in just a few hours.

[via boingboing] Continue reading “ReactionWare 3D Printed Medicine”

Making Music With Tennis Balls And Lego

We’ve seen a lot of interesting MIDI controllers, but this one uses some unconventional materials. The World’s Coolest Keystroke, built by [Audiobody], is made from a combination of tennis balls, Lego bricks, servos, and switches.

When a tennis ball is lifted up, a Lego arm is actuated. It looks like a servo is used to move the Lego arm so it hits a switch. An Arduino is used to detect this and send a message to their computer.

They use the device to control Ableton Live and play different clips depending on which tennis ball was removed. It’s an interesting way to control sound with a tactile interface, and it looks pretty nifty.

After the break is a short video of the device in action, but [Audiobody] says that they will be releasing more information soon. We’re looking forward to seeing other interesting controllers that they have in the works.

[Via Make]

Continue reading “Making Music With Tennis Balls And Lego”

Not Quite Building A Raspi Arduino Bridge

 

A few months ago, [Omer] sent in a Raspberry Pi to Arduino bridge he’s been working on called Ponte. Now that he’s gotten a few assembled, he can actually test out his ideas for combining the powerful Raspi with the ubiquitous Arduino.

Ponte revision 0 used a pair of 12-bit analog to digital converters, but during the soldering and debugging phase of development [Omer] discovered a few things were wrong with his original design. The FETs on the fabricated boards had the drain and source pins mixed up, but that problem was easily solved with a bit of board surgery.

The worst problem was the mechanical design of Ponte rev. 0 – the power jack on the Ponte is directly above the Raspi’s USB port, meaning it’s impossible to plug the Ponte into the Pi.

[Omer] is working on these problems and should have  the revised boards completed shortly. A few people have asked where they can get a Ponte, but right now there are no plans to assemble and ship boards. That may change, but for now if might be worth bugging [Omer] to put his new and improved Ponte (with an 8-port I2C port expander!) up on SeeedStudio

 

Wireless Sensors Without A Microcontroller

While cruising the Internet one day, [Raj] found a really cool pair of RF transmitters and receivers manufactured by Dorji Applied Technology. These modules – the DRF5150S and DRF4432S – work just like any other ISM band transmitter receiver pair with the addition of inputs for analog and digital input pins. [Raj] put together a tutorial for using these radio modules, perfect if you need a very simple wireless connection for your next project.

[Raj]’s tutorial for using the Dorji sensor modules shows the transmitter has two operating modes. The first mode is a simple data transmitter, connected to a microcontroller through a UART connection. The ‘sensor’ mode doesn’t require a separate chip; the on-board STM8L151 microcontroller reads analog values on two pins and sends them over the air to the DRF4432S receiver module.

After programming the transmitter to function as a wireless sensor with an app released by Dorji, [Raj] plugged the transmitter into a breadboard with a battery and digital thermometer. The receiver module is plugged into a USB -> UART module, and data is pulled down from the sensor in a terminal.

[Raj] wrote a small app in Processing to display the data coming from the sensor. He has a wonderful animated thermometer showing the temperature reading of the sensor, the battery voltage and the strength of the wireless signal. Pretty easy, and a very helpful tutorial if you need an easy way to build a wireless sensor.