Kevin (Pololu)
Kevin (Pololu)
Hi, If you're still looking for help with this, you might want to start by reading ST's application note [AN4846, "Using multiple VL53L0X in a single design"](https://www.st.com/resource/en/application_note/dm00280486-using-multiple-vl53l0x-in-a-single-design-stmicroelectronics.pdf). The general approach...
Unfortunately, the library doesn't provide a way to set cover glass calibration values and we don't have any plans to implement this feature for now. However, we'll keep this issue...
Hi, hsaturn. Thanks for sharing what you found out about this issue. Have you seen this happen when using other I2C devices with the ESP8266 or does it seem relatively...
I will try to see if I can reproduce the problem and if there is anything we can change to make it better. Checking for a divide by 0 is...
As long as we aren't checking for any timeouts longer than 65 seconds, it isn't necessary to use 32-bit arithmetic since, if we cast the result of the subtraction to...
I think you might be right about this. Have you noticed any issues with your sensor data that you think is caused by this issue? I think an easier way...
If you are still looking for help getting this to work, could you check that you have the required versions of everything installed? Unfortunately, this Python program is now quite...
Hi, can you explain what you mean by "break down"? What debug information do you see that makes you think that is happening?
Are you using our Arduino library from this repository? The variables you are watching look more like the ones from ST's VL53L1X API.
@presslab-us, thanks for the information. If you do any further troubleshooting and find out more that might help us narrow down the source of the problem, please feel free to...