cancel
Showing results for 
Search instead for 
Did you mean: 

How to interface the VL53L3CX with an ESP32

MBaza.1
Associate II

Hello, I am trying to connect a VL53L3CX (a module I purchased on AliExpress) with the ESP32. I have found the Arduino library but it does not fit the ESP32. I will highly appreciate your help in helping me get this working. Thanks a lot, Motti

3 REPLIES 3
Julien NGUYEN
ST Employee

Hi,

I'm recently able to stream the distance to nRF Android Apps using an ESP 32 expressif and a VL53L1X satellite with Polulu library https://github.com/pololu/vl53l1x-arduino/tree/master/examples.

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.
MBaza.1
Associate II

Hi Julien, Thanks for your reply. I have seen a solution for the VL53L1X. The issue is that I am using the VL53L3CX which is different. ST docs claims that it supports multi region, etc. but I could not find technical details on how to do that or any sample code. I will highly appreciate your help in getting this to work on the VL53L3CX. Thanks!

MBaza.1
Associate II

Hi Julien, you can also look at: https://github.com/mottibz/ESP32-VL53L3CX-Test-app

This is some test code that I wrote for testing the VL53L3CX.

It requires the following library: https://github.com/stm32duino/VL53L3CX

I will very highly appreciate your help with this.