131FT 40m Laser Distance Range Sensor Support Arduino, Find Details and Price about Laser Distance Sensor Laser Range Sensor from 131FT 40m Laser Distance Range Sensor Support Arduino - Chengdu JRT Meter Technology Co., Ltd.
U81L USB To RS232 TTL 20m Laser Distance Sensor for Arduino. Precision measurement for mine tunnel. Type:Photoelectric Sensor. Accuracy: +/-1mm. Frequency: 3Hz.| Alibaba.com
int ReadDistance(){ SensorRead(0x00,i2c_rx_buf,2); lenth_val=i2c_rx_buf[0]; lenth_val=lenth_val<<8; lenth_val|=i2c_rx_buf[1]; delay(300); return lenth_val; } /* Smart Car Parking system Code * In this project the TOF10120 Laser Distance Sensor is used for measuring the di...
Measuring Time:0.4~4seconds;Laser Class/Type:Class I,620~690nm, <0.4mW;Weight:about 4g;Measuring range:0.03~5m;Certification:CE ,ISO9001,ROHS,FCC;Laser Type:Invisible laser;Resolution:1mm;Product name:Laser Distance Sensor 400 Cm;Application:Laser ...
;//join i2c bus (address optional for master)Wire.begin();//Set I2C sub-device addresssensor.begin(0x50);//Set to Back-to-back mode and high precision modesensor.setMode(Continuous,High);//Laser rangefinder begins to worksensor.start();}voidloop(){//Get the distanceSerial.print("...
Infrared Laser Distance Sensor(50m/80m) x1 Wires Software Arduino IDE Connection Diagram Sample Code SEN0366 Communication Protocol.pdf /*! * @File DFRobot_IraserSensor.ino * @brief In this example, the infrared laser ranging sensor is used to measure the distance, and the sensor data is pro...
voidsetup(){//initialize serial communication at 9600 bits per second:Serial.begin(115200);//join i2c bus (address optional for master)Wire.begin();//Set I2C sub-device addresssensor.begin(0x50);//Set to Back-to-back mode and high precision modesensor.setMode(Continuous,High);//Laser rang...
//SET THE SENSOR TO LONG RANGE MODE // lower the return signal rate limit (default is 0.25 MCPS) sensor.setSignalRateLimit(0.1); // increase laser pulse periods (defaults are 14 and 10 PCLKs) sensor.setVcselPulsePeriod(VL53L0X::VcselPeriodPreRange, 18); ...
//SET THE SENSOR TO LONG RANGE MODE // lower the return signal rate limit (default is 0.25 MCPS) sensor.setSignalRateLimit(0.1); // increase laser pulse periods (defaults are 14 and 10 PCLKs) sensor.setVcselPulsePeriod(VL53L0X::VcselPeriodPreRange, 18); ...
Enhance your projects with the ToF10120 Laser Range Sensor Module, featuring a 10-180cm distance measurement with high-speed autofocus, robust optical cross-talk compensation, and a versatile RS232 interface for Arduino compatibility.