ESP8266 WiFi Colored Weather Station 3D Printer Model

Author: @
License: CC BY-NC-SA
File formats: stl
Download type: zip
Size:58.8KB

The file 'ESP8266 WiFi Colored Weather Station 3D Printer Model' is (stl) file type, size is 58.8KB.

Summary

ESP8266 WiFi Colored Weather Station

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;

The Housing - 3D Print

Print with support

Assembly

Solder the electronic and check that all works

  1. Install the switch
  2. Install the display
  3. Install the battery container + battery
  4. install the TP4056 and the Wemos

Fix all the parts with hot glue

Close the backcover and enjoy your work.

Cover.stl 49.1KB
Housing.stl 206.1KB