-
This is a research task to weigh the pros and cons of different libraries to ensure that they enable what we need. I recommend playing around in a new project to get a sense of how others might use th…
-
Use one of the two templates below and **delete the rest**.
8
-
https://github.com/ThingPulse/esp8266-weather-station
-
Crashes with both my remotes (chromecast remote / cheap chinese shutter button).
Board is esp-wroom-32
Maybe this is because my board does not have psram? Not sure how to check it. But another board…
-
Current source does not build since there was a change from Astronomy to SunMoonCalc (which is yet not added to the repo).
### Test code
The default sketch is just not buildable.
### Weather …
-
I'm using a display at an ESP32 board and in general it works fine. Unfortunately, after several hours/some days, the displayed contents are shifted, means they are no longer aligned at the top.
Th…
-
Hello Mr. Warren,
I'm using an ESP32 with an external 128x64 OLED display.
I'm not able to replicate your example because I can't understand which exact library is used in the [priority-worms1…
-
Adding this library to my Arduino IDE solved that compilation issue. https://github.com/ThingPulse/esp8266-oled-ssd1306
-
Can someone help on how i can have the forecasts show days instead of specific hours of next days?
```
uint8_t allowedHours[] = {12};
forecastClient.setAllowedHours(allowedHours, sizeof(allow…
-
Used the pre compiled file & complied it by myself for SH1106 - no pictiure
If I use the original file from Qrome - its working (pre compiled bin file)
anyone using a SH1106 which is working with …