Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ironsheep/p2-vl53l5cx-time-of-flight-driver

P2 Object for interacting with the VL53L5CX Time-of-Flight Sensor
https://github.com/ironsheep/p2-vl53l5cx-time-of-flight-driver

parallax-propeller-microcontroller pasm2 propeller propeller2 spin2 time-of-flight vl53l5cx

Last synced: 11 days ago
JSON representation

P2 Object for interacting with the VL53L5CX Time-of-Flight Sensor

Awesome Lists containing this project

README

        

# VL53L5CX Hardware/Driver Documents
Hardware documents for the VL53L5CX TOF sensor and driver

![Project Maintenance][maintenance-shield]

[![License][license-shield]](LICENSE)

## Hardware Documents

The following documents are found in this repo (this driver is inteded to support all of these displays):

| Filename | Purpose | Description
| --- | --- | --- |
| [vl53l5cx.pdf](vl53l5cx.pdf) | Device: TOF Sensor | **Product data sheet**: DS13754 - Rev 8 - 38 pgs
| [vl53l5cx-satel.pdf](vl53l5cx-satel.pdf) | Breakout Board | **Data brief**: DB4506 - Rev 1 - 5 pgs
| [STMicro driver UM](um2884-use-vl53l5cx-with-ultra-lite-driver-sw.pdf) | User Manual | **User Manual** A guide to using the VL53L5CX multizone Time-of-Flight ranging sensor with wide field of view Ultra Lite Driver (ULD): UM2884 - Rev 2 - 19 pgs - Aug 2021

This is provided as it is a good reference for adjusting configuration of our own P2 (.spin2) driver.
| [PCF8575.pdf](PCF8575.pdf) | Device: I2C I/O Expander | **Product data sheet**: PCF8575 Remote 16-bit I/O expander for I2C-bus - 24 pgs - 07 Apr 1997

**NOTE**: these we placed here at the time this repo was created and were used to guide the driver implementation for these devices. There may be new version at the Philips (PCF8575) and STMicroelectronics websites - *the best way to find out if there are is to do your own google search.*

Additional pages:

- [Top README](https://github.com/ironsheep/P2-VL53L5CX-time-of-flight-driver) - Return to the top-level README for this repository

---

> If you like my work and/or this has helped you in some way then feel free to help me out for a couple of :coffee:'s or :pizza: slices!
>
> [![coffee](https://www.buymeacoffee.com/assets/img/custom_images/black_img.png)](https://www.buymeacoffee.com/ironsheep)    -OR-    [![Patreon](../Images/patreon.png)](https://www.patreon.com/IronSheep?fan_landing=true)[Patreon.com/IronSheep](https://www.patreon.com/IronSheep?fan_landing=true)

---

## Disclaimer and Legal

> *Parallax, Propeller Spin, and the Parallax and Propeller Hat logos* are trademarks of Parallax Inc., dba Parallax Semiconductor
>
> This project is a community project not for commercial use.
>
> This project is in no way affiliated with, authorized, maintained, sponsored or endorsed by *Parallax Inc., dba Parallax Semiconductor* or any of its affiliates or subsidiaries.

---

## License

Licensed under the MIT License.

Follow these links for more information:

### [Copyright](../copyright) | [License](../LICENSE)

[maintenance-shield]: https://img.shields.io/badge/maintainer-stephen%40ironsheep%2ebiz-blue.svg?style=for-the-badge

[license-shield]: https://img.shields.io/badge/License-MIT-yellow.svg