Shift Register
Snake Game on 8x8 Matrix using Arduino
Snake Game has been very popular since the beginning of the Mobile phones. Initially it was come in Black and white cell phones… |
|
Building a High-Resolution POV Display using ESP32
Persistence of Vision is a fundamental principle that allows our eyes to perceive continuous motion from separate… |
|
Adding a Futuristic Twist to your Decor with a Circular LED Chaser
Have you ever wanted to add some cool lighting effects to your electronic circuits or spice up your home decor with a… |
|
Interfacing ESP32 with 74HC595 for 7 Segment Display
All microcontrollers have specific numbers of IO pins but in some applications, like in a 7-Segment Display, we will need more… |
|
Arduino 7 Segment Display Clock by Multiplexing Four 7 Segment Displays
Digital wall Clocks are getting more popular now days and they are better than analog clock as it provides accurate time in… |
|
Interfacing 74HC595 Serial Shift Register with PIC Microcontroller
There are possibilities in embedded design where you do not have enough I/O pins available in your microcontroller. That can be… |
|
Interfacing LCD with NodeMCU without using I2C
In this tutorial we will see how to interface NodeMCU with 16x2 LCD without using I2C communication. Here we will interface… |
|
Different Types of Shift Registers and its Applications with Examples
What is Shift Register:
Shift Registers are sequential logic circuits, capable of storage and transfer of data. They are made… |
|
Interfacing 74HC595 Serial Shift Register with Raspberry Pi
Raspberry Pi is an ARM architecture processor based board designed for electronic engineers and hobbyists. The PI is one… |
|
How to Use Shift Register 74HC595 with Arduino Uno
In ARDUINO we have 20 I/O pins, so we can program 20 pins of UNO to be used as either input or output. Although there are more… |