Add support for VL53L8CX Time-of-Flight (ToF) multi range distance sensor #3360
Describe the component you'd likePlease add support for the VL53L8CX Time-of-Flight distance sensor from STMicroelectronics. It’s part of the newer family that includes VL53L7CX and VL53L9CX, but it offers better ambient light immunity, faster measurement rates, and higher resolution. What are your use cases for this component?Enables accurate 3D ranging and object detection. Suitable for presence detection, biomass or water level sensing, and robot navigation. Is there a public datasheet, documentation and/or schematics?https://www.st.com/en/imaging-and-photonics-solutions/vl53l8cx.html Anything else?Desired features: I²C configuration support (address, update rate, etc.) Multi-zone (4x4 or 8x8) distance map reading Simple mode for average distance reporting Optional temperature and ambient light data if available |
Replies: 2 comments 3 replies
|
I'm curious about this sensor. Is this sensor capable of detecting simple gestures, such as movement from left to right or right to left? |
|
I created a custom component for all of the STMicroelectronics multizone ToF sensors (VL53L5CX, VL53L7CX, VL53L8CX). You can find it here: https://github.com/SG-O/VL53L_MZ_esphome |
I created a custom component for all of the STMicroelectronics multizone ToF sensors (VL53L5CX, VL53L7CX, VL53L8CX). You can find it here: https://github.com/SG-O/VL53L_MZ_esphome