1
0
mirror of https://github.com/equant/apple2idiot.git synced 2024-06-28 09:53:34 +00:00
A general purpose ESP32 IOT board for the Apple IIe
Go to file
2021-07-31 11:01:54 -07:00
card ESP w/ webserver writes to RAM 2021-07-31 11:01:54 -07:00
data ESP w/ webserver writes to RAM 2021-07-31 11:01:54 -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 dunno 2021-06-30 19:44:01 -07:00
apple2idiot.ino ESP w/ webserver writes to RAM 2021-07-31 11:01:54 -07:00
LICENSE Initial commit 2021-06-30 14:40:07 -07:00
notes.md ESP w/ webserver writes to RAM 2021-07-31 11:01:54 -07:00
README.md ESP w/ webserver writes to RAM 2021-07-31 11:01:54 -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...