- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 1 month 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 8 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 9 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 10 months ago
- What is IoT and which devices to usePosted 10 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 11 months 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.