The file 'ESP8266 WiFi Colored Weather Station 3D Printer Model' is (stl) file type, size is 58.8KB.
You need:
1x ESP8266 Wemos D1 Mini
1x TP4056 18650 type C
1x 18650 one battery container
1x 2,8 inch TFT LCD Modul 240*320
1x Switch SS12F15VG6
Some Wires
1x Soldering iron
Some Solder
Tools
Hotglue
I followed these instructions:
https://www.instructables.com/id/ESP8266-Colored-Weather-Station/
and
https://docs.thingpulse.com/guides/wifi-color-display-kit/
12/24h Problem - https://github.com/ThingPulse/esp8266-weather-station-color/issues/108
Starting on line 230 in main code I changed IS_STYLE_12HR = !IS_STYLE_12HR; to IS_STYLE_12HR = IS_STYLE_12HR; (removed the !)
That's all that was needed. No more blinking time!!!
if (p.y < 80) {
IS_STYLE_12HR = IS_STYLE_12HR; // 2nd was !IS_STYLE_12HR
} else {
screen = (screen + 1) % screenCount;
Print with support
Solder the electronic and check that all works
Fix all the parts with hot glue
Cover.stl | 49.1KB | |
Housing.stl | 206.1KB |