Skip to main content
Associate
October 29, 2023
Solved

Not able to connect WB55RG and X-Nucleo-53L8A1 with the VL53L8CX_GUI

  • October 29, 2023
  • 3 replies
  • 2005 views

Hey, 
I want to see the 8x8 matrix in the VL53L8CX_GUI but when I try to connect it in the GUI the nucleo does not appear. But it appears by flash. In the device managment from my windows 11 I see the board is on COM8. (See screenshot)
Do you guys have an idea?

 

This topic has been closed for replies.
Best answer by John E KVAM

For some reason I could not see the screen shot, but I think I know the issue.

The GUI package downloads a binary that powers up the sensor, initializes it and makes it ready. There are then a few commands that come from the PC which are translated and sent to the sensor. One of them is the 'start' command. Data is then taken from the sensor, and sent back to the PC. 

This binary is complied for the Nucleo-F401RE. And while it might run on other boards, the PIOs are going to be different. 

The solution is to just buy the F401RE. it's 10 dollars. And use that to prove the sensor does what you need. After that, download the API and use the STM32CubeIDE including the XCUBE_TOF to build the code for your WB55RG.

- john

3 replies

John E KVAM
John E KVAMBest answer
ST Employee
October 30, 2023

For some reason I could not see the screen shot, but I think I know the issue.

The GUI package downloads a binary that powers up the sensor, initializes it and makes it ready. There are then a few commands that come from the PC which are translated and sent to the sensor. One of them is the 'start' command. Data is then taken from the sensor, and sent back to the PC. 

This binary is complied for the Nucleo-F401RE. And while it might run on other boards, the PIOs are going to be different. 

The solution is to just buy the F401RE. it's 10 dollars. And use that to prove the sensor does what you need. After that, download the API and use the STM32CubeIDE including the XCUBE_TOF to build the code for your WB55RG.

- john

jufeusAuthor
Associate
October 30, 2023

Hey John,

thanks for the answer. Sounds promissing. I ordered one, it will arrive tomorow and then I will try it with the F401RE. 

Best Regards,

Julian

jufeusAuthor
Associate
November 1, 2023

So another question: When I want to make more customizations to the Matrix e.g Max Range Gradient to 3.9m instead of max 3m of the GUI. I have to do that in the CubeIDE or? And is there an example Code for the Matrix in CubeIDE?

 

Best Regards,

Julian

John E KVAM
ST Employee
November 1, 2023

The sensor responds to commands and supplys the ranging info to the STM32. The STM32 does the init, and transmits command from the PC to the sensor. It also reads the range data and transmits it to the PC. 

The gradent info is strictly there to visualize what you are looking at. Those parameters are just for the PC. 

Use the GUI to set what you like. It makes no difference to the sensor.