CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

CD4094

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Pichuqy_1



Joined: 03 Aug 2010
Posts: 38

View user's profile Send private message MSN Messenger

CD4094
PostPosted: Wed Dec 21, 2011 6:47 pm     Reply with quote

Hi. Is it posible used the CD4094 with SPI protocol? Embarassed
temtronic



Joined: 01 Jul 2010
Posts: 9170
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Wed Dec 21, 2011 6:57 pm     Reply with quote

Yes,just a matter of reading the datasheets, understanding timing diagrams and cutting some code. 2-3 nights will do it.

.. but if you're really asking will I give you the driver to allow a PIC to use SPI to communicate to a CD4094 that's another question.Sorry, that answer is no.

If you Google SPI , CD4094 there is code available. It's up to you to sort through the 5,000,000 hits to find it.
Pichuqy_1



Joined: 03 Aug 2010
Posts: 38

View user's profile Send private message MSN Messenger

PostPosted: Wed Dec 21, 2011 7:01 pm     Reply with quote

Thanks for the answer temtronic. I don't want the code. I just want to know if it is possible. Thanks. I will try to do that.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Dec 22, 2011 12:52 am     Reply with quote

This website has a project with CCS code for a CD4094. It's not in
English, but it's still easy to understand. There is also a schematic:
http://www.ucontrol.com.ar/wiki/index.php?title=Usando_el_CD4094_para_manejar_displays_7_segmentos#El_software
asmboy



Joined: 20 Nov 2007
Posts: 2128
Location: albany ny

View user's profile Send private message AIM Address

PostPosted: Thu Dec 22, 2011 1:17 pm     Reply with quote

What a nice example!
The material PCM_P dug up is really a very nice starting point.

I am sure you see how to daisy chain to get more digits, but another thing I did some time ago when having to drive multiple LED segments was to AND the high side pin THROUGH a gate ( 74HCT08 ) -- ANDed with the signal from one of the CCP PWM outputs - running at about a 15% duty cycle. This has almost no effect on brightness but reduces battery consumption dramatically.

That said - if you need to show a lot of digits and really want to save power - an LCD panel is also your friend.....
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group