Skip to main content
PWan.1
Associate II
January 26, 2023
Question

Do you have API driver on VL53L5CX for ESP32?

  • January 26, 2023
  • 2 replies
  • 1855 views

..

This topic has been closed for replies.

2 replies

Julien NGUYEN
ST Employee
January 26, 2023

Hi

You have 3 solutions:

  1. You port the VL53L5CX bare C driver
  2. You use the Arduino IDE with the VL53L5CX Arduino Library https://github.com/stm32duino/VL53L5CX
  3. Forgot the ESP32, use STM32 ecosystem, Nucleo F401RE board, to access to full example codes available at https://www.st.com/en/imaging-and-photonics-solutions/vl53l5cx.html, with ST support in addition ;)

Thanks,

Julien

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
PWan.1
PWan.1Author
Associate II
January 27, 2023

Thanks for your speedy answer. I appreciate.