2025-03-31 6:38 AM - edited 2025-03-31 6:40 AM
Hi,
I bought a VL53L1X Breakout board ToF sensor that I want to connect to a Raspberry Pi 3.
I need to connect the VIN, GND, SDA and SCL.
The documentation shows which pins are what, but it confuses me, as the layout in the documentation seems to be different than the boards itself.
Of the 10 pin holes on the board, one hole has a square around it, indiciating that would be pin 1. Across would be pin 2, and then on to the next row for the rest.
The square is on the outside column of the board.
However in the documentation pin 1 is on the inside column of the board.
What is the correct way to connect this?
VIN isn't specified on the board, does it have adifferent name?
I'm new to all of this, so I'm sorry if I ask the obvious.
Any help much appreciated.
Solved! Go to Solution.
2025-03-31 8:10 AM
In Andrew Neil's reply remove the question marks. He's exactly right.
There is a user manual:
that shows:
We built those satellite boards to fit directly onto the X-Nucleo boards.
the datasheet of the X-Nucleo board shows:
And that should make it clearer.
- john
2025-03-31 6:58 AM
You mean this: https://www.st.com/en/evaluation-tools/vl53l1x-satel.html ?
@JamesTheEighth wrote:Of the 10 pin holes on the board, one hole has a square around it, indiciating that would be pin 1. Across would be pin 2, and then on to the next row for the rest.
Indeed.
Also, looking at the board & carrying on with that counting would say that pin 6 must be ground:
Which corresponds to the Data Brief:
@JamesTheEighth wrote:However in the documentation pin 1 is on the inside column of the board.
Which document are you referring to?
I only see that DB3555 Data Brief, and the only board layout in that is the photo:
2025-03-31 8:10 AM
Thank you for responding so swiftly.
I am indeed referencing the DB 3555 Rev2 manual, it has the diagram on page 3.
I read about the pin order and the little square on Chatgpt, so I want to double check:
Is the square indeed on all PCB's always number 1, and is number two always next to it?
You said you could tell 6 is the ground by looking at the board. Is that because of the four tiny dots around it?
Thanks!
2025-03-31 8:10 AM
In Andrew Neil's reply remove the question marks. He's exactly right.
There is a user manual:
that shows:
We built those satellite boards to fit directly onto the X-Nucleo boards.
the datasheet of the X-Nucleo board shows:
And that should make it clearer.
- john
2025-03-31 8:11 AM
I forgot to confirm, it's indeed about the part that you linked at the beginning of your message.
2025-03-31 8:43 AM
@JamesTheEighth wrote:I am indeed referencing the DB 3555 Rev2 manual, it has the diagram on page 3.
you mean this:
That's a schematic - there's nothing on that which specifies physical positioning.
Schematics are about connections - not physical layout.
They are topological - not topographical.
@JamesTheEighth wrote:Is the square indeed on all PCB's always number 1
It is a common practice.
2025-03-31 8:49 AM
@John E KVAM wrote:He's exactly right.
Thanks!
ST are by no means the only ones guilty of this - this is an all too common documentation fail.
Pin numbering needs to be explicitly and clearly defined:
2025-03-31 8:51 AM
@JamesTheEighth wrote:You said you could tell 6 is the ground by looking at the board. Is that because of the four tiny dots around it?
If you look closely, you can see that they're not just dots - they are connections to the ground plane:
2025-03-31 9:14 AM
okay that's very clear thank you
2025-03-31 9:14 AM
amazing, learned something new!