apple2idiot/examples
2021-09-16 17:02:19 -07:00
..
foo Rev 0.2 card changes, and staging a cc65 weather repo 2021-09-16 16:59:16 -07:00
ntp_prodos_clock_driver/asm Rev 0.2 card changes, and staging a cc65 weather repo 2021-09-16 16:59:16 -07:00
rot13 Cleaned up rot13 example, and misc catchup from laptop 2021-08-31 14:05:15 -07:00
slack oops 2021-09-11 18:11:05 -07:00
template Low level ESP ram functions into Apple2Idiot arduino library 2021-09-03 20:12:18 -07:00
weather merge troubles 2021-09-16 17:02:19 -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...