cancel
Showing results for 
Search instead for 
Did you mean: 

About using the VL53L8CH

Jsc
Associate II

I have already purchased P-NUCLEO-53L8A1 and VL53L8CH. How should I join them together and read out the histogram data. Can you provide a detailed guideline or experiment video for me?

 

1 ACCEPTED SOLUTION

Accepted Solutions
John E KVAM
ST Employee

Just run it. The CA chip on that board will run the CH software. (It's really a CH chip.) All CH chips will run the CA software. CH chips are CA chips selected and guaranteed to run the more complex software. 


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.

View solution in original post

8 REPLIES 8
Jsc
Associate II

In addition, I want to know the integration time for a single frame. Because, the device will transmit and receive optical signals N times within a single frame measurement time.

John E KVAM
ST Employee

The P-Nucleo board comes in two parts. Place the blue board (sometimes called the expansion board) on top of the white STM32 board. The bit above the dashed line on the STM32 board is the ST-Link debugger. The STM32 is the big chip on the board. (The ST-Link is also run with an STM32, but you don't need to know about that one. 

The blue board fits on the white board with the sensor hanging off the edge of the white board. 

JohnEKVAM_0-1710259873884.png

Attach the USB at the top and you are all set.

Download the software from the web site. Go to:

VL53L8CH - Artificial intelligence enabler, high performance 8x8 multizone Time-of-Flight (ToF) sensor - STMicroelectronics

And click on 'tools and software'

The download:

It has everything you need - and it includes the manual. 

But there are several bits:

Is the evaluation kit sofware. With this you can contol the sensor and view the data graphically. You can also strore the data into a spreadsheet - A very big spreadsheet.

STSW-IMG043_F401

Contains a project that you can compile and build with the STM32_CubeIDE compiler. (Download it as well from ST.com - it's also free.)

Both software packages have good manuals. Good luck

- john

 

 


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.

The speed at which one can run is fully discussed in the manual which one downloads with the software. 

The sensor is limited to 15 frames per second at 8x8 or 60 frames per second at 4x4. But the sensor is further limited by how much data you ask for and the speed of your interface. SPI is really fast. I2C limited to 1Mbit. 

There is a LOT more data in the chip that the interface can hold. So there are memory limitations, as well as interface speed limitations. 

The trick is to configure the compression and bandwidth to get what you need. 

Give the manuals a shot and see if it answers your question.

- john


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.

Hi John,

Thanks for your kind reply. I still have a question. I noticed that the sensor on the blue board is VL53L8CA. What should I do to replace the VL53L8CA with the VL53L8CH? 


Thanks.

The CA chip on that board was specifically chosen to run both the CA and the CH software. Don' t do anything special. Just run the CH software. 

Try not to run the CH software on the CA chips in production. Lots of them will work, but they are not guaranteed to all work. 

- john


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.

I understand. But I bought the VL53L8CH sensor. How can I use it? It seems that the blue board or extension breatout board both are VL53L8CA. How should I modify the hardware? Thanks.

John E KVAM
ST Employee

Just run it. The CA chip on that board will run the CH software. (It's really a CH chip.) All CH chips will run the CA software. CH chips are CA chips selected and guaranteed to run the more complex software. 


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.

Will do. Thanks John.