- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 11 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 12 months ago
- Holographic Christmas TreePosted 12 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year 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