View previous topic :: View next topic |
Author |
Message |
Pichuqy_1
Joined: 03 Aug 2010 Posts: 38
|
CD4094 |
Posted: Wed Dec 21, 2011 6:47 pm |
|
|
Hi. Is it posible used the CD4094 with SPI protocol? |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9226 Location: Greensville,Ontario
|
|
Posted: Wed Dec 21, 2011 6:57 pm |
|
|
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
|
|
Posted: Wed Dec 21, 2011 7:01 pm |
|
|
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
|
|
|
asmboy
Joined: 20 Nov 2007 Posts: 2128 Location: albany ny
|
|
Posted: Thu Dec 22, 2011 1:17 pm |
|
|
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..... |
|
|
|