- Holographic Christmas TreePosted 6 days ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 3 weeks ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 month ago
- What is IoT and which devices to usePosted 2 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 2 months ago
- Make your curtains smartPosted 2 months ago
- Configuring an ESP8266 for Battery PowerPosted 2 months ago
- Creating a Telegram Bot for ESP32Posted 2 months ago
- Mini Course on BlynkPosted 2 months ago
- Creating a Unique Electronic Musical Instrument: The Sound WallPosted 3 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.