2021-10-04 04:33 AM
I have the VL53L5CX-SATEL breakoutbord. The Sensor is working in the VL53L5CX evaluation gui with the X-NUCLEO-53L5A1 evaluation board.
I'm working in the Arduino IDE. The I2C of the VL53L5CX does not work as easy as normal I2C does.
The sensor is working with the example code in the stm32 IDE.
Thanks in advance
Lucordes
2021-10-07 05:45 AM
EDIT got it working by pulling up the PWREN line. Tho this was not written in the datasheet of the satel and if you break the boad in half as intended there is no way to connect to it, and in the datasheet there is nothing indicated.
Anyway I2C works now
2021-10-07 08:33 PM
What codes did you put in platform.c
2021-10-08 01:09 AM
The code that was already there (https://github.com/simondlevy/VL53L5/blob/main/src/st/platform.cpp) and I get the error that I cannot write to it. So wire.write returns 0. Did you change the code in platform.cpp @MDoc.1 ?