mirror of
https://github.com/equant/apple2idiot.git
synced 2024-11-05 01:07:26 +00:00
.. | ||
00_ram_tools-basic | ||
01_wifi_scan-basic | ||
15_fixed_essid_weather-arduino | ||
15_fixed_essid_weather-basic | ||
15_fixed_essid_weather-cc65 | ||
20-multiapp-arduino | ||
30-dnd5eapi-cc65 | ||
defunct-explorations | ||
old_basic_examples | ||
README.md |
apple2idiot
Potential requirements
Some of these examples require things. Here are some notes I've been taking...
Arduino Libraries
- https://github.com/me-no-dev/ESPAsyncWebServer
- https://github.com/me-no-dev/AsyncTCP
- ArduinoJSON by Benoit Blanchon
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...