- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 4 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 4 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 6 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 8 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
Measuring wheel
In this project we see how to build a measuring wheel designed to be used over distances where rulers and tape measures are no longer practical. Even if it uses a rotary encoder with only 20 steps per revolution it can still provide good quality results by measuring, for example, the size of a room. The final design chosen is very compact, there is no exposed wiring, and an easy-to-read OLED display shows both metric and imperial measurements.
The system is controlled by the ATtiny1614 microprocessor; it uses very little power when in sleep mode. The rotary encoder contains two sets of contacts which can create noise resulting in erroneous readings. We have added an RC network and Schmitt trigger between each contact and the microprocessor in order to remove any noise generated by the contacts and provide clean signals to the microprocessor. The results are precise and accurate readings. The circuit is powered by a 3.7V 120mA LIPO battery.