- 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
Laser anemometer
In this project we will see how to make an anemometer (instrument for measuring wind speed and direction) using an Arduino Uno R3, two VL6180X laser distance modules and a section of tube made of plastic or similar materials.
We will also use Processing3 to display wind speed and direction, the latter being independent of tube size, while wind speed sensitivity depends on size and amount of damping applied.
Let’s see on a theoretical level how the sistem works. The cross section of the tube is a circle; the points where the two laser beams touch the inside of a tube define the end points of a chord on this circle; the length of this string varies when the tube is inclined and therefore knowing the radius of the tube it is possible to calculate the X and Y displacement through which the speed and direction of the wind can be calculated.