There are easy ways of getting more I/O pins for any project; shift registers, I2C expanders, or ADCs will give you plenty of pins for whatever project you have in mind. All these require extra ...
In this second article we will see a practical application of the daisy-chained shift registers. We want to use four 7-Segments LEDs controlled by the Arduino board. As you can imagine, that is ...
In the last installment of The GeekDad Arduino Guide, I introduced you to the Arduino hardware and why it is so cool. Now, let’s start actually using an Arduino. How do you get started? Well, first ...
Last week I explained how to use a motion sensor to trigger an event with an Arduino. The event we triggered was a simple blinking of an LED. You can do a lot with a bunch of LEDs if you use your ...
Shift-out: again? Yes, shift-out registers again, now daisy-chained! But let me write down a short foreword. As probably occurs for most of the subjects, especially those related to the Arduino board, ...