apple2idiot/examples/README.md
2021-09-21 12:57:36 -07:00

763 B

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...