7 Bi-color LED Matrix Scrolling Text Display



Introduction
  


Here, we show how a 7 Bi-color 8x8 LED Matrix Scrolling Text Display is built in which messages and commands can be sent to it via Bluetooth using an Android Smart Phone. Logically, any devices capable of sending text messages via Bluetooth may be adapted to work with the display.

To build this project, basic electronics component soldering skill and some knowledge on using the Arduino or Arduino based micro-controller is required.

The reason for building a 7 LED Matrices long display is that it is quite adequate for ease of reading scrolling text and also because the largest tinted acrylic sheet easily available in Hobby or Art shops is 18 inches by 12 inches which is just the right length for making the enclosure for the display as each LED matrix is around 60mm x 60mm in size.

You may view the following YouTube video to see what we are building.





LED Matrix Driver Module Assembly

The display is build using seven of the Bi-color (Red and Green) LED Matrix DriverModule kits from jolliFactory. Each of these modules uses two MAX7219 Display Driver ICs to drive a Bi-color LED Matrix. These ICs are excellent because they take a lot of work off the micro-controller and simplify the wiring and logic design. Moreover, there is a ready-made Arduino library for this IC. You can daisy-chain up to four of these Bi-color LED Matrices using only three output pins on the micro-controller for the interface. As our display is make up of seven Bi-color LED Matrices, we need an additional three output pins on the micro-controller to interface with the other three daisy-chained LED Matrices.

You can find this Bi-color LED Matrix Driver Module kit from here with information on assembly of the kit.

This kit comes with all through-hole components and someone with basic soldering skill should be able to assemble it without much difficulty.

Below shows an assembled Bi-color LED Matrix Driver Module with the LED Matrix not installed onto it.


Wiring

After all the kits are completed, they are connected together with the micro-controller as shown below (LED Matrices not installed for better view). Note the header for J3 is modified for the fourth LED Matrix Driver module from the right such that only VCC and GND are connected to the fifth module. This is because the first four daisy-chained modules from the right shall be driven by 3 output pins (Digital pins 2, 3 & 4) from the micro-controller and the last three daisy-chained modules shall be driven by another 3 output pins (Digital pins 5, 6 & 7).

 

Here, we use the chipKit UNO32 micro-controller board which is based on the popular Arduino Open Source hardware platform to drive the display. However, you may instead use any suitable Arduino boards if slower scrolling speed is acceptable to you. The chipKit UNO32 board is much more capable of producing faster and better scrolling text effect than Arduino boards of around the same price range.

We use a HC-07 Bluetooth Wireless Serial Port Module connected to the TX and RX pin of the micro-controller for Bluetooth communications between the display and the Android Smart Phone. This Bluetooth Wireless Serial Port Module is not expensive, easy to work with and quite easily available from online shops. You may instead use any Bluetooth Wireless Serial Port Modules you are familiar with.

Note the use of 10Kohms pull-down resistors on the DATA IN, CLK and LOAD input pins. When power is first applied to the micro-controller or when they are reset, their I/O lines float. The MAX7219 can see this as valid data and display garbage until the micro-controller gains control. The pull-down resistors prevent these problems.



Arduino Sketch

Thankfully, there is an excellent library that has been specifically written for the MAX7219 which greatly simplifies the sketch – the LedControl library. You will need to download and install the library.
 
See the following link for more information about this library and to download the library.


*** Do note that all the examples that come with the library cater to single color LED Matrix driven by a single MAX7219 IC each and needs to be adapted for use with our Bi-color LED Matrix Driver Modules which is using 2 MAX7219 ICs for each module. Otherwise, there may be some form of 'ghosting' on the displays and may be mistaken to be a hardware issue.


You may also want to check out the original LedControl documentation for more details.


The micro-controller needs to be loaded with the Arduino sketch to run the display.

Download the Arduino sketch below which is used in this project. You may amend and enhance the sketch to suit your project.


 
** Note that before downloading sketch to the micro-controller, the connections to the TX and RX pins for the HC-07 Bluetooth Wireless Serial Port Module must be removed for the download to be successful.



