Pico Time

Woodpecker CI badge shields.io version badge

Raspberry Pi Pico app to display time on a local display.

Made in Go with TinyGo.

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), is a genuine BME280 sensor, 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:

Software Deployment

Requirements

  • TinyGo - TinyGo installation guide

Steps

  1. Clone this git repository git clone https://git.metaunix.net/BitGoblin/pico-weather.
  2. Copy config.go.example to config.go and modify the values to match your environment.
  3. Hold down the BOOTSEL button on your Raspberry Pi Pico 2W.
  4. Plug in your Pico to a USB port on your PC.
  5. Wait 2-3 seconds then release the BOOTSEL button.
  6. Flash the program to the Pico: tinygo flash -target=pico2-w .. a. Note: On Pop!_OS I needed to open the file browser and mount the RP2350 partition manually while tinygo was attempting the flash, otherwise it would fail.
  7. Monitor the app: tinygo monitor.

If all goes well you should see some time on your SSD1306 display. At this point, you can unplug the pico and deploy it wherever you see fit.

License

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

S
Description
Raspberry Pi Pico app to display time on a local display
Readme BSD-3-Clause 87 KiB
2026-09-09 14:15:35 -04:00
Languages
Python 100%