- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 2 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 4 months ago
- Building a 3D Digital Clock with ArduinoPosted 9 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 10 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 12 months ago
DIY Zen Garden Table
“I wanted the end product to represent peacefulness, I wanted to bring some zen to my living-room. I think that I did.”
This is what instructables user MakrToolbox said to explain his project purpose.
The table consists of a piece of plate glass covering a “garden” of sand and stones. On top of this is a metal ball that moves around via a joystick on the side of the table, traversing the sand and making interesting shapes, like a giant Etch A Sketch. The ball is pulled around with a magnetic servo-powered gantry system underneath.
By using a gantry similar to a 3d printer without the z – axis, an Arduino UNO with 2 stepper motor drivers and some rather simple code, this user found his peace of mind.
Rather than programming a set space into the code, he simply installed a endstop on the min and max for both axis, so 0,0 triggers motor stop, as well as XXX,XXX max triggers motor stop. This makes programming much easier.
You can find all you need to build your personal end table here.