apple2idiot/examples
Nathanial Hendler 35d597c368 nonsense
2021-09-03 20:42:11 -07:00
..
foo Low level ESP ram functions into Apple2Idiot arduino library 2021-09-03 20:12:18 -07:00
rot13 Cleaned up rot13 example, and misc catchup from laptop 2021-08-31 14:05:15 -07:00
template Low level ESP ram functions into Apple2Idiot arduino library 2021-09-03 20:12:18 -07:00
weather Low level ESP ram functions into Apple2Idiot arduino library 2021-09-03 20:12:18 -07:00
wifi_scan nonsense 2021-09-03 20:42:11 -07:00
README.md README was out of date 2021-09-03 20:14:01 -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...