Close

added bears and hex screen

A project log for 7segment LED bedside clock

I needed a clock i could read in the dark, so i put this together from things i had lying around and a 7seg LED i got today from Adafruit

mlatumlatu 02/08/2015 at 12:180 Comments

So i added a screen for beats and another for my idea of a hex time. Problem with the hextime is that the time libraries for the arduino return now as seconds since epoch. pythons time.time() returns it with milliseconds. Fiddling around with millis() brought me flickering hexseconds... probably need to change now() to return the time including milliseconds.

Discussions