Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 715 Bytes

VL53L0x.md

File metadata and controls

32 lines (22 loc) · 715 Bytes

The VL53L0X is a Time-of-Flight (ToF) laser-ranging module.

Configuration

Wiring

VL53L0x ESP8266
GND GND
VCC 3.3V
SDA GPIOx
SCL GPIOy

Tasmota Settings

In the Configuration -> Configure Module page assign:

  1. GPIOx to I2C SDA (6)
  2. GPIOy to I2C SCL (5)

After a reboot the driver will detect VL530L0x automatically and display Illuminance.

image

Sensor sends a tele/%topic%/SENSOR JSON reponse:

{"Time":"2019-12-20T11:29:22","VL53L0X":{"Distance":263}}

Breakout Boards

VL53L0x VL53L0x