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

Showing time #36

Open
mgarciate opened this issue Apr 6, 2015 · 6 comments
Open

Showing time #36

mgarciate opened this issue Apr 6, 2015 · 6 comments

Comments

@mgarciate
Copy link

QUESTION: Have you thought any way to show the current time using the LEDs? Counting on just 3 LEDs I can arrive till 7h. I've been thinking a new feature to implement forking your code and getting hours in one led color, minutes with another, as binary representation. Perhaps this is information could be given after touching the band. What do you think? Thx

@hariprasadiit
Copy link

we can use colours too along with 3 LEDs.I'm also thinking of some way to encode time in a simple way.

@CirKu17
Copy link

CirKu17 commented Jul 9, 2015

Blinking too.
I was thinking of an encoding similar to those of some bell towers:
first led white means AM, blue means PM
second led blinking 8 times means it's 8
third led blinking once means it's 8:15, twice 8:30.
Quite inaccurate and slow but it's an option.

@rozboris
Copy link

rozboris commented Jul 9, 2015

It might make sense to not show AM/PM since it's obvious. Then you can use two LEDs to show minutes div 10 and minutes mod 10 respectively.

@notzippy
Copy link

I think displaying the time in binary is an option, you can have a "hi bit" color to designate the 9 and buzz between digits
For example Given R = Red (hi bit color), B = Blue normal color , O = Off

O O B
<bzz>
O B O
<bzz>
O B O
<bzz>
B O B
The time is 12:25

O O O
<bzz>
B B O
<bzz>
O O B
<bzz>
R O O
The time is 5:19

O B O
<bzz>
O B O
<bzz>
O O B
<bzz>
B B B
The time is 22:18

@colorprint
Copy link

I think buzz consume more energy )

@notzippy
Copy link

You could turn all LEDS to green between each display of a digit as well..

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

6 participants