cancel
Showing results for 
Search instead for 
Did you mean: 

Do you have API driver on VL53L5CX for ESP32?

PWan.1
Associate II
 
2 REPLIES 2
Julien NGUYEN
ST Employee

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
Associate II

Thanks for your speedy answer. I appreciate.