Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/24/03 13:27
Read: times


 
#37095 - RE: 19 DIGIT / 64 KEYS IN 89C52 ?

Dear Nagarajan,

Good luck. The application that you have described is going to call for a good amount of coding.

Here are some tips :

- 19 Digits of display. First and foremost decide on the interface hardware - in an application for 18 digits I have used a 4to16 decoder for digits upto 16 and 17 , 18 were directly ported to P1.4 and P1.5 ( P1.0 to P1.3 were driving the 4to16 decoder ) The segment bus was driven by PO port. Also note that you need to use a latch like 74573 for each digit. This will reduce your update frequency - we were happy with 50mS updates because of the latch. Hope you get the idea.

- With the above logic you dont need to update the displays like crazy every 1mS.

- The matrix keybboard will need 16keys minimum to read 64 keys. The ADC data will need another 8 bits as inputs. I am afraid you will very fast run out of port pins with normal 8052s.

- In such cases switching over to memory mapped I/O is a good alternative.

Reply if I have managed to confuse you !!

Bye

Raghu


List of 13 messages in thread
TopicAuthorDate
19 DIGIT / 64 KEYS IN 89C52 ?            01/01/70 00:00      
RE: 19 DIGIT / 64 KEYS IN 89C52 ?            01/01/70 00:00      
RE: 19 DIGIT / 64 KEYS IN 89C52 ?            01/01/70 00:00      
RE: 19 DIGIT / 64 KEYS IN 89C52 ?            01/01/70 00:00      
RE: 19 DIGIT / 64 KEYS IN 89C52 ?            01/01/70 00:00      
RE: 19 DIGIT / 64 KEYS IN 89C52 ?            01/01/70 00:00      
RE: 19 DIGIT / 64 KEYS IN 89C52 ?            01/01/70 00:00      
19 digit MUX in software?            01/01/70 00:00      
RE: 19 digit MUX in software?            01/01/70 00:00      
RE: 19 DIGIT / 64 KEYS IN 89C52 ?            01/01/70 00:00      
RE: 19 digit MUX in software?            01/01/70 00:00      
RE: 19 DIGIT / 64 KEYS IN 89C52 ?            01/01/70 00:00      
RE: 19 DIGIT / 64 KEYS IN 89C52 ?            01/01/70 00:00      

Back to Subject List