windows:arduino_ide

文書の過去の版を表示しています。


Arduino IDE (Windows)

Scoop によるインストール
extras バケットの追加

$ scoop bucket add extras
Checking repo... ok
The extras bucket was added successfully.

Arduino IDE のインストール

$ scoop install arduino

Installing 'arduino' (1.8.19) [64bit]
arduino-1.8.19-windows.zip (200.9 MB) [=======================================================================] 100%
Checking hash of arduino-1.8.19-windows.zip ... ok.
Extracting arduino-1.8.19-windows.zip ... done.
Running pre-install script...
Linking ~\scoop\apps\arduino\current => ~\scoop\apps\arduino\1.8.19
Creating shim for 'arduino'.
Creating shortcut for Arduino (arduino.exe)
Persisting portable
Persisting hardware\platform.local.txt
Persisting hardware\arduino\avr\platform.local.txt
Persisting hardware\arduino\avr\boards.local.txt
Running post-install script...
'arduino' (1.8.19) was installed successfully!

最新の安定バージョンは、こちらで調べてダウンロードする。
Software - arduino.cc

$ cd ~/work
$ curl -O https://downloads.arduino.cc/arduino-1.8.19-windows.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.

curl: (60) SSL certificate problem: unable to get local issuer certificate エラーでダウンロードできない場合は -k オプションを追加してダウンロードする。

$ curl -kO https://downloads.arduino.cc/arduino-1.8.19-windows.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  200M  100  200M    0     0  2522k      0  0:01:21  0:01:21 --:--:-- 1315k
$ 7z x arduino-1.8.19-windows.zip
7-Zip 21.07 (x64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-12-26

Scanning the drive for archives:
1 file, 210670368 bytes (201 MiB)

Extracting archive: arduino-1.8.19-windows.zip
--
Path = arduino-1.8.19-windows.zip
Type = zip
Physical Size = 210670368

Everything is Ok

Folders: 844
Files: 3864
Size:       565801943
Compressed: 210670368
  • windows/arduino_ide.1641776401.txt.gz
  • 最終更新: 2022/01/10 10:00
  • by ともやん