#author("2018-02-04T23:37:43+09:00","","")
#author("2018-02-04T23:48:06+09:00","","")
*ARDUINO IDEのセットアップ
#contents

**IDEのインストール
>https://www.arduino.cc/en/main/software
arduino-1.8.5-windows.exe
>>C:\Apps\Arduino にインストール

**Arduino core for the ESP32  のインストール
>https://github.com/espressif/arduino-esp32
arduino-esp32-master.zip
>>[Clone or Download] をクリックし [Download ZIP]を選択
C:\Apps\Arduino\hardware フォルダに espressif\esp32 フォルダを作成
作成したフォルダ内に、ダウンロードした arduino-esp32-master.zip の arduino-esp32-master 以下を展開
C:\Apps\Arduino\hardware\espressif\esp32\tools\get.exe を管理者モードで実行
ダウンロードに少し時間がかかるが、終了するとウインドウが閉じる

**ESP32 BLE for Arduino のインストール
>https://github.com/nkolban/ESP32_BLE_Arduino/tree/master
ESP32_BLE_Arduino-master.zip
>>こちらも同じく[Clone or Download] をクリックし [Download ZIP]を選択
C:\Apps\Arduino\hardware\espressif\esp32\libraries\BLE フォルダにダウンロードした ESP32_BLE_Arduino-master.zip の
ESP32_BLE_Arduino-master以下を展開

**ターゲットボードの設定
>ARDUINO IDEを起動し、[ツール]-[ボード:]-[ESP Dev Module] を選択
[ツール]-[シリアルポート] からUSBドライバのポートを指定


トップ   差分 履歴 リロード   一覧 検索 最終更新   ヘルプ   最終更新のRSS