VL53L5CX under Micropython
Hi,Is there a way to interface VL53L5CX SATEL connected to a STM32F767ZI under micropython ?Thx
Discuss applications using ST FlightSense Time-of-Flight sensors, ST BrightSense CMOS image sensors, and ambiant light sensors (ALS) technology. Find answers to your questions on troubleshooting, data accuracy, optimizing communication and more.
Hi,Is there a way to interface VL53L5CX SATEL connected to a STM32F767ZI under micropython ?Thx
For the VL53L4CD,Is there a default ranging frequency that can be set to the highest ranging frequency of 100Hz?How to set ?
Hi...how are you ...I made aproject using vl6180x with esp8266 nodemcu v3 ....sometimes the power reached it and worked and other times the power didnot reach it and in that time i have to unplug and replug the esp to the pc port or reset the esp unt...
The VL53L0X sensor chips (33 of them) i bought from Digikey isn't working in my PCBA. I tried to use sensor from the module which i purchased early on is working fine in my PCBA & shows distance readings. I suspect the batch had manufacturing defects...
Hello,I evaluated the VL53L5CX and it works pretty well. Unfortunately I cannot use it in my application because it has a RAM based firmware (flash memory consumption and maybe boot time also).1) Is there a way to easily find out which of the sensors...
Hello all, We will probably need to go for custom cover panels for our sensors, however, we could not find a clear list of requirements to follow.Material: The product's datasheet (DS13812 - Rev 6) states that "the VL53L4CD achieves the best ranging ...
HI,The driver file I downloaded from the official website is version 1.2.8.(stsw-img029)But when I downloaded the Demo(X-CUBE-TOF1), I found that it uses version 1.2.10.Should I use the latest one? Thanks
Hello all, We have multiple VL6180 sensors on a common IIC bus.Upon system start up, we are enabling one sensor via its GPIO0 / CE pin, initialising it, changing its IIC address, disabling it, and repeating these steps for all sensors on the IIC bus....
I am attempting to connect the satel-vl53l8a to the Nordic Semiconductor nRF5340 using the I2C protocol, but I am not receiving any acknowledgment (ACK). I have followed the wiring diagrams provided in this document: AN5945. Additionally, I have capt...
I'm having a bit of trouble talking to the VL53L5Cx... I'm appearing to download firmware ok, by all accolunts vl53l5cx_init() is returning with VL53L5CX_STATUS_OK and vl53l5cx_start_ranging() likewise. However, the response on the I2C bus to vl53l5c...