LoginSignup
0
1

More than 5 years have passed since last update.

esp8266 が 勝手にアクセスポイントモードになる

Posted at

概要

esp-8266の開発用ボードを約2ヶ月ほど温度ロガーとして運用してました。
この前からWIFIの調子がおかしいと思っていたら、
esp-8266がアクセスポイントモードになっていたようです。

運用中に自分は知らないうちにROM自体が書き換わったようです。

状況

スマホなどから、wifi確認すると"esp-****"見慣れないアクセスポイントが。。。

対応

下記のブログに詳しく書かれています。

ここのブログにあるように”WiFi.mode(WIFI_STA);”をsetup()とloop()に追記。

アクセスポイントが表示されなくなりました。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1