deneyapkart / deneyap-derinlik-olcer-arduino-library

Arduino library for Deneyap ToF Range Finder Sensor VL53L0X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deneyap ToF Range Finder Sensor Arduino Library

FOR TURKISH VERSION trflag

***** Add photo ****

Arduino library for Deneyap ToF Range Finder Sensor VL53L0X

🔎Specifications

  • Product ID M06, mpv1.0
  • MCU ST Microelectronics VL53L0CXV0DH/1
  • Weight
  • Module Dimension 25,4 mm x 25,4 mm
  • I2C address 0x29
Address
0x29 default address

📕Documentation

Deneyap ToF Range Finder Sensor

Deneyap ToF Range Finder Sensor Shematic

Deneyap ToF Range Finder Sensor Mechanical Drawing

VL53L0X-dataheet

How to install a Arduino Library

📌Deneyap ToF Range Finder Sensor

This Arduino library allows you to use Deneyap ToF Range Finder Sensor VL53L0X with I2C peripheral. You can use this library in your projects with any Arduino compatible board with I2C peripheral.

🌐Repository Contents

  • /docs README_tr.md and product photos
  • /examples Examples with .ino extension sketches
  • /src Source files (.cpp .h)
  • keywords.txt Keywords from this library that will be highlighted in the Arduino IDE
  • library.properties General library properties for the Arduino package manager

Version History

1.0.2 - update library function(begin)

1.0.1 - bug fix

1.0.0 - initial release

🚀Hardware Connections

  • Deneyap ToF Range Finder Sensor and Board can be connected with I2C cable
  • or 3V3, GND, SDA and SCL pins can be connected with jumper cables
ToF Range Finder Function Board pins
3.3V Power 3.3V
GND Ground GND
SDA I2C Data SDA pin
SCL I2C Clock SCL pin
XSHT Shut Down
GPIO Interrupt Output

License Information

Please review the LICENSE file for license information.

About

Arduino library for Deneyap ToF Range Finder Sensor VL53L0X

License:MIT License


Languages

Language:C++ 100.0%