Testing the display 

Install the free Bluetooth spp pro Apps onto your Android Smart Phone, power up the display and establish Bluetooth communications between them. Then set up the Bluetooth spp pro Apps buttons for sending messages and commands accordingly.

Below shows some screenshots of the Bluetooth spp pro Apps.






See some examples of how we set up the configurable 'ClickMe' buttons for testing below:

Btn name: RED
Send val: (100)Scrolling . . .

Btn name: GREEN
Send val: (200)Scrolling . . .

Btn name: ORANGE
Send val: (300)Scrolling . . .

Btn name: RED*
Send val: (100)*

Btn name: GREEN*
Send val: (200)*

Btn name: ORANGE*
Send val: (300)*

Btn name: Speed Up
Send val: (00>)*

Btn name: Speed Down
Send val: (00<)*

Btn name: Dimmer
Send val: (0<0)*

Btn name: Brighter
Send val: (0>0)*

Btn name: jolliFactory
Send val: Powered by jolliFactory


Test the display by clicking on the buttons to send messages and commands to the display.

If you do not have  a Bluetooth Wireless Serial Port Module connected, you may test the display by sending messages and commands via the Arduino's Serial Monitor.




Display Enclosure

We will not delve into the detail on building the display enclosure here. We used a 2mm thick blue tinted acrylic strip for the display front protective cover which is bent using a self-made strip heater and another black opaque acrylic strip for the back cover. The LED Matrix Driver Modules are secured with ¾ inch stand-offs to the back cover and we managed to place the micro-controller and Bluetooth wireless Serial Port Module below them. The result is a compact 7 LED Matrix Scrolling Text Display controlled via Bluetooth.

 

17 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Wow so this is how they made the LED. I liked how scrolling led display attracts customers for the business. I'm planning to get one since it shows that it is very effective means to get a customer.

    ReplyDelete
  3. Nice post. Your Giving information is very helpful and useful......
    Really you mention very well about 7 Bi-color LED Matrix Scrolling Text Display. Photonplay providing all kind of indoor and outdoor Led Display as per the customer requirement.

    ReplyDelete
  4. Hello jollifactory, I am Jerry from Nigeria. I am an electronic hobbyist, and i am interested in building this dislay. But i have a problem, i cannot order the Kit due to the website not having support for my means of payment. Please, i intend getting the necessary components here in Nigeria, but in your instructable, you did not give the circuit diagram that shows the connection between max7219 and the bi colour led matrix + arduino. I intend using arduino Uno. Please help me with the complete schematic diagram. Here is my mail=> Jeremiahmordi@gmail.com. I will really appreciate it if you can do this for me. Thank you and am awaiting your reply.

    ReplyDelete
  5. Wow, this is probably one of the coolest tutorials I’ve seen. Need to get into this ASAP!

    Moving Display Board

    ReplyDelete
  6. This comment has been removed by the author.

    ReplyDelete
  7. Hi friend!
    In IDE Arduino Uno displays the following message: Low memory available, stability problems may occur.
    Thank you

    ReplyDelete
  8. It's really an informative and well described post. I appreciate your topic for blogging.

    scrolling led display

    ReplyDelete
  9. A lot of the information in this post has been very useful.

    video wall

    ReplyDelete
  10. There are certainly a lot of details like that to take into consideration.
    video wall

    ReplyDelete
  11. I just came across to reading your blog it serve very useful information about the interiors thank u
    Video wall

    ReplyDelete
  12. Post is very informative,It helped me with great information so I really believe you will do much better in the future.
    Interactive Kiosk

    ReplyDelete
  13. There are certainly a lot of details about indoor and outdoor led display to take into consideration.Great design and instructions. You made it easy for the normal person to assemble a homemade IR LED pen. The main thing that you might need to include however is that the LED light is invisible to the human eye. Unfortunately, not knowing this, I wasted additional time then I'll admit dismantling it and assembling it back wondering why it didn't illuminate.

    ReplyDelete
  14. This comment has been removed by the author.

    ReplyDelete