Posts with «speaker» label

Converting Morse Code to Text with Arduino

Morse code used to be widely used around the globe. Before voice transmissions were possible over radio, Morse code was all the rage. Nowadays, it’s been replaced with more sophisticated technologies that allow us to transmit voice, or data much faster and more efficiently. You don’t even need to know Morse code to get an amateur radio license any more. That doesn’t mean that Morse code is dead, though. There are still plenty of hobbyists out there practicing for the fun of it.

[Dan] decided to take a shortcut and use some modern technology to make it easier to translate Morse code back into readable text. His project log is a good example of the natural progression we all make when we are learning something new. He started out with an Arduino and a simple microphone. He wrote a basic sketch to read the input from the microphone and output the perceived volume over a Serial monitor as a series of asterisks. The more asterisks, the louder the signal. He calibrated the system so that a quiet room would read zero.

He found that while this worked, the Arduino was so fast that it detected very short pulses that the human ear could not detect. This would throw off his readings and needed to be smoothed out. If you are familiar with button debouncing then you get the idea. He ended up just averaging a few samples at a time, which worked out nicely.

The next iteration of the software added the ability to detect each legitimate beep from the Morse code signal. He cleared away anything too short. The result was a series of long and short chains of asterisks, representing long or short beeps. The third iteration translated these chains into dots and dashes. This version could also detect longer pauses between words to make things more readable.

Finally, [Dan] added a sort of lookup table to translate the dots and dashes back into ASCII characters. Now he can rest easy while the Arduino does all of the hard work. If you’re wondering why anyone would want to learn Morse code these days, it’s still a very simple way for humans to communicate long distances without the aid of a computer.


Filed under: Arduino Hacks

The most advanced Lamp/Speaker is open source and also Arduino at heart

Interacting with objects in a new way has always been the main focus of Digital Habits, a design studio based in Milan.  Today we are proud to announce they’ve become a partner  of the Arduino At Heart program with their new project called Cromatica (it was exhibited at the coveted Fuorisalone Milan Design Week in the Superstudio Temporary Museum for New Design and started the crowdfunding campaign just some days ago!).

Cromatica is half speaker and half desk lamp: it can be controlled through a natural gestural interface, touch sensors or remotely via the Cromatica Android and iOS app. Designed to deliver both light and sound functions, Cromatica features wireless 4.0 Bluetooth connection for streaming music and a RGB lamp for multiple ambient effects.

Cromatica is embedded with an Arduino allowing for a highly digital, multi-sensory music and desktop working experience.  It blends  light and sound functionalities in unexpected ways, taking IoT products to a new level of quality.  For example you can download the app for natural awakening: light will rise and music streaming will start allowing you to wake up to your favourite playlist, perfect for early mornings.

Take a look at the video for the Natural Interaction:

In the video below you can see how you can create your favorite ambient  to match with your mood:

Innocenzo Rifino, Director of Digital Habits, told us:

“The Cromatica is a multi-purpose light-speaker but it is also our vision of the evolution of electronics, a vision that is moving in a more human and open direction. Crowdrooster have helped tremendously by opening our product up to a wider community whilst giving us the chance to generate enough funding to share our concepts more widely.”

The Cromatica is also true to its maker roots being Open Source and hackable, opening the doors for endless innovation from the maker community as it can be adapted to integrate with other tech and the Internet of Things. To enable this there will be a special ‘Maker Edition’ campaign reward complete with digital file to 3D print the shell.

Take a look at their campaign Crowdrooster and make your pledge!
Crowdrooster, the new ‘all tech’ crowdfunding site, introduced Cromatica as the first maker project available for funding on the site.

New and Awesome on Make: Projects

Android-Controlled LED Light Shirt

Write an Android app to control an LED light shirt. The app communicates to an ATmega128 via a BlueSMiRF Bluetooth transceiver. The microcontroller outputs data on the SPI to daisy-chained shift-register-controlled constant-current regulators driving RGB LEDs.
Author: Michael Kane

Guitar Speaker

How I turned my old broken guitar into a speaker.
Author: Daniel McGregor

A Shook-Up Mouse

Slow day at work? Want to turn your mouse into a cool practical joke? Make this vibrating mouse and have some fun with your co-workers.
Author: Gene Bergmann

Wine Cork Board

Recycle wine corks into a functional and stylish cork board.
Author: x2Jiggy


MIT gets musical with Arduino-powered DrumTop, uses household objects as a source of sound

Everyone's favorite microcontroller has been a boon among hobbyists and advanced amateurs, but it's also found a home among the brilliant projects at MIT's Media Lab, including a groovy instrument called DrumTop. This modern take on the drum pad delivers Arduino-powered interactivity in its simplest form -- hands-on time with ordinary household objects. Simply place a cup, or a plastic ball, even a business card on the DrumTop to make your own original music.

The prototype on display today includes eight pads, which are effectively repurposed speakers that tap objects placed on top, with an FSR sensor recognizing physical pressure and turning it into a synchronized beat. There's also a dial in the center that allows you to speed up or slow down the taps, presenting an adjustable tempo. DrumTop is more education tool than DJ beat machine, serving to teach youngsters about the physical properties of household objects, be it a coffee mug, a CD jewel case or a camera battery. But frankly, it's a lot of fun for folks of every age. There's no word on when you might be able to take one home, so for now you'll need to join us on our MIT visit for a closer look. We make music with all of these objects and more in the video after the break.

Continue reading MIT gets musical with Arduino-powered DrumTop, uses household objects as a source of sound

MIT gets musical with Arduino-powered DrumTop, uses household objects as a source of sound originally appeared on Engadget on Tue, 24 Apr 2012 12:35:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments