# 概要

##### Arduino開発&amp;Lチカ

<span style="color: rgb(224, 62, 45);">**<span style="font-family: 'Hiragino Kaku Gothic ProN'; font-size: small;">【古い-転載記事】</span>**</span>

『ESP32-DevKitC のArduino開発環境インストールとLチカ実行』

この文書は次のコミュニテイのために作成しました。  
ESP32関連のArduino開発環境はネット上に多々公開されているので、新しく作成する必要もないのですが広島で開催するハードウエアのコミュニテイ用に作成しました。

Solid State Science Hiroshima  
ハードウェア勉強会 <span style="color: rgb(224, 62, 45);">**注意**</span>: 現在は活動終了(2026年4月22日)

作成日時 2018-06-23 17:38 更新日時 2018-06-25 10:33

---

- [Solid State Science Hiroshima #2](https://connpass.com/event/91941/)

更新日時 2018-06-23 19:01

---

##### ESP32開発元

[https://www.espressif.com](https://www.espressif.com)

[![1529743511.png](https://book.a10-objects.jp/uploads/images/gallery/2026-04/scaled-1680-/1529743511.png)](https://book.a10-objects.jp/uploads/images/gallery/2026-04/1529743511.png)

ESP32-DevKitC  
[https://www.espressif.com/en/products/hardware/esp32-devkitc/overview](https://www.espressif.com/en/products/hardware/esp32-devkitc/overview "https://www.espressif.com/en/products/hardware/esp32-devkitc/overview")

ESP32-DevKitC V4 Getting Started Guide  
[http://esp-idf.readthedocs.io/en/latest/get-started/get-started-devkitc.html](http://esp-idf.readthedocs.io/en/latest/get-started/get-started-devkitc.html "http://esp-idf.readthedocs.io/en/latest/get-started/get-started-devkitc.html")

Arduino with ESP32  
[https://github.com/espressif/arduino-esp32](https://github.com/espressif/arduino-esp32 "https://github.com/espressif/arduino-esp32")

ESP32の開発ボードの例(秋月電子通商)  
[http://akizukidenshi.com/catalog/g/gM-11819/](http://akizukidenshi.com/catalog/g/gM-11819/ "http://akizukidenshi.com/catalog/g/gM-11819/")

---

ESP32-DevKitC (ESP-WROOM-32 )をArduino開発環境で開発するためのインストールとLチカまでの手順です。基本的にmacOSとWinでは同一の手順でインストールできます。

1. 開発環境のダウンロード
2. ESP32-DevKitC用のシリアルドライバーをダウンロード
3. 開発環境(Arduino)のインストール
4. ESP32-DevKitC用のドライバーをインストール
5. EPS32関連のArduino環境をインストール
6. Lチカ配線
7. プログラム&amp;実行  
    macOS 10.13  
    Arduino 1.8.5

<div class="j-module n j-text " id="bkmrk--4"></div><div class="j-module n j-hr " id="bkmrk--5"></div>