SQUIX ESP8266 based E-Paper WiFi Weather Station

I’m a fan of all kind of weather stations. When Daniel Eichhorn twittered about his new version using an E-Paper display module, I immediately preordered one. I decided to build a station with a custom enclosure, so here is my version of a 3D printed version, featuring magnets so it can be attached to the fridge:

E-Paper Weather Station

E-Paper Weather Station

Using e-paper for a weather station is an ideal solution, as the data does not need to be updated often. By default, the station reaches out every 20 minutes for new data over WiFi and then updates the display. Daniel Eichhorn already has published kits for OLED (see “WiFi OLED Mini Weather Station with ESP8266“) and touch display (see “WiFi TFT Touch LCD Weather Station with ESP8266“). I like them both, but especially the TFT one is very power-hungry and not really designed to work from batteries. What I would like is a station which can run for weeks.

The e-paper weather station from Squix/Daniel Eichhorn is available in two versions:

Features:

  • Waveshare 2.9″ E-Paper 296×128 (black, white)
  • ESP8266 WiFi module
  • JST LiPo connector and charging circuit (100 mA/h)
  • 3 User buttons
e-paper module front

e-paper module front

Because the ‘lite’ kit was supposed to be available earlier, I ordered that version. And I wanted to build custom enclosure anyway.

Setup

Daniel provides an extensive and well documented software for the module on GitHub, the setup guide is available on https://blog.squix.org/espaper-setup-guide.

Because I was familiar with his other weather stations, I had the module up and running in less than 30 minutes.

Because the ‘lite’ kit does not include a programmer (actually a USB to Serial Converter), I had ordered a CP2102 module.

mini USB-2-UART converter

mini USB-2-UART converter

And I did not need to build an adapter cable:

programming the ESP8266

programming the ESP8266

Display

The display is attached to the PCB with a double-sided scotch tape, but I noticed that in the factory it has been slightly placed misaligned

Misaligned Display

Misaligned Display

After consulting Daniel Eichhorn, I was able to carefully remove the display with a razor knife:

💡 Warning: this can easily break the display, do this only on your own risk!

Removed Display

Removed Display

According to the label on the backside of the display, it must be the https://www.waveshare.com/2.9inch-e-paper.htm

Enclosure

I considered creating an enclosure with acrylic and the laser cutter, but then decided to do a 3D printed one as I have greater flexibility.

E-Paper Enclosure

E-Paper Enclosure

The design includes a table stand as an option, a front and a back part.

Weather Station on Table Stand

Weather Station on Table Stand

The battery fits into the back part oft the enclosure:

Battery attached

Battery attached

No screws or glue is needed to keep the front and the back part together. The back part has two round holders for magnets so it can stick to metal objects:

Using Magnets to attach to metal

Using Magnets to attach to the fridge

Summary

I’m happy with the design and the functionality: I have a very low power weather station in the kitchen which I can use on a stand or attach to metal surfaces. The station runs for more nearly two weeks on the same battery with only a 10 mV drop so far, with an update of the data over WiFi every 20 minutes. The grey color is fine, but maybe I will try another version with a different color? Or do a another one with the laser cutter? I think I might build up a few more of these…

Happy weathering 🙂

Links

8 thoughts on “SQUIX ESP8266 based E-Paper WiFi Weather Station

  1. Erich, if you need a set of outdoor sensors (anemometer, wind vane, and rain gauge) let me know and I’ll send you one when the next shipment gets here! The ship left Yantian a few days ago so it’s going to be about 3 weeks. I started importing these parts 8 or 9 years ago for our own HCS08-based weather station and now we supply SparkFun and others.

    Like

  2. Hi! Nice project but the only problem is that it uses the power hungry ESP devices. I sugest use RTL87xx series or RTL8195 they are much more eficient when running and you can use commom development tools since it is a cortex M3 device! You should get months of battery life!

    Like

  3. Pingback: Fascinating Details of Waveshare E-Paper Displays | MCU on Eclipse

  4. i’m just purchasing 10 of these for my personal project, do you mind that i would like some discussion about how to playing with this screen, i new for this e-ink stuff

    Like

What do you think?

This site uses Akismet to reduce spam. Learn how your comment data is processed.