Git Product home page Git Product logo

pico_desktop_clock's Introduction

Raspberry Pi Pico Desktop Clock with Round LCD

A little desktop clock with round display for Raspberry Pi Pico, or could be coded to do and be anything you want.

  • Acquires current time from NTP
  • Customisable alarms with snooze feature
  • Buzzer to play musical alarms

Latest

  • 9 Feb 2023 - Added boot script to record last known time, update the buzzer and musical tones
  • 21 Jan 2023 - Version 2 - new design, added buttons, buzzer and alarms
  • 20 Jan 2023 - Moved the star movement to core1, added simple alarms, a night mode ready for a light sensor, ASCII art and got the AI to write some comments for me.
  • 30 Dec 2022 - Fixed some time and code issues

Version 2

Sequence.01.mp4

Hardare requirements:

  • Raspberry Pi Pico-W
  • 1.3" SPI Round LCD Screen (240x240)
  • 2 x momentary push buttons (Omron type B3F with long extension)
  • Buzzer

Round LCD 1.3" SPI

https://thepihut.com/products/1-3-spi-colour-round-lcd-240x240-breakout

Pico W

https://thepihut.com/products/raspberry-pi-pico-w

LCD Wiring

  • 3-5V to any 5V or 3V pin
  • CS to GP17
  • SCK to GP18
  • MOSI to GP19
  • DC to GP16
  • BL to GP20
  • GND to any ground pin

Button Wiring

  • Button 1 to GP0
  • Button 2 to GP1
  • GND to any ground pin (3)

Buzzer Wiring

  • Positive to GP15
  • Negative to any ground pin (18)

IMG_20230121_194446

IMG_20230121_203929

Python MModules

Installed MicroPython with Pimoroni graphics via Thonny

https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/modules/picographics

Printing

Printed on an Ender 3 Neo v2 with standard settings and PLA filament. (Nasty top layer)

IMG_20230122_133425

Desktop Clock v2 v10

Bugs

  • Multicore seems to crash alot, especially with the IRQ buttons.. Freeware - use as you wish

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.