A general purpose ESP32 IOT board for the Apple IIe
Go to file
2021-08-18 17:08:46 -07:00
card going to silver city 2021-08-18 17:08:46 -07:00
data going to silver city 2021-08-18 17:08:46 -07:00
media ESP w/ webserver writes to RAM 2021-07-31 11:01:54 -07:00
reference Parts notes, datasheets, etc 2021-07-16 20:45:45 -07:00
.gitignore
apple2idiot.ino going to silver city 2021-08-18 17:08:46 -07:00
LICENSE
notes.md going to silver city 2021-08-18 17:08:46 -07:00
README.md going to silver city 2021-08-18 17:08:46 -07:00

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...