- 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
Useless Box – Arduino Zero Project
I’m always fascinated by these projects based on the “Useless Box” concept. A game that actually does nothing, but in a very charming and elegant way.
It is a machine that turns off the knob that you’ve just switched on- a ruthless battle between human and robot. This, made with an Arduino Zero board and some creativity.
How does it work?
The Arduino “listens” to the state of the switch and actuates the servo when the switch is activated.
In the OFF state, the Arduino sends the servo to the reset position. When a user flips the switch to ON, the Arduino sends a signal to the servo and actuates a finger to push the switch to the OFF state.
Instructions
1. Program the Arduino.
2. Make the schematics using 9v battery, wires, breadboard, 10 ohm resistor, Arduino, and a switch.
3. Launch Arduino.
4. Make a box with cardboard. [I made it large enough to house the breadboard.]
5. Create servo housing and the finger. [Here, I used a rectangular cardboard with a hole as housing for servo motor and dental floss to secure the bind of the finger and servo motor. The finger is made with multiple layers of S-shaped cardboard.]
6. Test the angle of movements and adjust numbers in the program. Make sure there is enough force for the finger to push the switch off.
7. Wire and attach power supply
8. Test the Most Useless Machine Ever and voila!
All the Useless Box – Arduino Project Hub schematics, source code, BOM list details on the official project page.