Hi,The offset calibration needs a fix target as reference, during real life usage, you can't know the target real distance, so it's not possible to do auto offset calibration in real time.And after sensor reboot, the sensor will load default offset v...
Hi Glad to hear you have generated the negative pulse, if the system still doesn't work, please checks the RST requirement of ESP8266. maybe this chip need long time low status for RST pin. BrZhiyuan.Han
HiVL53L0X interrupt pin is open drain structure, in theory it should be same with your manual switch setup.May I know you pull-up resistor value for both VL53L0X interrupt pin and your manually operated switch?And I suggest you check input(A) and out...
Hi This is interesting use case, for glass guide, normally we should use the flat cover glass and put is in parallel with TOF sensor top surface. for the cover glass itself, it needs high transmittance and low haze value at 940nm. For your use case, ...
HiSeeing the example code is writing 0x8000 a big size FW, you can split to two 0x4000 block size writing. this is just split writing to two times, the total time will be not reduced. Original code// status |= WrMulti(&(p_dev->platform),0, (uint8_t...