My new Base4 Clock in a trendy Montréal Co-Working space!...
Hacking The Fibonacci Clock
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...
Fibonacci Clock on Kickstarter
UPDATE: The Fibonacci Clock is now live on Kickstarter! I have 30 days to fund this project … head up to Kickstarter to support me! I present to you the Fibonacci Clock, a clock for nerds with style. Beautiful and fun at the same time, the clock uses the famous Fibonacci sequence to display...
Making a Fibonacci Clock
Soon I will launch a Kickstarter campaign to fund the Fibonacci Clock project. This clock uses the Fibonacci sequence to display time using a colored tiling representation of the number sequence. The following video is the making of the clock, from woodworking to electronics. All the code and schematics will be published under the...
Motion Detector Box
The initial goal for this project was to build a project enclosure out of wood. I initially had no idea what project I would do with it. I designed the dimensions so that an Arduino could fit inside the box and allow for some space on top for a shield, some sensors and buttons....
RGB Lamp Controlled by RFID Tags Built As An Arduino Shield
Making the Scary Monkey project with my son has been a lot of fun so I decided to make another project for the kids. I built an interactive RGB lamp. The lamp has no switch and no dimmer, it’s entirely controlled with radio frequency identification (RFID) tags. The RFID reader is hidden in the...
Quiz Buzzer System
Last Christmas I built a Quiz Buzzer System for my mother. She is a big fan of television quizzes and love to organize some with her friends and family. The particularity of this project is that you can choose your team buzzer sound from a list of more than 30 digital sounds. The system...
First custom PCB
This is my first working printed circuit board. I used the toner transfer method to draw the traces on the copper board. The purpose of this circuit board is to drive a stepper motor. This is a proof of concept for the final board version that will complete my equatorial mount project. The equatorial mount...
Keypad & LCD Display
While I was still trying to figure out what to do these 10 keypads, I received an LCD Display I ordered on eBay. It’s friday, I have no better idea than plug them both on an Arduino and code something. I started from the circuit of the Keypad article and moved the wires connected...
Cheap Keypad and Arduino
I just received a package of 10 flexible keypads I bought on eBay for 15.88$, shipping included. Having a keypad in your project opens so many possibilities, at 1.59$ each I think it’s a deal! I found a keypad library for Arduino on the Arduino Playground. I made some minor modifications to the sample...