apple2idiot/examples
2022-07-18 07:21:48 -07:00
..
01_wifi_scan-basic Refactored and organized wifi and weather examples 2022-07-16 11:02:15 -07:00
15_fixed_essid_weather-arduino Context/App ISS/Weather switching example 2022-07-18 07:21:48 -07:00
15_fixed_essid_weather-basic Context/App ISS/Weather switching example 2022-07-18 07:21:48 -07:00
15_fixed_essid_weather-cc65 Context/App ISS/Weather switching example 2022-07-18 07:21:48 -07:00
20-multiapp-arduino Context/App ISS/Weather switching example 2022-07-18 07:21:48 -07:00
00_ram_tools-basic Refactored and organized wifi and weather examples 2022-07-16 11:02:15 -07:00
cc65-Chess triploid update 2022-02-19 15:45:52 -07:00
defunct-explorations reorganizing the examples dir structure 2021-12-27 12:41:59 -07:00
old_basic_examples Refactored and organized wifi and weather examples 2022-07-16 11:02:15 -07:00
template reorganized repo 2022-07-12 17:24:57 -07:00
README.md Improved several readme files 2021-09-21 12:57:36 -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...