Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我只是使用测距拓展板,看看TOF的准确度怎么样,为什么老是报这个错误,连接是没有问题的,先是有数据然后就报错
from machine import I2C from vl53l1x import VL53L1X import time i2c = I2C(2) distance = VL53L1X(i2c) while True: print("range: mm ", distance.read()) time.sleep_ms(50)
OpenMV是否焊接了插针。