Navigation

    • Login
    • Search
    • 版块
    • 产品
    • 教程
    • 论坛
    • 淘宝
    1. Home
    2. qmws
    Q
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    • mipush

    qmws

    @qmws

    0
    Reputation
    4
    Posts
    14
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online

    qmws Follow

    Posts made by qmws

    • RE: 使用TOF光学测距模块出现错误(OSError: [Errno 19] ENODEV或错误110)

      @kidswong999 错误110和19是一样的对吧,今天我重新焊了一下,又一直出现错误110

      posted in OpenMV Cam
      Q
      qmws
    • RE: 使用TOF光学测距模块出现错误(OSError: [Errno 19] ENODEV或错误110)

      @kidswong999 但是现在急用,没时间返修了,可不可以请问一下焊接引脚有什么注意事项,感觉焊接过程中并没有对板子造成伤害

      posted in OpenMV Cam
      Q
      qmws
    • RE: 使用TOF光学测距模块出现错误(OSError: [Errno 19] ENODEV或错误110)

      0_1655728535835_微信图片_20220620203426.jpg 0_1655728541039_微信图片_20220620203430.jpg !0_1655728569538_微信图片_20220620203434.jpg 0_1655728573239_微信图片_20220620203438.jpg 0_1655728576311_微信图片_20220620203440.jpg

      posted in OpenMV Cam
      Q
      qmws
    • 使用TOF光学测距模块出现错误(OSError: [Errno 19] ENODEV或错误110)

      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)0_1655726216520_13febb6d6fa8407a1cfe1691edf2241.jpg 4_1655726224159_f08ac4eca00ead1cc289842c797f0a3.jpg 3_1655726224159_c35bba5bde6174eabdc8edc3c9da4ba.jpg 2_1655726224159_b0bbcd4fcc72f8f335e507346f67d5f.jpg 1_1655726224159_73118846a05715a355efdf4b090ca7f.jpg 0_1655726224158_369ad944ab6a2924a1fb46885c48051.jpg

      Traceback (most recent call last): File "", line 6, in File "vl53l1x.py", line 100, in init File "vl53l1x.py", line 124, in reset File "vl53l1x.py", line 113, in writeReg OSError: [Errno 19] ENODEV MicroPython: v1.18-omv-r6 OpenMV: v4.3.1 HAL: v1.9.0 BOARD: OPENMV4P-STM32H743 Type "help()" for more information.

      posted in OpenMV Cam
      Q
      qmws