- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 2 weeks ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 month ago
- What is IoT and which devices to usePosted 1 month ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 2 months ago
- Make your curtains smartPosted 2 months ago
- Configuring an ESP8266 for Battery PowerPosted 2 months ago
- Creating a Telegram Bot for ESP32Posted 2 months ago
- Mini Course on BlynkPosted 2 months ago
- Creating a Unique Electronic Musical Instrument: The Sound WallPosted 2 months ago
- Building a Laser MicroscopePosted 2 months ago
Step – Arduino based REC&LOOP station for children
Step is a toy that allows children, in a very playful and straight forward way, to compose and edit simple loops using custom sounds.
Some basic topics of music composition such as sound sampling, tempo and track channels are introduced to children who plays with it. Step’s interface is composed by a board and color tags. There are six tags for each color: blue, red, yellow and green. Using the “recording station” kids can record a sound and match it with a color.
Composing the loop it’s very easy, by placing the sound tags on the loop grid the embedded speaker will start playing the sequence, it is also possible to control the velocity of the loop using a knob.
To prototype the user experience we’ve used an Arduino Leonardo connected to a processing sketch that handle the recording and playback features. Using a Mux Shield 2 we managed connecting 25 IR sensors, 16 LEDs, 1 knob and a button to a single Arduino board. We needed a quick and effective way to test the experience and by using Arduino we managed to design and build the whole product in three weeks.
More info on Arduino Blog.
A video showing how it works:
Source: Step Homepage