Arduino 官網 https://www.arduino.cc/en/Guide/PortableIDE
1. download ZIP filehttps://www.arduino.cc/en/donate/
2.
Open the extracted folder and in its root create a new directory called portable, alongside the others;
portable>
portable>packages
portable>sketchbook>libraries
portable>staging
3. From now on all the sketches, libraries and additional cores will be installed in the portable folder.
You can copy the whole main folder and bring it with you anywhere you want: it will retain all your preferences, libraries, cores and sketches.
若從未安裝
[偏好設定 ]
1.
要設開發板管理網址 加上下列網址
https://dl.espressif.com/dl/package_esp32_index.json,http://arduino.esp8266.com/stable/package_esp8266com_index.json
2.
sketchbooks
選 C:\Users\..Downloads\arduino-1.8.15\portable\packages\esp32
[設定ESP32]
1. 工具 > 開發板選 Arduino UNO
2. 工具 > 開發板選 開發板管理員> 搜尋 ESP32> 安裝 ESP32
3. 工具 > upload speed > 115200
4. 工具 > choice com port
[以系統管理員執行 Arduino]
存檔 or 新增Sketch
便會存在portable\packages\esp32目錄下
PS C:\Users\李明智\Downloads\arduino-1.8.15Portable-arduino15\arduino-1.8.15\Arduino15\packages\esp32
==================================================
http://www.circuitguru.co.uk/教學-portable-arduino-installation/
?
https://forum.arduino.cc/index.php?topic=636156.0
Discuz
https://forum.arduino.cc/index.php?topic=636156.0
”
There is a new feature which will somewhat address this issue. It is the addition of a "recently used boards section, which is always at the top of the Tools > Board menu. This is already available in the beta build of the Arduino IDE:
https://www.arduino.cc/en/Main/Software#beta
“
Download Arduino portable版本
https://sourceforge.net/projects/arduino-portable/
ArduinoPortable直接啟動有錯誤
直接到APP>>arduino>examples>選取範例 INO檔
(如範例Button.ino)
可帶動arduino程式及範例
另外可將 Button.ino按右鍵 傳送捷徑到桌面
再將捷徑 複製到想放的目錄 代替啟動程式
&
有 openoffice, chrome, Xammp, 7Zip, Putty(telnet)...
yh96301/blog/PortableApps.com+Platform+10.0 PortableApp教學
初步看起來___ 其實就是下載 備份 另建一個portable目錄吧!!!
1. Arduino 官網 下載 Windows zip file for non admin intall
2. 解壓縮到 C: arduino 新建一個目錄 clean , arduin0-1.8.9 & arduino-1.8.9-TG
(下面 有C: /arduino/clean/arduino-1.8.9-windows/ arduino1.8.9)
3. 再在C: /arduino/clean/arduino-1.8.9-windows/ arduino1.8.9下, 新建一個 portable 目錄
這個portable dir 可放置一份 aruino ide備份
copy C: /arduino/clean/arduino-1.8.9-windows/ arduino1.8.9/portable dir
to C: /arduino/arduino-1.8.9-TG dir
--------------------------------------------------------------------------------------------------