Book Image

Arduino BLINK Blueprints

By : Utsav Shah
Book Image

Arduino BLINK Blueprints

By: Utsav Shah

Overview of this book

Arduino is an open-source prototyping platform based on easy-to-use hardware and software. Arduino has been used in thousands of different projects and applications by a wide range of programmers and artists, and their contributions have added up to an incredible amount of accessible knowledge that can be of great help to novices and experts alike. Want to build exciting LED projects with Arduino? This book will be your companion to bring out the creative genius in you. To begin with, you will get introduced to the maker movement and the open source hardware development Arduino boards. You will then move on to develop a mood lamp and a remote-controlled TV backlight. As you progress through the book, you will develop an LED cube and will learn to use sound visualization to develop a sound-controlled LED Christmas tree. You will then move on to build a persistence of vision wand. At the end of each chapter, you’ll see some common problems, their solutions, and some workarounds.
Table of Contents (14 chapters)

Bringing your efforts to life


Once you know how to control motors and LEDs using Arduino, the final step is to put everything that you have learned so far and make it a standalone product. There are multiple ways you can achieve this:

  • The simplest method is to use your hands.

  • Using two different Arduinos or using external motors

  • Using existing real-life devices

Using your hands for rotation

Even though you learned about controlling motors and LEDs, if you are doing this for the first time, you will take some time to understand the synchronization of LEDs and motors. The easiest way to test Persistence of Vision is to use your hands for rotation. Before you start rotating the complete setup, make sure you have uploaded the latest sketch to Arduino, connected some standalone battery/power source, and firmly fixed your LEDs on some base. As a base, you can use a thermocol sheet or cardboard, and fix them using some electrical tape.

Once you have fixed all the materials, you can rotate your PoV, and...