Laser ToF Flight Time Range Sensor Module GY-53 VL53L1x - Serial + PWM + I2C Output

  • RM75.00

  • Product Code: GY-53
  • Availability: In Stock

 

GY-53-VL53L1x is an upgraded version of GY-53 VL53L0X. It can measure farther, fa and has better anti-inteerence. GY-53-VL53L1x Laser ToF Time of Flight Ranging r Module Serial Port PWM Output VL53L1X+st2. Easy to use, eliminating complex communication, eliminating complex algorithms, and directly outputting distance data. It is easier to connect with microcontrollers and computers (directly using USB to TTL module to view distance data).


Module model: GY-53-L1X Using ch: VL53L1X + ST2 

 

Features

  • Power supply: 3 – 5V DC
  • Ranging range: 5cm – 4m (dark light, long distance mode)
  • Size: 25mm * 15.6mm (including mounting holes) 
  • Communication mode: serial port output, PWM output, I2C output of the ch itself.

 

Introduction of Pins
VCC Power Supply+ (3v-5v)
GND Ground
TX Serial Port USART_TX
RX Serial Port USART_RX
PWM Distance is converted into the PWM form
PS Serial Port/IIC Mode Conversion
XSHUT Chip Pin
GPIO1 Chip Pin
SDA Chip SDA
SCL Chip SCL
GND Ground
VCC Power Supply+ (3v-5v)

 

int pin =5;
unsigned long duration;
void setup() {
   Serial.begin(9600);  
   pinMode(pin, INPUT);
   delay(500); 
}

void loop() {

          uint16_t distance=0;
          duration = pulseIn(pin, HIGH);
          distance=duration/10;
          
           Serial.print("distance: ");
           Serial.print( distance);
           Serial.print(" mm,time: ");
           Serial.print( duration); 
           Serial.println("us");
           delay(100);   
}

 

Write a review

Note: HTML is not translated!
    Bad           Good

 

Related Products