Skip to main content
Social mediaSocial mediaSocial media   Social media   Social mediaSocial media   Social media

Led Matrix display interface with Arduino uno

8x8 LED matrix display with Arduino and Pins description

There are several types of led matrices available in the market. We can differentiate it as per the size and types of connection, e.g. 5x7, 8x8, common anode, and common cathode type. It comes in different single colors and RGB.
led matrix
But in this article, I will discuss 788bs as a common anode red color 8x8 LED matrix display Module. We use it in many electronics displaying items, e.g. electronic clocks. also for moving message displays, displaying games, etc.
led matrix
We use a dot matrix display with an Arduino UNO board directly, sometimes in projects. But for some projects, we use a max7219 chip or 74hc595 for dot matrix driver as required in our projects.

led matrix

led Matrix 8x8 Pinout function detail

The led matrix modules are used in various colors, but I specifically describe the red led matrix. It is very easy to interface a 788bs led matrix with an Arduino board as compared to an RGB led display.

If we look at a piece of the 8x8 dot matrix, it contains 16 pins, of which 8 pins are used for rows and 8 for columns. That means rows and columns have 64 LEDs. We start from Pin # 1 to Pin # 8. Pin number 1 is R5 (Row-5) and Pin number 8 is R3(Row-3) to the downside.
On the upper side, From Pin 9 (Row-1) to Pin 16 (column-1) are located. But a newbie is always confusing and starts from zero because we know the picture/diagram. often we get from some source, also we have to sort out which one +VE and -VE. might an expert can understand from common cathode/anode type.
But my concern about the person having a basic knowledge of electronics. Who try to make their own initial display projects like a clock or some more.

Ok, let’s start if we have an 8x8 led matrix, How do we know where pin 1 is? As in IC Chips near Pin 1, I mentioned a dot at IC/Microcontroller Chip. But here, how do we know?

led matrix

At the 788bs led matrix module, the manufacturer writes the tag or mark at pin 1 side, as shown in the figure. We definitely find it. And also a curve mentioned at pin number 1 side.

led matrix

Row =       +  Positive Supply
Column =  - Negative Supply
We required a testing power supply of 1.5V DC. For the matrix, usually, a 5v supply is used. But, here, only one battery cell is enough or uses one 130 ohm resistance in series at a positive/negative side with a 5v supply.

led matrix

After that attachment led to the power supply. We found that the 8th column and 5th rows led to becoming ON as the Connection shown in the figure. How to connect the battery cell with a matrix display.

led matrix

Pin Test of led dot matrix

As shown in Fig pin # 1 and pin # 16 got Energize and the 8th Column and 5th-row led become ON. We should verify the Dot-matrix before using it because if any Led is found blown we can replace it with a good one.

led matrix

Programming with Arduino UNO


To run the 788bs, you need to check it with Arduino UNO. What material do you need to perform a complete test?

Arduino UNO        Amazon

Breadboard         Amazon / Banggood

788BS 8x8 matrix    Amazon / Banggood
Battery (1.5V) only one
Jumper wires

We often use the dot matrix display with the shift register 74HC595 led driver or max7219. most common in electronic Circuits, we operate it with a Microcontroller or Arduino platform, and even with Raspberry Pi. To run led matrices with Arduino, we need to add a matrix library in the Arduino library. But in this circuit, we will test the matrix direct with an Arduino UNO board.

Interface dot matrix with Arduino

First set the matrix circuit, as per the connection given in the picture diagram. start the Arduino IDE to program the Arduino UNO board. Arduino IDE is available at Arduino's official site.
This circuit, it does not need resistance at all. Just connect wires as per the instruction.
Here you need two steps before starting a matrix connection with Arduino as per the 788bs datasheet matrix pins connection given.

1- 8x8 led matrix code generator

This will help to generate code for your matrix. Just draw anything for the matrix, copy the code, and use it in your program. You can draw different symbols, shapes, or words.

2- Add matrix library with Arduino Ide

​​​​​​​First, add the 8x8 led dot matrix library in Arduino Ide. hereafter, the library manager in Arduino Ide will run the code. It will display in the matrix.

The connection between the Led matrix display and Arduino UNO

Matrix Rows Pins #  ------------ Arduino Uno output Pins #
                   Pin #  1  ---------- 2 
                              2  ---------- 3 
                              3  ---------- 4 
                              4  ---------- 5 
                              5  ---------- 6 
                              6  ---------- 7 
                              7  ---------- 8 
                              8  ---------- 9 

Matrix Column: Pins #  ----------------- Arduino Uno output Pins #
                       Pin # 1  ------------ 10 
                                 2  ------------  11
                                  3  ------------ 12
                                   4  ------------  13
                                   5  ------------  A1
                                   6  ------------ A2
                                   7  ------------  A3
                                   8  ------------ A4
 

Comments

Popular posts from this blog

Arduino UNO Pins (Diagram) Learn quickly pins function

Arduino UNO Pinout and Board components detail The Arduino Uno board is an electronic experimental board. Atmega328P is the heart of the Arduino board. This is an open-source platform for creating electronics projects. I will explain the description of the  Arduino UNO Pins  and the board in the post.  Arduino Uno  is a standard board of the company, even though other boards, e.g. micro, Nano, mega, Leonardo, 101. Due and Yen. Arduino also manufactured IoT (Internet of Things), Bluetooth, GSM/3G, Wi-Fi, and motion sensor boards.                                                                        FIG-A Arduino Uno board The Atmega328P Microcontroller is 8bit with 32k byte internal flash memory. To program the main chip, a 16 MHz crystal is part of the board. The Arduino board requires only 5V DC to operate. Arduino Uno pinout detail The Arduino UNO board has 5 analog and 14 digital (PWM) pins. These pins could be GPIO or used for specific signals. Vin Pin We use a Vin pin for 7-12 VD

