Other

“This project is an original application of a digital clock with mirrored display and driven by Arduino and accelerometers. With this clock it is possible to place it in front of a mirror and the image of its display will …

“Using one Arduino Uno board to control 88 solenoids to play piano. How it begin: Many years ago, Yamaha introduced automated piano. Young and innocent me saw that piano playing music behind glass window of an instrument shop. Enough of …

“Search Instructable, and you can find many LED matrix projects. None of them were quite what I wanted, which was to explore the interactions of hardware and software design to produce something, and produce the final product in a neat …

“This is my first Instructable and this is all about making a 48x8 Programmable Scrolling LED Matrix using an Arduino UNO and 74HC595 shift registers. This was my first project with an Arduino development board. It was a challenge given …

“This is the obvious next step to the Fidget Spinner, and the last project involving one. I promise. I’m sure a lot of us have seen persistence of vision displays before. As I kid I even had an “iTop …

“Looking for the ability to control an LCD from Arduino without having to use 12 pins, I designed a breakout board featuring a 74HC595 shift register and an NPN transistor with the ability to control the display (including backlight control …

“The official Arduino starter kit with tutorials is a fantastic way to learn the basics and all the of the various things you can do and I can’t recommend it highly enough. But once I had gone through making …

“In some situations, in your designs with Arduino and microcontrollers, you can use a shift register like 74HC595 to directly trigger LED, LED array and displays, but if you check the datasheet, you will see that you need to be …

“One of the things I love working with the Arduino is LED monitors. It does not matter if they are with 7 segments or array of points and I’ve done many different designs using them. They are very interesting …

“A lot of Dev Boards like Arduino, STM, ChipKit etc (Even micro computers like Raspberry Pi) have a limited number of Digital input and output pins, which is a serious problem for the makers while creating them projects, especially when …