LoginSignup
1
0

More than 5 years have passed since last update.

Bloccom Chapter0 SetUp

Last updated at Posted at 2017-06-10

Bloccom SetUp

Bloccomは、ESP-WROOM-02という小型WiFiモジュールを使用している。そこでスケッチを行う前に、Arduino開発環境を整える。

手順

1.Arduino IDE ダウンロード

はじめに下記URLのArduinoサイトより各自のOSを選択する。
https://www.arduino.cc/en/Main/Software
ArduinoDownload.png

また、右下のJUST DOWNLOADを選択し、Arduino IDEをダウンロードする。
JustDownload.png

ダウンロードが完了し次第、Arduinoを立ち上げる。

2.ESP8266 core for Arduino インストール

次にESP8266のための開発環境を整える。下記のURLに飛び、下記画像の範囲をコピーする。
https://github.com/esp8266/Arduino
Github.png

ちなみに下記をコピーしても大丈夫!!
http://arduino.esp8266.com/stable/package_esp8266com_index.json

Arduinoを立ち上げメニューバーより、 Arduino>Preferencesを選択
Preferences.png

下記の場所に先ほどコピーしたURLを挿入し、OKを押す。
挿入.png

次に、ツール>ボード>ボードマネージャを選択。
BoardManager.png

新しいタブの右上に ESP8266 を打ち込み、インストールをする。
バージョンは最新で大丈夫なはず!!
ボードマネージャ.png

完了したら閉じるを押す。
これで、ESP8266の開発環境が整った。

3.ボードの設定

最後にボードの設定をする。
メニューバーのツール>ボード>Generic ESP8266 Moduleを選択。
Module.png

また、ツール内の全ての値が下記のようになっていることを確認する。
ボード設定.png

以上でESP8266のSetUp完了!!!

Chapter1 LED点灯に進む

1
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
1
0