Arduino

As the preeminent tool for makers, Arduino is a versatile platform that covers almost every type of creative making. With its simple-to-use coding language and fun programming concepts, Arduino enables users to create modern electronics with ease. From beginner level projects like flashing LED lights to more advanced builds such as interactive robots, there are an endless number of possibilities when it comes to building projects with Arduino. Whether you are new or an experienced builder in search of fresh ideas, these posts will provide interesting Arduino tutorials and unique ideas that may spark your creativity and motivate you take on any type of maker project!

Arduino webcam project

Having received my first Arduino I had to come up with a good first microcontroller project. Something not too complicated but more than just a book example. I had just purchased a wireless webcam (Linksys WVC54GCA) and thought it would be cool if I could move it around on a pan & tilt mechanism. And how much cooler would it be to be able to control it over the internet?

DIY clock “Digital Defocus”

In front of the DRO is an array of lenses that allow for defocusing of the digits as they are shifted by the motor. This creates an unusual effect that can be implemented as desired in the programing. At this time the effect is randomized over the course of a single minute. The electronics clock is a real-time clock w/ battery so that when power is lost the time is retained.

DIY guitar looper

Here’s how to make a little pedal for electric guitar. The idea is to connect the Arduino pedals, and using software to control sound processing, we made ourselves with Pure Data. Here I show you an example of a looper, but it can also be a rack of effects without problem.

BlokClok Project

Here’s a super-nerdy timepiece created using Arduino, a DS1307 real-time clock chip, four 74HC595 shift registers, and an 8×8 RGB dot matrix display. How does it tell time? The time is indicated using blocks of colour. The central 6×6 grid is split into 4 x (3×3) grids and each 3×3 block is a different colour. […]