Skip to main content
Associate II
August 13, 2024
Solved

Getting started with x-nucleo-53l1a1 with nucleo f401re

  • August 13, 2024
  • 2 replies
  • 937 views

Hi 

I am new to VL53L1X. Can anybody guide me as to how to get started with interfacing vl53l1x with nucleo f401re?

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

Peter is correct as always, but let's go a little further. 

The X-nucleo-53L1A1 when combined with the X-Nucleo-F401RE is called the P-nucleo-53L1A1.

And we have special code for it.

check out:

This bit of code will run on your PC and graphically show what the sensor can do. 

Then have a look at the API - It contains a lot of examples that can be compiled with the STM32CubeIDE code development platform. 

With all that you should be on your way!!

- john

 

2 replies

Peter BENSCH
ST Technical Moderator
August 14, 2024

Take a look at the P-NUCLEO-53L1A1, where exactly this combination is used and where you also find a getting started manual UM2359.

Good luck!

Regards
/Peter

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.
John E KVAM
John E KVAMBest answer
ST Employee
August 14, 2024

Peter is correct as always, but let's go a little further. 

The X-nucleo-53L1A1 when combined with the X-Nucleo-F401RE is called the P-nucleo-53L1A1.

And we have special code for it.

check out:

This bit of code will run on your PC and graphically show what the sensor can do. 

Then have a look at the API - It contains a lot of examples that can be compiled with the STM32CubeIDE code development platform. 

With all that you should be on your way!!

- 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.