Coder Social home page Coder Social logo

st_vl53l4cd's Introduction

LooUQ ESP-IDF Component for STMicroelectronics (ST) VL53L4CD time-of-flight (TOF) distance sensor

This package allows for inclusion of the VL53L4CD TOF sensor driver provided by STMicroelectronics in your Espressif ESP-IDF projects as an ESP-IDF component.

To install in your ESP-IDF project

  1. Copy the full st_vl53l4cd folder into your IDF project's "components" folder
  2. Add "st_vl53l4cd" to your main folder's CMakeList.txt REQUIRES list (see example below).
  3. Note that driver component is required for I2C support

idf_component_register(
      SRCS "main.c" "projUtility.c"
      INCLUDE_DIRS "."
      REQUIRES ${requires} nvs_flash esp_timer esp_wifi lwip esp-tls esp_http_client driver st_vl53l1x
      EMBED_TXTFILES memfault_root_cert.pem
)

Base driver is copyright STMicroelectronics, ESP-IDF component and platform adaption is copyright LooUQ Incorporated.

st_vl53l4cd's People

Contributors

gregterrell avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.