Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for silent clocks #22

Open
kruton opened this issue Sep 14, 2021 · 2 comments
Open

Support for silent clocks #22

kruton opened this issue Sep 14, 2021 · 2 comments

Comments

@kruton
Copy link
Contributor

kruton commented Sep 14, 2021

In your blog post you mentioned future work could include support for silent clocks. I went to IKEA and bought a clock and they all seem to be of the silent type. I hooked it up to an oscilloscope to see what it was outputting.

Could you provide any guidance on how to emulate this using the ATtiny85's PWM output and whether this will deplete the battery faster to wake up to do 8Hz ticks?

silent-clock

@liebman
Copy link
Owner

liebman commented Sep 14, 2021

I played with this and dropped it due to the excess battery drain. It should work. Maybe using C or D cells can give long enough battery life. You will have to play with it and see. Rough calculation says it will use 8x the power.

@liebman
Copy link
Owner

liebman commented Sep 14, 2021

The other issue is setting the initial time. With 1 hz its easy but with 8 power could drop out 4 "ticks" into a second..... so you will have to keep time in 8ths of a second, which may need changes in the protocol between the esp and the t85.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants