vl53l1x-arduino icon indicating copy to clipboard operation
vl53l1x-arduino copied to clipboard

Pololu Arduino library for VL53L1X time-of-flight distance sensor

Results 8 vl53l1x-arduino issues
Sort by recently updated
recently updated
newest added

Hi, Are there any single-shot examples available?

Hello, I see mentions in the datasheet for software standby, however, I can't seem to find that functionality any where. I am building a battery powered project, and I am...

I am looking at using a VL531X sensor (well, many) for a project. Our application will require cover glass to be placed over the sensor, which means we will likely...

The proposed example set inter-measurement period to 50ms and setMeasurementTimingBudget to 50ms too.. but the datasheet state you need to set inter-measurement at least 4 ms higher or you will...

Hello, I'm trying to use 12 pololu vl53l1x(ToF) sensors with the stmf407vgt6 custom card. In addition, this board has a 5A 2 channel motor driver. I think the i2c data...

configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1344 load:0x40078000,len:13964 load:0x40080400,len:3600 entry 0x400805f0

Commented out the while (!Serial){} since this can be confusing for beginners

I'm using the VL53L1X sensor with the following configuration in continuous mode: sensor.setDistanceMode(VL53L1X::Long); sensor.setMeasurementTimingBudget(50000); sensor.startContinuous(50); I tried adjusting the settings as follows: sensor.setDistanceMode(VL53L1X::Short); sensor.setMeasurementTimingBudget(20000); sensor.startContinuous(20); However, I noticed that the...