openmv官方的wifi模块为什么会初始化失败
-
OSError: failed to init WINC1 500 module ок
# Scan Example # # This example shows how to scan for networks with the WiFi shield. import time, network wlan = network.WINC() print("\nFirmware version:", wlan.fw_version()) while (True): scan_result = wlan.scan() for ap in scan_result: print("Channel:%d RSSI:%d Auth:%d BSSID:%s SSID:%s"%(ap)) print() time.sleep(1000)
-
此回复已被删除!
-
https://singtown.com/learn/49596/
我估计是插针接触不好,我建议找售后。