Skip to content
Shreyas Murali edited this page Mar 12, 2018 · 5 revisions

Welcome to the klock wiki!


What is this project ?

This repository contains the code that controls my DIY 4 Digit LED display clock. This is also one of my first DIY projects that got anywhere to a state I can call "functional".

Hmm .. What does it look like ?

Here are a couple of pictures ...

Okay .. looks somewhat interesting ... what can it do ?

  • First off, its a rather simple 4 digit LED clock that show the time in a HH:MM format in a 24 hour mode.
  • 12 hour mode will probably be added at a later time if I feel like it.
  • Powering ON the clock will result in an WiFi access point called WirelessClock to show up. Connecting to it with the right password will allow you to get/set the clock date and time via HTTP GET and POST respectively (details to follow).

So ... How much does it cost ?

  • The one I made is not for sale :)
  • Estimated hardware cost is about $8

Cool ... How do I make one myself ?

See the Getting Started page