Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

8051 problem-lamps are controlled based on the output

Status
Not open for further replies.

adamarul

Junior Member level 3
Joined
Mar 26, 2009
Messages
28
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Chennai,India
Activity points
1,542
8051 regs

hi all,
I am involved in a project with 8051 where the lamps are controlled based on the output.i.e., if the output is 0x01, one lamp should glow...similarly if the output is 0xff,all 256 lamps should glow.
give me some ideas for the implementation.
 

Re: 8051-reg

look for 8 to 256 bit decoder
or use two 4 to 128 decoder
 

Re: 8051-reg

sau_sol said:
look for 8 to 256 bit decoder
or use two 4 to 128 decoder
You mean two 7 to 128 decoders [:)]
 

8051-reg

Hi,
Its so simple. Use serial to parallel shift registers. Build our own logic for values and connect the registers in series as many as you need.
I have used (256) lamps.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top