apple2idiot/examples
2021-09-11 17:16:35 -07:00
..
foo Beginnings of a slack example. 2021-09-11 16:48:28 -07:00
rot13 Cleaned up rot13 example, and misc catchup from laptop 2021-08-31 14:05:15 -07:00
slack Beginnings of a slack example. 2021-09-11 17:16:35 -07:00
template Low level ESP ram functions into Apple2Idiot arduino library 2021-09-03 20:12:18 -07:00
weather Beginnings of a slack example. 2021-09-11 16:48:28 -07:00
wifi_scan Beginnings of a slack example. 2021-09-11 16:48:28 -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...