1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

AKBONE2020 用の Windows ポータブル開発環境を構築する ( LGT8F328P - Arduino の設定 )

Last updated at Posted at 2021-02-14

環境

Arduino 1.8.13

ダウンロード

image.png

Windows ZIP版をダウンロードします

展開

7-zip を使って展開します。デスクトップに Arduino-portable というフォルダを作りそこに展開します。
デスクトップの Arduino-portable の中は以下のようになるようにしてください。

image.png

portable 設定

Arduino-portable に portable というフォルダを作ります。
image.png

arduino.exe をダブルクリックして実行します。

image.png

以下の表示が出たら許可をします。

image.png

Arduino IDEが起動しました

image.png

一旦 Arduino IDE を終了します。

LGT8F328P の設定

image.png

から、

「Arduino开发平台相关」
image.png

をダウンロードします。
解凍します。
image.png
解凍したものを、デスクトップの Arduino-portable の Sketchbook
に移動します。

libraries が既にあるので結合で「はい」とします。

image.png
移動した結果はこのようになります。
image.png

このようになります。

もう一度、arduino.exe を実行します。

「ツール」- 「ボード」-「Arduino AVR Boards(in sketchbook)」で、「LGT8F328P-SSOP20 MiniEVB」を選びます。
image.png

ライブラリの設定

LEDストリップのライブラリを追加します。
「ツール」-「ライブラリを管理...」でライブラリマネージャを起動、「NeoPixel」と打ち込んで「Adafruit NeoPixel」を「インストール」します。
image.png

arduino-portable 環境の完成

デスクトップにできた arduino-portable は、USBメモリなどにコピーして、USBメモリから実行することができます。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?