Contents

E-Paper-Clock

   Mar 28, 2023     2 min read

This project is intended to be a low power clock, suitable to use as a travel clock, and also suitable as a room clock.

This unit uses an E-Paper display, along with an RPi2040 processor, and is powered by a LiPo battery. An on-board battery charger is present, this charges the battery using a USB power source.

The processor only updates the display once per minute, and hibernates between updates to maximise the battery life.

The unit updates it’s time once a day from the internet.

A diagnostic mode / interface is also built-in, this allows a pair of Wi-Fi access Point SSID/Passwords to be entered/stored.

PCBs

Cricket2-Main-PCB-Front

Cricket2-Main-PCB-Back

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraphs

Lists

  • The LiPo battery is a salvaged unit from an e-cigarette.

  • 1


E-Paper-Clock_Prototype

USB connectors

Three USB connectors are present.

  • 1 The RP2040 USB connector can power the unit, it’s also used to program the RP2040.
  • 2 The TP4056 board USB is for charging the LiPo battery.
  • 3 The externally available USB is for day to day running of the clock from an external power source. ***

Tables

Small Table (centered)

Fruits(not aligned)Alignment (centered)num (right align)
Applecentered9999
Bananacentered long text999
Orangecentered99
Lemoncentered9

Wide Table (centered)

scroll enabled when page is narrow

Fruitsnum (left align)num (right align)numnumnum
Apple11111111222233334444
Banana111111222333444
Orange1111223344
Lemon11234

Wider Table

scroll enabled when page is narrow

Fruitsnum (left align)num (right align)numnumnumnumnumnum
Apple11111111222233334444555566667777
Banana111111222333444555666777
Orange1111223344556677
Lemon11234567

Code

Highlight

for i in range(5, 10):
  print(i)

Quote

for i in range(5, 10):
  print(i)