この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
ja:tutorials:plen2:firmware [2016/03/15 05:14] 127.0.0.1 外部編集 |
ja:tutorials:plen2:firmware [2016/12/05 05:06] (現在) Guvalif |
||
---|---|---|---|
ライン 16: | ライン 16: | ||
===== Preliminary Arrangements ===== | ===== Preliminary Arrangements ===== | ||
- | PLEN2のファームウェアを書き込むためには、Arduino IDE **ver.1.6.0以降**が必要です。 | + | PLEN2のファームウェアを書き込むためには、[[https://www.arduino.cc/en/Main/Software|Arduino IDE]] (**arduino.cc**作成のもの) **ver.1.6.0以降**が必要です。 |
事前にダウンロード,およびインストールをお願いいたします。 | 事前にダウンロード,およびインストールをお願いいたします。 | ||
+ | |||
+ | ==== How to Download the Arduino IDE ==== | ||
+ | Arduino IDEのダウンロードページへアクセスし、お使いの環境を選択します。 | ||
+ | |||
+ | {{:tutorials:plen2:firmware:00_choose_f.png?direct}} | ||
+ | |||
+ | |||
+ | **"JUST DOWNLOAD"**と書かれた部分をクリックします。(寄付は任意のため、選択不要です。) | ||
+ | |||
+ | {{:tutorials:plen2:firmware:00_download_f.png?direct}} | ||
+ | |||
===== Installation Procedure ===== | ===== Installation Procedure ===== | ||
- | [[https://github.com/plenproject/PLEN2|"PLEN2"]]リポジトリをダウンロードします。 | + | [[https://github.com/plenprojectcompany/PLEN2|"PLEN2"]]リポジトリをダウンロードします。 |
{{:tutorials:plen2:firmware:01_download_f.png?direct}} | {{:tutorials:plen2:firmware:01_download_f.png?direct}} | ||
ライン 44: | ライン 55: | ||
{{:tutorials:plen2:firmware:05_upload_f.png?direct}} | {{:tutorials:plen2:firmware:05_upload_f.png?direct}} | ||
+ | |||
+ | ===== Tips ===== | ||
+ | もしファームウェアをPLEN1.4またはPLEN2 developer editionにインストールしたい場合、 | ||
+ | 下記の解説を参考にコードを少し編集する必要があります。 | ||
+ | |||
+ | また作業に入る前に、//[[https://github.com/plenprojectcompany/plen-Firmware_Arduino/blob/master/firmware/BuildConfig.h|BuildConfig.h]]// | ||
+ | を開いておいてください。 | ||
+ | |||
+ | ==== How to Apply the Firmware to PLEN1.4 ==== | ||
+ | PLEN1.4にファームウェアを適用するにあたり、 | ||
+ | [[https://github.com/plenprojectcompany/plen-Firmware_Arduino/blob/master/firmware/BuildConfig.h#L21|第21行]]と | ||
+ | [[https://github.com/plenprojectcompany/plen-Firmware_Arduino/blob/master/firmware/BuildConfig.h#L30|第30行]]を | ||
+ | 編集する必要があります。 | ||
+ | |||
+ | {{:tutorials:plen2:firmware:02.5_edit_f.png?direct}} | ||
+ | |||
+ | ==== How to Apply the Firmware to Developer Edition ==== | ||
+ | PLEN2 developer editionにファームウェアを適用するにあたり、 | ||
+ | [[https://github.com/plenprojectcompany/plen-Firmware_Arduino/blob/master/firmware/BuildConfig.h#L38|第38行]]を | ||
+ | 編集する必要があります。 | ||
+ | |||
+ | {{:tutorials:plen2:firmware:02.5_edit_developer_f.png?direct}} | ||
---- | ---- | ||
Next > [[battery]] | Next > [[battery]] |