Files
pico-time/README.md
T

1.9 KiB

Pico Time

Woodpecker CI badge shields.io version badge

A MicroPython app to display local time on an SSD1306 display.

Hardware

The following hardware is what I used for a deployment:

Most (or all?) of these components can be swapped for equivalent components. You just need to make sure the code is compatible with whatever board you choose (not likely), and an SSD1306 display.

Support for other hardware types may come in the future, but if there's a specific sensor or board you're in submit an issue or pull request!

Prototyping

To help with debugging/testing deployments, I also used these components:

These are not necessary to run the app, but can be useful for testing and/or flashing several nodes.

Software Deployment

Requirements

Steps

  1. Flash your Raspberry Pi Pico with MicroPython.
  2. Copy config.example.py to config.py and edit the settings to match your environment.
  3. Copy main.py and config.py to the root of the filesystem on the Pico.
  4. Connect the SSD1306 display to your Pico and power on.

License

This project is made available under the BSD 3-Clause license.