- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 2 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 3 months ago
- Building a 3D Digital Clock with ArduinoPosted 8 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 9 months ago
- Snowflake with ArduinoPosted 9 months ago
- Holographic Christmas TreePosted 9 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 10 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 11 months ago
- What is IoT and which devices to usePosted 11 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 11 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