Electronic components list with Images and Symbols

Electronic components function and details Electronic components are used in electronics circuits. These components might be PCB mounted or integrated type, widely used in electronics devices. Digital computers, control devices in industries and household items containing large number of integrated components. It is essential to know how to identify circuit board parts, whether you are an electronic technician or engineer. We made the electronics devices with integrated chips and circuit components. In circuits, electronic components are used. What are active and passive components? Types of electronic components? There are two major types of electronic components . In electronic circuits, there are active and passive components. 1- Active components 2- Passive components Active components These types of components operate with external power supplies.  Passive components Passive components do not require an external power supply. These components energize with circuit signals. Elec

Arduino sensors and modules list for Projects.

Arduino Sensors for Electronics Projects What is Sensor? A Sensor is a device used as the primary element that measures physical value and converts it into an electrical signal. Also, we can say that the sensor is a transducer. It measures temperature, distance, light, sound, etc. Sensors and actuators are widely used in Arduino projects. These sensors come with a kit or can be purchased separately. Some of them are compatible with Arduino Uno boards and also Raspberry Pi and other electronic modules. There are a lot of types of Arduino sensor kits available in the market. How many types of Arduino Sensors? There are a lot of sensors used in electronics projects , e.g. robotics cars, moving objects, flying drones, IoT(internet of things), sound and light operation, etc. Here is a list of 45 in 1 electronic sensor that comes with an Arduino sensors kit , and the details of their applications. Analog temperature Sensors KY 013 temperature sensor KY-013 is an analog temperature sensor

Temperature Converter

Temperature Converter Temperature Converter Enter temperature: Select unit: Celsius Fahrenheit Kelvin Convert A temperature converter is a handy tool in our daily life. It is quite easy to get the conversion of temperature between different units. We can also calculate temperature by using the temperature conversion formula.  In electronics circuits , temperature sensors are commonly employed for many tasks, such as  temperature monitoring and detection of overheating issues.    Usually, the Celsius scale displays the atmosphere's temperature, but for humans, temperature is measured in Fahrenheit. Temperature Converter Formula Temperature converter formula to find values in Celsius to Fahrenheit, Kelvin, and Rankine according

Arduino Kits for beginners in 2024

Arduino Kits for beginners electronics projects Arduino kits are very simple to learn and widely used in electronic projects . You can make your own projects in a few minutes. Making a circuit on a PCB is a hard job, and it requires excellent skills in soldering. Also, it consumes a lot of time. Assembling components is another problem. But electronic portable kits solve the issue. You can gain knowledge from Arduino starter kits on Amazon. It includes project books and different varieties of sensor modules. We directly connect on the breadboard and reconnect in a few steps. Arduino Uno Starter Kit (official) The official starter kit is from the original manufacturer. This is a complete package, including the Arduino Uno kit Manual. This manual has practical images and schematic diagrams to understand well.   The manual covers not only project-making areas; but also information about Arduino IDE software installation on Windows/macOS X and Linux. Every Project/lesson comprises exam

Arduino uno Project for led blinking from start

What is Arduino Uno? The Arduino Uno is an electronic board that has  the ATMEGA 328P microcontroller. It has analog and digital input/output pins. We use it in simple projects, e.g. led lights, and also complicated robotics projects.  Let's  get started with   Arduino Uno  to run our first program. As we use it with different machines e, g. Windows, Apple, Ubuntu, mobile, etc.  as usual Arduino programming is difficult for newbies, but if you get in touch with this Arduino tutorial, it could be helpful. Getting Started with Arduino Here, I will discuss especially the Windows operating system and also a little another operating system. First, I will discuss how to interface with the Windows operating system. Requirements for Arduino setup Arduino Uno            Amazon USB Cable A-B male (usually used for printers)   Amazon Laptop/Desktop with Windows 7, 8, 10 The IDE Software Led (can choose any color)    Amazon Resistance (value of 230 Ω) Amazon   Setup Arduino ide Get the lates

Best Electronic Books for beginners in 2024

Electronic books with Kindle editions A wonderful variety of electronic books . Those who have a very basic knowledge of electronic components. These books are very useful. You can understand the basic structure of the electronic components. These are helpful for theory and practical purposes. What is an electronics book and how to read it? T he book is called an electronic or E-book if it is available for online reading. It might be in pdf format and available to download . Getting Started in Electronics Third Edition, Writer - Forrest M Mims III 128 Pages This book starts with the basic concept, from electricity to electronics. It deals with basic tools and items used to start a mini-project. In this book, the semiconductor-type materials and components are described. The book is about semiconductor components and photonic semiconductor components. It provides logic and symbols of logic gates and integrated circuits. Either digital integrated circuits or linear integrated circuits (

555 Timer IC, Pinout and Function details

555 Timer IC Pinout and applications: We widely used 555 timer IC in electronic projects . This chip has multi-function time-based output signals. We can use 555 IC chips with the Arduino or make separate projects. It is available with different brand names, i.e., LM555, NE555, and SE555. But it is originally manufactured by Texas Instruments. The chip is manufactured in different packages, e.g. SOIC, PDIP, VSSOP. For more details, the 555 timer IC datasheet is available at the Texas official site. We use it for time-based operated siren circuits, control motor speed, and operating led flasher circuits. It can produce a lot of functions, e.g., oscillation, Astable. Bistable, Monostable, flip-flop logic, and pulse width modulation. How 555 Timer work ? You can get a lot of solutions from the chip if you want to understand how it works. There are a lot of timer projects and applications, e.g., timer-controlled circuits, sound, LED flashers, and more. 555 Timer IC Pinout The circuit di

Contact Form

Name

Email *

Message *