Many people write me asking if it would be possible to add/modify the clock color palettes or change the lamp mode display. Of course it is possible, it’s open source! OK but, what does it mean for a clock to be open source? Why would you care? The short answer is, being open source...
Astronomy Picture Of the Day on your Android
I spent the last week or so learning Android programming. I find it important, in the learning of a new programming tool, to write something with clear specifications. This forces you to work on the best solution instead of using easy to code work-arounds. The specifications are: The application should allow the user to read the...
A Simple Arduino Task Scheduler (1)
My motivation to write a task scheduler framework is to help me faster develop new Arduino projects. In most projects, we repeat the same tasks over and over before getting to play with the new stuff. You can jump into the code right now by downloading it from my github account at: https://github.com/pchretien/scheduler. ITask...
Kids Clock V2.0
A big problem with my first version of the KidsClock was that despite my efforts to track time accurately, it was drifting a few minutes everyday. This is because the Arduino does not come with a built-in real time clock like full scale computers. To fix that problem I added a real time clock...
Arduino and Infrared (IR) Remotes
This Article is the first of a series on programming an Arduino micro controller to control X-10 devices using an infrared (IR) remote control. This is a relatively cheap project. To make the first part of this project you will need an Arduino micro-controller, an IR receiver and any IR remote control. The overall cost should...
Kids Clock
Ok, that one is not rocket science but it realy realy worth the 20$ Arduino micro controller I used to make that kids clock. The idea here is to make sure my 4 years old kid will not wake up at 3:30AM because he has confused the small needle with big needle. The code is...