2021-11-30 08:01 AM
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 ?
Solved! Go to Solution.
2021-11-30 08:14 AM
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.
2021-11-30 08:14 AM
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.
2021-11-30 08:38 AM
Great. That worked, thank you!