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.

How to use 4094 for driving seven segments

Status
Not open for further replies.

hassan1980

Full Member level 4
Joined
Jan 14, 2005
Messages
204
Helped
9
Reputation
18
Reaction score
6
Trophy points
1,298
Activity points
1,340
Hi, there

Would you please help me to use 4094 with seven segments

Would you please write simple assemply code for 4094 and pic16f84.

I want to produce these numbers on seven segment :

0
1
2
3
4
5
6
7
8
9

I am waiting your replies
 

What have you tried up to now?

What, from all that has worked and what hasn't?

Waiting to be spoon fed? Not by me!
 

Hello,

Thats easy...

You have to make an array which contains the 7-seg numbers masks, and according to your 7-seg display whether it's a common cathod/anode you fill that constant array.

When you out putdata to 4094, you have to write the bit on the port pin, clock it, and so on...

BTW, see what language you use to program the PIC, and there must be available examples on the net.

Good luck
 

Hi,
With 16F84 you don't even need the 4094 and it can drive more than one display!
Here's a sample project that uses such technique.
BTW you have to compile the .asm file first using MPLAB and burn the HEX file into the 16F84. Good luck.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top