A general purpose ESP32 IOT board for the Apple IIe
Go to file
2021-08-25 11:24:01 -07:00
card bottle house work 2021-08-25 11:24:01 -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
old bottle house work 2021-08-25 11:24:01 -07:00
reference Parts notes, datasheets, etc 2021-07-16 20:45:45 -07:00
.gitignore dunno 2021-06-30 19:44:01 -07:00
apple2idiot.ino bottle house work 2021-08-25 11:24:01 -07:00
LICENSE Initial commit 2021-06-30 14:40:07 -07:00
notes.md bottle house work 2021-08-25 11:24:01 -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...