Posts with «drums» label

Dr. Squiggles: An AI Rhythm Robot

Build a smart octopus drumbot that listens, learns, and plays along with you

Read more on MAKE

The post Dr. Squiggles: An AI Rhythm Robot appeared first on Make: DIY Projects and Ideas for Makers.

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

Arduino Drummerbot and the awesome song

The little drum playing robot designed by Steffest makes great music.

You control it like most drum computers: you draw the beats on a pattern of sixteen dots, perfectly suited for generic 4/4 rhythms.
There a 8 lines, each controlling 1 servo motor.

Most of the servo’s have a percussion item both on the left and the right, that’s why the pattern buttons have 3 states: off, left, right.
That makes 14 distinct percussion sounds for the drummerbot.

The pattern in the webbrowser is packed into a string, which get send to the Arduino via HTTP.
You can use a wifi module and a http server on the Arduino, or you can use another device attached to the Arduino through a comm port.
The Arduino receives the string, unpacks it back to a pattern and simple loops over the steps controlling each servo.

The Arduino code can be got from here. The music did make me smile!

[Via: GeekyGadgets and Steff's blog]

Arduino Blog 29 Mar 21:18
arduino  drums  music  toys