Updated Connection (markdown)
@@ -4,7 +4,7 @@ Make sure you connect the ESP32 and the EINK screen like this:
|
||||
|
||||
<img width="600" height="450" alt="image" src="https://github.com/user-attachments/assets/f83f1f9f-534c-4aee-aa22-2572b7849027" />
|
||||
|
||||
Before pasting my code into the Arduino IDE and programming it.
|
||||
Pasting my code into the Arduino IDE from the link below:
|
||||
|
||||
[Esp32_Code](https://github.com/Myxelium/Wireless_Eink_HomeScreen/tree/master/Esp32_Code/INFOSCREEN_WITH_INTERVAL/INFOSCREEN_WITH_INTERVAL.ino)
|
||||
|
||||
@@ -18,5 +18,9 @@ const char* password = "x"; Wifi Password
|
||||
// API endpoints
|
||||
const char* connectionInformation = "http://x/home/configuration"; // Replace x with the HomeApi ip address (not localhost)
|
||||
```
|
||||
In the top menu bar inside Arduino IDE, click: Tools -> Manage Libraries -> Search for following libraries and install them:
|
||||
* ArduinoJson
|
||||
* GUI_Paint
|
||||
* JPEGDEC
|
||||
|
||||
Then you should be all set for clicking on the upload button in the Arduino IDE. If you have the HomeApi started and configured, it should now show a image of the weather.
|
||||
Then you should be all set for clicking on the upload button in the Arduino IDE. If you have the HomeApi started and configured, it should now show an image of the weather forecast.
|
||||
Reference in New Issue
Block a user