Parametric Arduino Case

Parametric Arduino Case

When you make a project using an Arduino board, you often need a case to attach the Arduino onto your project. This small project is my first attempt to make such a case that can be adapted to all my projects. To make it parametric I am using the OpenScad application. OpenScad is an...

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...

LED Matrix and Arduino

LED Matrix Driven by an Arduino

Light Emitting Diodes (LED) are everywhere. There is a good reason for that, we love them! Most of us are using LEDs to communicate information, debug our code or simply add some style to our electronic projects. One of the first things one normally want to do is pack a bunch of LED to...

Scroll to top