Arduino ESP-32
&
EForth Install
🙜
January 9, 2021
Arduino Download
🙜
https://www.arduino.cc/en/software
• Linux
• zip file
• Windows
• Early Windows - zip file
• Most - .exe Installer
• Win8/10 - Store (or above)
• OSX
• .dmg
File > Preferences > Additional Boards URL
🙜
https://dl.espressif.com/dl/package_esp32_index.json
http://arduino.esp8266.com/stable/package_esp8266com_index.json
Install esp32
by Espressif Systems
EForth Download
🙜
https://eforth.appspot.com/
Board Config
🙜
• Select Port - COM3 etc.
• Select Board - ESP32 Dev Board
• Partition Scheme - Default 4MB with spiffs
(1.2MB APP/1.5MB SPIFFS)
Web UI
🙜
• z" NETWORK-NAME" z" PASSWORD" wifi
• serve
• z" NETWORK-NAME" z" PASSWORD" webui
Autoexec
🙜
• r| z" NETWORK-NAME" z" PASSWORD" webui| s" /spiffs/autoexec.fs" dump-file
• include /spiffs/autoexec.fs
• s" /spiffs/autoexec.fs" delete-file
QUESTIONS?
⚘
thank you!