/VL53l0x

Distance sensor VL53l0x - quick start on esp32 or esp8266 using micropython

Primary LanguagePython

ESP32 i2c communication with laser distance sensor VL53L0X

Micropython is used. Code is a very basic startup test to get up and running. Here is the breakout board used. 3.3v works fine. If results are unsatisfied try a quick i2c.scan() to make sure your device sees the sensor. File vl53lox.py is the essential driver, courtesy of Radomir Dopieralski. Found it here