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?

Qiita×Findy記事投稿キャンペーン 「自分のエンジニアとしてのキャリアを振り返ろう!」

ESP32-S3-DevKitCのUSBポートを使用してプログラムを書き込んでみた

Last updated at Posted at 2024-02-25

いつもESP32-S3-DevKitCの使用する場合は、
UARTポートを使用してプログラムの書き込みを行っていたのですが
今回はUSBポートで書き込みをしたので記録します。
image.png

1、以下のサイトにアクセスします。
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/windows-setup.html#get-started-windows-tools-installer

2、インストーラーをダウンロードします。
image.png
image.png

3、ドライバーのみインストールします。
image.png

以上でドライバのインストールは完了です。

あとはarduinoでBlinkを書き込んでみます。
書き込み設定は以下です。

今回はCOM7に設定されたようです。
image.png

これでESP32のLEDが点滅すれば正常に完了です。

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?