- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 1 week ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 1 week ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 3 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 4 months ago
- Building a 3D Digital Clock with ArduinoPosted 9 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 10 months ago
- Snowflake with ArduinoPosted 10 months ago
- Holographic Christmas TreePosted 10 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 11 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 11 months ago
M5StickC laser rangefinder
In this project we transform the M5StickC board into a laser rangefinder to accurately measure distances up to 2 meters. For this we need the ToF HAT (Time-of-Flight) sensor together with the M5StickC.
In addition to displaying the distance, the software can also transmit the measured value to other devices via Bluetooth. In this way, the M5StickC with ToF HAT can be represented as a single point LiDAR for detecting obstacles when mounted, for example, on a robot.
To simplify software development, this project uses the Blech programming language which helps both to structure the application and to manage the timing activities prevalent in the embedded software. It is also very useful for modeling and controlling the user interface.