Wednesday, August 27, 2014

PC Driven LED Display Wiring diagram Schematic

Here is a schema to generate sequentially running light effects using a simple program written in C. The output of the program is taken from the LPT port of a PC and then fed to the interfacing schema for the LED display. The outputs of the interfacing schema are decoded, inverted, and then connected to LEDs through optocouplers.

PC-Driven
 Fig. 1: Interfacing schema for PC-driven LED display

The interfacing schema along with the 25-pin parallel port is shown in Fig. 1. IC1 (74LS138) is a high-speed 1-of-8 decoder/demultiplexer. In the schema, only five outputs (pins 10 through 14) of IC1 are used. These outputs are inverted using  NOT gate IC2 (7404). Optocouplers IC3 through IC7 (MCT2E) are used to prevent the schema from damage in the event of short schema in the load.  Thus the loads comprising LED blocks LB1 through LB5 are isolated from the interfacing schema including the PC. Each LED block contains a number of LEDs connected in series.

The LEDs can be arranged, for instance, to display a sequential running light and fountain pot as shown in Figs 2 and 3. The colour of LED blocks can be green and red alternately.

LED
Fig. 2: LED block arrangement for sequentially running light   

LED
 Fig. 3: LED block arrangement for fountain pot

The program can be compiled and run through Turbo C compiler. In the program, the function outport(p,x) is used, where ‘p’ is the address of the controller port and ‘x’ is the value sent to it. Here, controller port  LPT1 is used, whose base address is 378H. If LPT2 is to be used, the base address must be 278H. When the delay time delay() is increased, the running speed of LEDs decreases and vice versa.

In the schema, 100-ohm fixed resistors R6 through R10 can be replaced with 100-ohm or 200-ohm presets for decreasing and increasing the intensity of LEDs.

The program for LED display is as follows:



This schema costs around Rs 100.


Sourced By: EFY Electronics Author:  R. Karthick

Related Posts:

  • Simple Guitar Synthesizer CircuitThis circuit uses a CMOS Phase Locked Loop, the 4046, to produce a very unusual sound from a guitar, which sounds something like a synthesizer. The signal from the guitar is amplified by two of the amplifiers in `the 4007. Th… Read More
  • STK4038 60W Amplifier CircuitSTK4038 is an built in AF power amplifier that will deliver 60 watts of output power into a 4 ohm load. The internal fixed current circuitry reduces switch ON/OFF clicks. The IC supports the addition of external circuits for … Read More
  • LED flasher Circuit using NE555This is a LED flasher Circuit using NE555. This schema consumes more power, but its advantage is when you need a variable flash rate, like for strobe diagram. You can actually use this schema as a remote control for strobes t… Read More
  • Simplest DC Motor Speed Controller Circuit DiagramThe effect can be eliminated by means of Ri compensation, which essentially entails measuring the motor’s current consumption, relating this to the motor’s instantaneous drop i across Ri, and increasing the supply voltage acc… Read More
  • Bicycle Turn Signal Indicator CircuitSince a bicycle has no effective width, normal indicator lamps placed on each side do not give a clear indication of direction when seen from a distance,  especially at night. The bicycle turn signal indicator circuit shown i… Read More

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.