How To Write Chapter 2
How To Write Chapter 2
LITERATURE REVIEW
2.1 OVERVIEW
The past few years have seen a shift across institutions, organizations in the type of signage
used to deliver important messages to their students, staffs, audiences, including customers,
employees, partners. Businesses are moving away from those signboards or display made of
wood, plastic, paper, fabrics, metals with their message written with paints usually designed
by artist, printed signs to more dynamic, flexible, and customizable digital signs, often
Institutions, marketing and advertising budgets are now being directed to this new electronic
medium. Institution and retail organizations are taking advantage of digital signage for proper
information dissemination and to promote products and services in their branches and stores,
and to create richer, more interactive experiences for their customers. Other industries,
also implementing digital signage as a tool to enhance customers' and end users' experiences,
relatively new form of advertising that allows companies to use electronic screens to
people. This kind of advertisement is spreading to different venues like wild fire. From malls
to restaurants to airports to post offices, digital signage is sweeping the advertising market.
But where did it all start? Digital signage was used in the 1970s in stores with VCRs and
televisions to attract customers but it was always on a closed circuit and everything was pre-
recorded. It wasnt until recent years that companies were able to display high quality content
that was supported by a broadband internet connection digital billboards and interactive
screens are relatively new. People and companies are just starting to realize the potential of
digital signage. This kind of advertising could revolutionize the consumer market in the span
of a few years. We have all seen the huge screens in places like Times Square and Las Vegas,
but now, they are everywhere, directing you in places that you may or may not want to go.
Even five years ago, this kind of advertising would have been too expensive considering
LCD and Plasma screens were either experimental technology or too costly to be worth the
investment. Now, thanks to the availability of high speed internet, a large digital signage
network has emerged on and around the internet. Many companies are now linked together
because they use this kind of signage. These networks are now developing new strategies
along with better digital signage software in order to maximize effectiveness and, ultimately,
profit. Now that LCD and Plasma screens have decreased in price, they are more affordable
now and the investment for businesses is more reasonable. Right now, Microsoft, Cisco, and
Google are all trying to chase the market because of the potential this market has to offer.
At the moment, Cisco has gotten a steady foot-hold on the digital signage market. They are
the ones who have created the device which allows for images and videos from the internet to
be directly imported into a large LCD or plasma screen. They have now eliminated the need
for costly computers and a lot of the security risks of using digital signage in airports and
The birth of microelectronics in 1960 led to the ability to compounding or packaging large
number of electrical devices such as diodes,transistors and many other switching passive and
active components like diodes, transistors, resistors etc is also known as integrated circuit. In
this project the microcontroller is used as the triggering circuit, it is an eighteen terminal
devices which can be programmed to perform varieties of functions. To understand the
arrangement and the instruction set that it uses to carry out the program operation.
This is the software program written to control the information that is sent to the display unit
(Hardware), it sends Hexadecimal data to the microcontroller through the serial port which
The microcontroller serves as an interface between the PC and the display unit. As stated
earlier, the microcontroller receives the information of what to display from the P.C through
the serial port using its internal Universal Asynchronous Receiver and Transmitter (UART)
features by which it communicates with the PC. It also receives the decoders information to
decode and translate to binary information for driving the LED drivers that causes the LED
display to display the required information in 5x7 matrix format (that is 5 column and 7 rows
per character).
Decoder/Demultiplexer:
Since the microcontroller does not have enough pins to drive the led matrix (35 LEDs), a
decoder/ demultiplexer is used to decode the few BCD (Binary Coded Digit) output of the
microcontroller into a 16-bit output in order to provide sufficient signals needed to drive the
LED matrix.
These are used to drive the LED matrix display with enough current as the microcontroller
This is the display section of the system. It displays the information that was entered through
the PC terminals program. LEDs arranged in matrix format are used to display this
information. The LEDs are arranged in 5x7 format (which is 5 columns and 7 rows per
character).
Power Supply:
The PIC16F877A CMOS FLASH-based 8-bit microcontroller is upward compatible with the
PIC16C5x, PIC12Cxxx and PIC16C7x devices. It features 200 ns instruction execution, 256
serial port that can be configured as either 3-wire SPI or 2-wire I2C bus, and a USART.
14 Interrupt Sources
35 single-word instructions
Timer2: 8-bit timer/counter with 8-bit period register, prescaler and postscaler
o 10-bit PWM
o SPI Master
Brown-Out Reset
o 2 analog comparators
Microchip PIC flash microcontroller with 14.2 KByte(8K Words)Flash, 368 Ram, 256
Eeprom, 20MHz, DIL28. This powerful (200 nanosecond instruction execution) yet easy-to-
program (only 35 single word instructions) CMOS FLASH-based 8-bit microcontroller packs
Microchip's powerful PIC architecture into an 28-pin package and is upwards compatible
with the PIC16C5X, PIC12CXXX and PIC16C7X devices. The PIC16F876A features 256
synchronous serial port can be configured as either 3-wire Serial Peripheral Interface (SPI)
or the 2-wire Inter-Integrated Circuit (IC) bus and a Universal Asynchronous Receiver
Transmitter (USART). All of these features make it ideal for more advanced level A/D
The LED dot matrix display is simply an arrangement of LEDs in a row and column
formation just like a basic mathematical matrix arrangement. The desired character is simply
formed by lighting the appropriate LED, which gives the display pattern. The construction of
the dot-matrix display is achieved by connecting each LED between horizontal and vertical
grid lines. These grid lines are actually connection paths. There are two different modes of
connection; they are common cathode connection and the common anode configuration
Here all the cathodes of the LEDs are connected to the same column path and the anodes are
It involves connecting the anodes to the same column paths, and the cathodes along the rows.
The LED dot matrix display can also be characterized by their matrix size that is the number
LEDs on a row and on a column to form a particular character to be displayed. The most
popular size is the 5X7 matrix display, a character is formed by a matrix with 5 LED columns
having 7 LEDs on each row or 7 LED rows having 5 LEDs on each column.
IC 74154 is a 4-16 line decoder, it takes the 4 line BCD input and selects respective output
one among the 16 output lines, it is active low output IC so when any output line is selected it
is indicated by active low signal, rest of the output lines will remain active high. This 4-line-
to-16-line decoder utilizes TTL circuitry to decode four binary-coded inputs into one of
sixteen mutually exclusive outputs when both the strobe inputs, G1 and G2, are low. The
demultiplexing function is performed by using the 4 input lines to address the output line,
passing data from one of the strobe inputs with the other strobe input low. When either strobe
input is high, all outputs are high. These demultiplexers are ideally suited for implementing
All inputs are buffered and input clamping diodes are provided to minimize transmission-line
information transfers in or out, one bit at a time (contrast to parallel port). Throughout most
of the history of personal computers, data transfer through serial ports connected the
term "serial port" usually identifies hardware more or less compliant to the RS-232 standard,
For its use in connecting peripheral devices, the serial port has largely been replaced by USB.
For networking, it has been replaced by Ethernet. For console use with terminals (and then
graphics) it was replaced long ago by MDA and then VGA. While nearly every server has a
serial port connector, most non-power user workstations and laptops do not have an
outwardly wired one as it is a legacy port, and superseded for most uses. Serial ports are
commonly still used in legacy applications such as industrial automation systems, scientific
analysis, and some industrial and consumer products. Network equipment (such as routers
and switches) often use serial console for configuration. Serial ports are still used in these
areas as they are simple, cheap and their console functions (RS-232) are highly standardized
and widespread.
The vast majority of computer systems have a serial port, however it must usually be wired
converted characters to (and from) asynchronous serial form, and automatically looked after
the timing and framing of data. Very low-cost systems, such as some early home computers,
would instead use the CPU to send the data through an output pin, using the so-called bit-
banging technique.
Many personal computer motherboards still have at least one serial port. Small-form-factor
systems and laptops may omit RS-232 connector ports to conserve space, but the electronics
are still there. RS-232 has been standard for so long that the circuits needed to control a serial
port became very cheap and often exist on a single chip, sometimes also with circuitry for a
parallel port.
Early home computers often had proprietary serial ports with pinouts and voltage levels
incompatible with RS-232. Inter-operation with RS-232 devices may be impossible as the
serial port cannot withstand the voltage levels produced and may have other differences that
"lock in" the user to products of a particular manufacturer. Low-cost processors now allow
higher-speed, but more complex, serial communication standards such as USB and FireWire
to replace RS-232. These make it possible to connect devices that would not have operated
feasibly over slower serial connections, such as mass storage, sound, and video devices [3].
The RS-232 standard is used by many specialized and custom-built devices. This list includes
some of the more common devices that are connected to the serial port on a PC. Some of
these such as modems and serial mice are falling into disuse while others are readily
available.
Computer terminal
Dial-up modems
Printers
Serial Mice
Satellite phones, low-speed satellite modems and other satellite based transceiver
devices
2.6 RESISTOR
The resistor is an electronic component that limits or restricts the flow of electrons (current
carriers) in an electronic circuit. Various types, as well as sizes, are available commercially.
The values could either be inscribed on it or a system of color codes could be used. This
system uses four color bands. Three of the bands are closely spaced which shows the
resistance value while the fourth band is often gold or silver (though other exists like red,
For the purpose of this project the fix resistor is used the output of the microcontroller
(PORTB) is connected to resistors which limit the current supplied to the transistors
(MOSFET) if the resistors are removed excess current will be drawn from the microcontroller
2.7 CAPACITORS
These are electronic components that have the ability of storing energy in form of electric
field. Their ability to store or absorb electricity is called capacitance and it is measured in
Farads with other units as microfarads (F). The charging and discharging characteristics was
used in building oscillators while its smoothening ability was explored in filtering ripples
The capacitor in this project is used mainly to filter out ripples in the circuit and to stabilize
A light emitting diode is a semiconductor device that emits incoherent narrow spectrum light
As the name indicates it is a forward biased p-n junction which emits visible light when
energised , charge carrier recombination takes place when electrons from the N-side cross the
junction and recombine with the holes on the P-side. During recombination some of the
energy difference is given up in the form of heat and light (i.e.photons). If the semiconductor
material is translucent, light is emitted and the junction becomes a light source i.e. a light
emitting diode (LED). The colour of the emitted light depends on the type of material used
[3].
applied to it. Discovered in the early 20th century the technology has been greatly developed
and continues to advance through research and development. From early indicator lights with
low light output, with only one available color, to today's devises that emit visible, ultraviolet
The technology behind LED is based on semiconductor technology, which is also the basis of
modern computers. In the semiconductor diode, electrons are brought from a state of high
energy to a state of low energy state and this energy difference is emitted in the form of light,
the effect is called electroluminescence. Specific colors are associated with specialized
materials that are constructed to have an energy gap corresponding to light with particular
The first known report of a light-emitting solid-state diode was made in 1907 by the British
To choose light emitting diodes for a particular application, one or more of the following
points have to be considered wavelength of light emitted, input power required , output power
, efficiency,turn-on and turn-off time, mounting arrangement, light intensity and brightness
etc.
Since LEDs operate at voltage levels from 1.5Vto 3.3V, they are highly compatible with
solid-state circuitry.
2. for solid state video displays which are rapidly replacing cathode-ray tubes (CRT)
3. In image sensing circuits used for picturephone
supplying input power to lasers or for entering information into optical computer
memories.
2.10 TRANSISTORS
least three terminals for connection to an external circuit. A voltage or current applied to one
pair of the transistor's terminals changes the current flowing through another pair of
terminals. Because the controlled (output) power can be much larger than the controlling
(input) power, the transistor provides amplification of a signal. In the early days of transistor
circuit design, the bipolar junction transistor, or BJT, was the most commonly used transistor.
Even after MOSFETs became available, the BJT remained the transistor of choice for digital
and analog circuits because of their ease of manufacture and speed. However, desirable
properties of MOSFETs, such as their utility in low-power devices, have made them the
ubiquitous choice for use in digital The essential usefulness of a transistor comes from its
ability to use a small signal applied between one pair of its terminals to control a much larger
signal at another pair of terminals. This property is called "gain". A transistor can control its
output in proportion to the input signal; this is called an "amplifier". Or, the transistor can be
used to turn current on or off in a circuit like an electrically controlled "switch", where the