ESP8266 wifi OSError

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
windy_star
Posts: 1
Joined: Mon Sep 16, 2019 1:26 am

ESP8266 wifi OSError

Post by windy_star » Mon Sep 16, 2019 4:05 pm

>>>import network
>>> sta_if=network.WLAN(network.STA_IF)
>>> sta_if.active(1)
>>> sta_if.scan()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: scan failed

tehfink
Posts: 5
Joined: Sun Aug 23, 2015 1:54 am

Re: ESP8266 wifi OSError

Post by tehfink » Sat Jun 13, 2020 4:45 pm

Did you ever figure this out? Getting the same error on a fresh install of esp8266-20191220-v1.12

Post Reply