windows:arduino_ide

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:arduino_ide [2022/01/16 08:26] – [ビルドの高速化] ともやんwindows:arduino_ide [2022/02/06 00:41] (現在) ともやん
行 7: 行 7:
  
 ===== インストール ===== ===== インストール =====
 +<WRAP prewrap 100%>
 [[:windows:scoop|Scoop]] によるインストール\\ [[:windows:scoop|Scoop]] によるインストール\\
 **extras バケットの追加**\\ **extras バケットの追加**\\
-<WRAP prewrap 100% color_term>+<WRAP color_term>
 <WRAP color_command><code powershell> <WRAP color_command><code powershell>
 $ scoop bucket add extras $ scoop bucket add extras
 </code></WRAP> </code></WRAP>
-<WRAP prewrap 100% color_result><code>+<WRAP color_result><html><pre>
 Checking repo... ok Checking repo... ok
-The extras bucket was added successfully. +<b class=GRN>The extras bucket was added successfully.</b> 
-</code></WRAP>+</pre></html></WRAP>
 </WRAP> </WRAP>
  
 **Arduino IDE のインストール**\\ **Arduino IDE のインストール**\\
-<WRAP prewrap 100% color_term>+<WRAP color_term>
 <WRAP color_command><code powershell> <WRAP color_command><code powershell>
 $ scoop install arduino $ scoop install arduino
 </code></WRAP> </code></WRAP>
-<WRAP prewrap 100% color_result><html><pre>+<WRAP color_result><html><pre>
 Installing 'arduino' (1.8.19) [64bit] Installing 'arduino' (1.8.19) [64bit]
 arduino-1.8.19-windows.zip (200.9 MB) [=======================================================================] 100% arduino-1.8.19-windows.zip (200.9 MB) [=======================================================================] 100%
行 40: 行 41:
 <b class=GRN>'arduino' (1.8.19) was installed successfully!</b> <b class=GRN>'arduino' (1.8.19) was installed successfully!</b>
 </pre></html></WRAP> </pre></html></WRAP>
 +</WRAP>
 +
 </WRAP> </WRAP>
  
 ==== ダウンロードする場合 ==== ==== ダウンロードする場合 ====
 +<WRAP prewrap 100%>
 +
 最新の安定バージョンは、こちらで調べてダウンロードする。\\ 最新の安定バージョンは、こちらで調べてダウンロードする。\\
 [[https://www.arduino.cc/en/software|Software - arduino.cc]]\\ [[https://www.arduino.cc/en/software|Software - arduino.cc]]\\
行 107: 行 112:
 Compressed: 210670368 Compressed: 210670368
 </code></WRAP> </code></WRAP>
 +</WRAP>
 +
 </WRAP> </WRAP>
  
行 140: 行 147:
  
 ==== 動作確認 ==== ==== 動作確認 ====
 +<WRAP prewrap 100%>
 メニュー [スケッチ] - [検証・コンパイル] を実行する。\\ メニュー [スケッチ] - [検証・コンパイル] を実行する。\\
 {{:windows:arduino_ide_windows_006.png?800|Arduino IDE - 検証・コンパイル}}\\ {{:windows:arduino_ide_windows_006.png?800|Arduino IDE - 検証・コンパイル}}\\
-<WRAP prewrap 100% color_term>+<WRAP color_term>
 <WRAP color_result_long><html><pre> <WRAP color_result_long><html><pre>
 Arduino:1.8.19 (Windows 10), ボード:"ESP32 Dev Module, Disabled, Default 4MB with ffat (1.2MB APP/1.5MB FATFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None" Arduino:1.8.19 (Windows 10), ボード:"ESP32 Dev Module, Disabled, Default 4MB with ffat (1.2MB APP/1.5MB FATFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None"
- 
- 
- 
- 
  
  
行 193: 行 197:
 </WRAP> </WRAP>
  
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 メニュー [ファイル] - [環境設定] を開いて「より詳細な情報を表示する」の「コンパイル」のチェックボックスをオンにして再度コンパイルする。\\ メニュー [ファイル] - [環境設定] を開いて「より詳細な情報を表示する」の「コンパイル」のチェックボックスをオンにして再度コンパイルする。\\
 |{{:windows:arduino_ide_windows_007.png?400|Arduino IDE - 環境設定}}|{{:windows:arduino_ide_windows_008.png?400|Arduino IDE - 検証・コンパイル2}}| |{{:windows:arduino_ide_windows_007.png?400|Arduino IDE - 環境設定}}|{{:windows:arduino_ide_windows_008.png?400|Arduino IDE - 検証・コンパイル2}}|
-<WRAP prewrap 100% color_term>+<WRAP color_term>
 <WRAP color_result_long><html><pre> <WRAP color_result_long><html><pre>
 Arduino:1.8.19 (Windows 10), ボード:"ESP32 Dev Module, Disabled, Default 4MB with ffat (1.2MB APP/1.5MB FATFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None" Arduino:1.8.19 (Windows 10), ボード:"ESP32 Dev Module, Disabled, Default 4MB with ffat (1.2MB APP/1.5MB FATFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None"
- 
- 
- 
- 
  
  
行 301: 行 304:
 ボードESP32 Dev Moduleに対するコンパイル時にエラーが発生しました。</b> ボードESP32 Dev Moduleに対するコンパイル時にエラーが発生しました。</b>
 </pre></html></WRAP> </pre></html></WRAP>
 +</WRAP>
 +
 </WRAP> </WRAP>
  
 === ビルドエラーの修正 (fatal error: 致命的なエラー) === === ビルドエラーの修正 (fatal error: 致命的なエラー) ===
 +<WRAP prewrap 100%>
 警告は無視できます🤤\\ 警告は無視できます🤤\\
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
行 340: 行 346:
 </code> </code>
  
-<WRAP prewrap 100% color_term>+<WRAP color_term>
 <WRAP color_result_long><html><pre> <WRAP color_result_long><html><pre>
 Arduino:1.8.19 (Windows 10), ボード:"ESP32 Dev Module, Disabled, Default 4MB with ffat (1.2MB APP/1.5MB FATFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None" Arduino:1.8.19 (Windows 10), ボード:"ESP32 Dev Module, Disabled, Default 4MB with ffat (1.2MB APP/1.5MB FATFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None"
- 
- 
- 
- 
  
  
行 639: 行 641:
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
 +
 +</WRAP>
 +
  
  • windows/arduino_ide.1642289209.txt.gz
  • 最終更新: 2022/01/16 08:26
  • by ともやん