- Environmental monitoring with uChipPosted 7 days ago
- ARDULEGO KIT: create with Lego and ArduinoPosted 3 weeks ago
- Share & Discover by PCBWayPosted 1 month ago
- ENERGY METER IOTPosted 1 month ago
- Energy Meter GSM with Arduino (part 2)Posted 2 months ago
- Energy Meter GSM with Arduino (part 1)Posted 2 months ago
- ARDULOCK: a keyboard with RFID modulePosted 3 months ago
- Autofocus Glasses/Phoropter Using Variable Focus Liquid LensPosted 4 months ago
- Home Automation & Lights controlling SystemPosted 4 months ago
- Solar TrackerPosted 5 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.