Wish List 0

Time Of Flight (Tof) Range Finder Sensor Vl6180

Rs. 254.00 Rs. 313.00

  • 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.
Features:
1. 2.8V Regulator – Provides the required 2.8V for the sensor
2. I2C Level Shifter – Provides logic level conversion from 2.8V to VCC
3. 3-in-1 Module
1. IR Emitter
2. Range Sensor
3. Ambient Light Sensor
4. Measures absolute range up to 10cm
5. Gesture Recognition
6. I2C Interface
7. Two Programmable GPIO
8. Sharp Sensor Board Layout.


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


//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 

Write a review

Please login or register to review