0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Arduino: ESP32 Dev Module の使い方

Last updated at Posted at 2022-11-14

Ubuntu 24.04 上の Arduino IDE 2.3.2 を使いました。

ボードを ESP32 Dev Module にします。
image.png

ファイル -> スケッチ例 -> WiFi -> WiFiScan
image.png

コンパイルして、ボードにアップロードします。
image.png

ターミナルで接続します。

cu -l /dev/ttyUSB0 -s 115200

結果

$ cu -l /dev/ttyUSB0 -s 115200
Connected.
scan start
scan done
18 networks found
1: Buffalo-G-7008 (-71)*
2: rs500m-e1caa5-1 (-75)*
3: rs500m-e1caa5-2 (-76)*
4: TP-Link_E2EE (-78)*
5: C0B47DD1BB49-2G (-79)*
6: elecom2g-60f1f1 (-80)*
7: Buffalo-G-37E8 (-87)*
8: Buffalo-G-8E70 (-88)*
9: Buffalo-G-37E8-2 (-88)*
10: aterm-74d308-g (-89)*
11: Buffalo-G-8E70-WPA3 (-89)*
12: shimotsuke-wifi (-90)*
13: Extender-G-3D88 (-91)*
14: Buffalo-G-A3F8 (-91)*
15: Buffalo-G-7008 (-93)*
16: Buffalo-G-1370 (-93)*
17: ssw-wep-639639 (-94)*
18: ssw-pc-639639 (-94)*
0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?