apple2idiot/examples
2021-10-03 09:30:17 -07:00
..
chess ESP Chess code ready for Apple II software dev. 2021-10-03 09:30:17 -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 Regression of ESP32 slack code due to memory corruption. Try again later. On to chess! 2021-09-28 21:43:23 -07:00
template Low level ESP ram functions into Apple2Idiot arduino library 2021-09-03 20:12:18 -07:00
weather Update README.md 2021-09-21 12:59:54 -07:00
wifi_scan Example basic programs added to repo 2021-09-19 10:47:33 -07:00
README.md Improved several readme files 2021-09-21 12:57:36 -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

The best example at the moment is weather/.

Potential requirements

Some of these examples require things. Here are some notes I've been taking...

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

For ESP32 webserver to serve static files...