Time Of Flight (Tof) Range Finder Sensor Vl6180
Rs. 254.00 Rs. 313.00
- Brand: https://www.st.com/en/imaging-and-photonics-solutions/vl6180.htm
- Product Code: SEN-TOF
- SKU -
- Availability: In Stock
- Price in reward points: 6
- For Bulk Order 9962060070
Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
- This is the Time of Flight (ToF) Range Finder Sensor β VL6180 a sensor board for the VL6180 distance sensor. Unlike most distance sensors that rely on contemplated mild intensity or contemplated angles to determine the range, the VL6180 makes use of a unique clock to measure the time it takes mild to get better from a floor.
- This offers the ToF Range Finder and VL6180 a wonderful advantage over other strategies due to the fact it can be a lot greater correct and more immune to noise. Does this generation sound acquainted? Well it must, itβs the equal means cellphones use to come across when the caller is retaining their telephone to their ear.
SPECIFICATIONS | |
Operating voltage (VDC) | 5 |
Measures absolute range (cm) | 10 |
Mounting hole diameter (mm) | 3.2 |
OVERVIEW:
Operating voltage (VDC) | 5 |
Measures absolute range (cm) | 10 |
Mounting hole diameter (mm) | 3.2 |
PACKAGE INCLUDES:
1 PCS x Vl6180 Lasertime Of Flight (Tof) Range Finder Sensor
https://www.st.com/en/imaging-and-photonics-solutions/vl6180.html
//SOURCE CODE TAKEN FROM BELOW LINK
//https://circuitdigest.com/microcontroller-projects/arduino-vl6180-tof-range-finder-sensor-for-distance-measurement
void setup()
{
Serial.begin(115200); //Start Serial at 115200bps
Wire.begin(); //Start I2C library
delay(100); // delay .
if (sensor.VL6180xInit() != 0) {
Serial.println("FAILED TO INITALIZE"); //Initialize device and check for errors
};
sensor.VL6180xDefautSettings(); //Load default settings to get started.
delay(1000); // delay 1s
display.begin();
// init done
// you can change the contrast around to adapt the display
// for the best viewing!
display.setContrast(50);
display.display(); // show splashscreen
display.clearDisplay();
}
15 DAYS