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