Skip to main content
DAzu.1
Associate II
November 30, 2021
Solved

Does the VL53L1X GUI work?

  • November 30, 2021
  • 2 replies
  • 1792 views

I'm using the X-NUCLEO-53L1A1 and the STM32F401. As the user manual suggests.

The GUI opens, but cannot detect the sensor.

"Sensor Not Detected. Please ensure sensor connected then Press Black Reset Button on the Nucleo".

The X-NUCLEO-53L1A1 is seated correctly in the STM32F401.

Pressing the black button LD2 turns off briefly then turns back on but noting happens in the GUI.

I've installed STSW-LINK007.

Current Firmware:

Version: V2.J39.M27

Type: STM32 Debug+Mass storage + VCP

The host PC has the STLINK VP drivers installed.

The ST virtual COM port is shown in my device manager.

LD1 is lit red, so the Nucleo Kit is connected to the PC.

I also have the VL53L5CX GUI. This works fine.

I've seen that a few people have also run into this problem, but there does not seem to be any answers.

Do you know what is happening @John E KVAM​ ?

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

I think so.

The Nucleo boards historically identified itself as a NODE_F401RE. And the GUI code looks for this so it can copy the .bin file to it.

But the latest batch identify as a NOD_F401RE. And that missing E makes a big difference.

We are changing our code as fast as we can.

But in the mean time...

Go to:

C:\Program Files\STMicroelectronics\VL53L5CX_Evaluation_Kit\Resources

And drag-and-drop the .bin file you find into the NOD_F401RE.

Watch the LED flash red/green.

Then run the GUI.

This trick will work on ANY Time-of-Flight sensor - just change the directory name

C:\Program Files\STMicroelectronics\VL53Lxxxxx\Resources

To whatever sensor you are using.

2 replies

John E KVAM
John E KVAMBest answer
ST Employee
November 30, 2021

I think so.

The Nucleo boards historically identified itself as a NODE_F401RE. And the GUI code looks for this so it can copy the .bin file to it.

But the latest batch identify as a NOD_F401RE. And that missing E makes a big difference.

We are changing our code as fast as we can.

But in the mean time...

Go to:

C:\Program Files\STMicroelectronics\VL53L5CX_Evaluation_Kit\Resources

And drag-and-drop the .bin file you find into the NOD_F401RE.

Watch the LED flash red/green.

Then run the GUI.

This trick will work on ANY Time-of-Flight sensor - just change the directory name

C:\Program Files\STMicroelectronics\VL53Lxxxxx\Resources

To whatever sensor you are using.

DAzu.1
DAzu.1Author
Associate II
November 30, 2021

Great. That worked, thank you!