Chromebook で Arduino IDE を使う
1662 ワード
Chromebook で Arduino IDE を使う方法です。
Asus C434TA で確認しました。
1) ダウンロード
arduino-1.8.15-linux64.tar.xz
をダウンロードします。
2)解凍
tar Jxfv arduino-1.8.15-linux64.tar.xz
3)インストール
./install.sh
エラーメッセージが出たら
sudo chmod 777 /usr/local/bin
もう一度、インストールコマンドを実行
./install.sh
4)実行
arduino
エラーメッセージ
Serial port not selected
次のコマンドを実行
sudo usermod -a -G dialout uchida
USBケーブルで ArduinoUno と接続したところ
Author And Source
この問題について(Chromebook で Arduino IDE を使う), 我々は、より多くの情報をここで見つけました https://qiita.com/ekzemplaro/items/93c58b6ebe33e49ecbbc著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .