Browse
STMicroelectronics Community
FAQs
Sign In
Product forums
STM32 MCUs
STM32 MCUs Products
STM32 MCUs Boards and hardware tools
STM32 MCUs Software development tools
STM32 MCUs Embedded software
STM32 MCUs TouchGFX and GUI
STM32 MCUs Motor control
STM32 MCUs Security
STM32 MCUs Wireless
STM32 MPUs
STM32 MPUs Products
STM32 MPUs Boards and hardware tools
STM32 MPUs Embedded software and solutions
STM32 MPUs Software development tools
MEMS and sensors
MEMS (sensors)
Imaging (sensors)
Automotive and Transportation
Automotive MCUs
AutoDevKit Ecosystem
GNSS positioning
Edge AI
Analog and audio
Interface and connectivity ICs
Power management
ST25 NFC/RFID tags and readers
STM8 MCUs
Other: hardware
Other: software
Knowledge base
STM32 MCUs
STM32 MPUs
MEMS and sensors
Analog and audio
EMI filtering and signal conditioning
Interface and connectivity ICs
Power management
Quality & reliability
Academy
About
Community guidelines
Feedback forum
Community blog
Developer news
muratkoc_ee
Associate II
since
2018-11-22
2023-06-14
User statistics
3
Posts
0
Solutions
0
Kudos given
0
Kudos received
STMicroelectronics Community
About muratkoc_ee
Options
Report User
User Activity
Posts
Replies
Hi, Does VL53L0X have ROI unit? How do I use SPAD unit in VL53L0X? Does VL53L0X show single measurement? I want to obstacle detection at around 10 cm. If I use vl6180x, do I get the results as a nearest object? Thanks.
2018-11-22
Re: Hi, Does VL53L0X have ROI unit? How do I use SPAD unit in VL53L0X? Does VL53L0X show single measurement? I want to obstacle detection at around 10 cm. If I use vl6180x, do I get the results as a nearest object? Thanks.
2019-04-11
Thanks.
Re: vl6180x is always busy in single shot reading mode
2018-12-11
I have a problem reading /writing from vl6180x using i2c. if(HAL_I2C_Master_Transmit(&hi2c1,0x52,0x00,1,100) ==HAL_OK){ HAL_GPIO_WritePin(GPIOC, GPIO_PIN_8, GPIO_PIN_SET); HAL_Delay(10); }This don't set to GPIOC8.