diff --git a/Connection.md b/Connection.md new file mode 100644 index 0000000..09d34c7 --- /dev/null +++ b/Connection.md @@ -0,0 +1,20 @@ +Make sure you connect the ESP32 and the EINK screen like this: + +image + +Before pasting my code into the Arduino IDE and programming it. + +[Esp32_Code](https://github.com/Myxelium/Wireless_Eink_HomeScreen/tree/master/Esp32_Code/INFOSCREEN_WITH_INTERVAL/INFOSCREEN_WITH_INTERVAL.ino) + +``` +// In my code linked above change the values of those lines: + +// WiFi credentials +const char* ssid = "x"; // Wifi Name +const char* password = "x"; Wifi Password + +// API endpoints +const char* connectionInformation = "http://x/home/configuration"; // Replace x with the HomeApi ip address (not localhost) +``` + +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. \ No newline at end of file