connecting Multiplexer to 7-segments LED question
Borna
Posts: 36
Hello all,
I’m working on a project with stamp II and need to display a 4 digits number to 4X7-segments LED. I have purchased MC14489BP multiplexer. Can someone please help me explain if I want to display a 4 digit number s such as 1234 which pins on the MC14489 need to be connected to which pin on the 4 X 7-segments LED? I'm very new to these stuffs and not sure about which pines get connected to which pins
·
You can see the technical data for MCI14489 at this link
http://www.jameco.com/wcsstore/Jameco/Products/ProdDS/241824MOT.pdf
·
The LED data can be found at this link
http://www.futurlec.com/LED/7SEG4RCC.shtml
·
Thanks for the help
I’m working on a project with stamp II and need to display a 4 digits number to 4X7-segments LED. I have purchased MC14489BP multiplexer. Can someone please help me explain if I want to display a 4 digit number s such as 1234 which pins on the MC14489 need to be connected to which pin on the 4 X 7-segments LED? I'm very new to these stuffs and not sure about which pines get connected to which pins
·
You can see the technical data for MCI14489 at this link
http://www.jameco.com/wcsstore/Jameco/Products/ProdDS/241824MOT.pdf
·
The LED data can be found at this link
http://www.futurlec.com/LED/7SEG4RCC.shtml
·
Thanks for the help
Comments
BTW, my November column in Nuts & Volts magazine covers the MC14489 and does go into detail.· It should hit newstands shortly.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
from what I underestand looks like MAX7219 is an easier to use than MCP14489
do you know if there is any difference between MAX7219 and MAX7219CNG? can both be used to drive 7-sigments LEDs?
Thanks
Borna
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
You said you're covering the MC14489 in more details in Nov issue of nuts and volts. Can I get this magazine from bookstore such as borders book store or Barnes·& Noble? Also is there anyway to have access to the schematic of coin counter article?
Thanks
Borna
I've attached the MC14489 portion of the coin program -- the "coin" inputs are just active-low push-buttons.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
I'm new to basic stamp and loving it so far. Jon, I looked at your code and have a few questions and wonder if you can help me
What is the purpose of the following
config = %11101101 ' setup for "HELLO"
also do you always call Update_Cfg after a call to Update_Segs?
oh I forgot what is the purpose of Decode characters such as
Ltr_H CON $2
why do you give it a value of $2
thanks
Suzi
The reason for those bits of code is that I'm doing what is required by the MC14489. Download the data sheet for that part and study it carefully, the code will start to make sense. The other thing you can do is pick up the November issue of Nuts & Volts magazine; my column discusses the MC14489.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax