- 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 4 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 10 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 11 months ago
- Snowflake with ArduinoPosted 11 months ago
- Holographic Christmas TreePosted 12 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 12 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Arduino Range Measurer and Digital Spirit Level
“The device features an ultrasonic sensor for measuring the distance to the nearest object, an accelerometer for measuring the angle with respect to the ground, an LCD display for showing the results and a custom designed PCB on which all components are connected.”
Combining an ultrasonic sensor for range measurement and an accelerometer for measuring angles leads to a double advantage: it saves space, and allows the Arduino Nano onboard to use the two readings together to calculate a square area automatically. That is what the maker Dejan Nedelkovski of How To Mechatronics implemented in his project.
User interface consists of a power switch, along with a single button for program interaction and to choose between the different measurement routines. Results are displayed on an LCD screen, and the electronics are encased in clear acrylic for visibility.
All you need for this project is:
- Ultrasonic Sensor HC-SR04
- MPU6050 3 Axis Gyroscope Accelerometer
- 16×2 Character LCD
- Arduino Nano
Code, schematics and the full tutorial are available at howtomechatronics.com.