Search found 4 matches

by martch
Sat Feb 05, 2022 11:19 am
Forum: General Discussion and Questions
Topic: Writing code for a 'Mother clock'
Replies: 3
Views: 7078

Re: Writing code for a 'Mother clock'

For the sake of simplicity, I went for a loop :)

On the off chance someone wants a to do something similar:

Github repository: https://github.com/veebch/clock

Video Explainer: https://youtu.be/ZhPZBuXZctg
by martch
Sun Jan 23, 2022 4:41 pm
Forum: General Discussion and Questions
Topic: Writing code for a 'Mother clock'
Replies: 3
Views: 7078

Re: Writing code for a 'Mother clock'

Perfect! This is exactly what I needed. Thank you.

EDIT: I'll pop it on github once I've got it running
by martch
Sat Jan 22, 2022 7:27 pm
Forum: General Discussion and Questions
Topic: Writing code for a 'Mother clock'
Replies: 3
Views: 7078

Writing code for a 'Mother clock'

I have a pretty straightforward task but before I launch myself at some awful infinite loop, I thought I'd ask my elders and betters. I am programming a pico to: - (according to an attached RTC) send a pulse to an old slave clock every minute, on the minute (to advance the minute hand). - In the wee...
by martch
Sat Nov 27, 2021 9:30 am
Forum: General Discussion and Questions
Topic: Stepper/ DC motor and OLED and Rotary Encoder
Replies: 0
Views: 1699

Stepper/ DC motor and OLED and Rotary Encoder

Hello there.... I'm mid way through a build centered around a pi pico and want to drive a stepper motor clockwise or anticlockwise for a given duration. Having done a fair bit of googling, I'm floundering. The project uses a rotary encoder to select a number between 1 and 100, which is displayed on ...