- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 6 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 6 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 8 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 9 months ago
- Building a 3D Digital Clock with ArduinoPosted 1 year ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 1 year ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year 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
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.