apple2idiot/examples
2021-09-21 12:29:28 -07:00
..
ESP_filesystem_data repo structure cleanup 2021-09-16 17:10:22 -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 cc65 weather example working 2021-09-21 12:26:45 -07:00
slack Example basic programs added to repo 2021-09-19 10:47:33 -07:00
template Low level ESP ram functions into Apple2Idiot arduino library 2021-09-03 20:12:18 -07:00
weather Changing to use NULL terminated strings 2021-09-21 12:29:28 -07:00
wifi_scan Example basic programs added to repo 2021-09-19 10:47:33 -07:00
README.md README was out of date 2021-09-03 20:14:01 -07:00
RRAM.BAS Example basic programs added to repo 2021-09-19 10:47:33 -07:00
STRREAD.SUB.BAS Example basic programs added to repo 2021-09-19 10:47:33 -07:00
STRWRITE.SUB.BAS Example basic programs added to repo 2021-09-19 10:47:33 -07:00
WRAM.BAS Example basic programs added to repo 2021-09-19 10:47:33 -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...