apple2idiot/examples
Nathan Hendler d5e6348e38 post kansasfest 2022-07-26 09:16:40 -07:00
..
00_ram_tools-basic Refactored and organized wifi and weather examples 2022-07-16 11:02:15 -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 KFest 2022-07-22 12:44:55 -07:00
30-dnd5eapi-cc65 post kansasfest 2022-07-26 09:16:40 -07:00
defunct-explorations KFest 2022-07-22 12:44:55 -07:00
old_basic_examples KFest 2022-07-22 12:44:55 -07:00
README.md KFest 2022-07-22 12:44:55 -07:00

README.md

apple2idiot

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