From 157dc0e6cf4f879c20e11a081c8eb6bc46ef185a Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Sun, 20 Jul 2025 19:37:17 +0200 Subject: [PATCH] Fix: Add ESP32 Doc --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 73638f9..489f0df 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,16 @@ end ExtAPIs -.-> NominatimAPI ExtAPIs -.-> ResRobotAPI ``` + +# ESP32 configuration and building +image + +Best way of getting the ESP32 ready for code upload is to follow this guide [https://web.archive.org/web/20250706150325/https://www.waveshare.com/wiki/E-Paper_ESP32_Driver_Board] (WAVESHARE ESP32 GUIDE). +Once you have it ready so you can upload code to it copy my code in: Esp32_Code/INFOSCREEN_WITH_INTERVAL from this repo. + +Install following libraries (if more is needed search for them and install them too): +* ArduinoJson +* GUI_Paint +* JPEGDEC + +You need the Waveshare examples installed since it uses code from them. See above link to find the download.