mirror of
https://github.com/equant/apple2idiot.git
synced 2024-11-05 17:06:34 +00:00
A general purpose ESP32 IOT board for the Apple IIe
card | ||
data | ||
media | ||
reference | ||
.gitignore | ||
apple2idiot.ino | ||
LICENSE | ||
notes.md | ||
README.md |
apple2idiot
A general purpose ESP32 IOT board for the Apple IIe
Requirements
Arduino Libraries
Instructions for installing Arduino libraries: https://www.arduino.cc/en/Guide/Libraries
Download the zips from github...
cd ~/Arduino/libraries
unzip AsyncTCP-master.zip
unzip ESPAsyncWebServer-master.zip
mv AsyncTCP-master AsyncTCP
mv ESPAsyncWebServer-master ESPAsyncWebServer
Potential requirements
For ESP32 webserver to serve static files...