Hi, can anyone help to share coding for PIC 16f628 for driving 3 digit BCD display ( 0 - 256 ) with 8 bit binary input ? thank you very much 😀
I've used a number of PIC chips and found a wealth of starter code at Browse Application Notes
for instance
for instance
thanks. i search in web, if using logic decode, i wil need 8 IC's + 3 BCD display
using PIC, I still need to use some BCD driver + PIC + code. It looks like I might goes
for logic.
using PIC, I still need to use some BCD driver + PIC + code. It looks like I might goes
for logic.
If you have a tool to write it, you could use a 16Bit E(E)prom as a "table" to decode. The lowest number of parts but not the cheapest solution.
Regards
Flo
Regards
Flo
I recently posted some BCD code for PIC 16F887 here:
http://www.diyaudio.com/forums/cons...-inkjet-stencils-smt-pic-16f887-bcd-code.html
w
http://www.diyaudio.com/forums/cons...-inkjet-stencils-smt-pic-16f887-bcd-code.html
w
If you use 16F628 you will need to multiplex the displays. 16F887 will drive 3 displays directly.
w
w
Hi WakiBaki, thanks a lot for the idea. I am actually working on a 8 Bit relay stepped volume control using 16f628 mentioned in Relay Volume Control with Pic microcontroller
however, it doesnt work very well, (1.) the rotary encoder doesnt response well. (2.) The 8 Bit doesnt display in BCD (3.) No remote control routine.
After search thru internet, I found another project Audio Volume Relay Attenuator with IR Control
it seems very complete and neat but unfortunately, I need to buy the microcontroller & firmware. It is not open source :-( somemore seller doesnt respond me after I mail to ask for PayPal acc to bank in.. I wish to build my
step attenuator with spec : (a.) 6 or 8 bit relay switched (b.) BCD display (c.) Rotary encoder (d.) Remote controllable
I am willing to learn, I bought the programmer & downloaded the assembler but i get stucked, I cant find good reference in the web..hopefully some one from this forum can lend me a helping hand...thanks a lot !
however, it doesnt work very well, (1.) the rotary encoder doesnt response well. (2.) The 8 Bit doesnt display in BCD (3.) No remote control routine.
After search thru internet, I found another project Audio Volume Relay Attenuator with IR Control
it seems very complete and neat but unfortunately, I need to buy the microcontroller & firmware. It is not open source :-( somemore seller doesnt respond me after I mail to ask for PayPal acc to bank in.. I wish to build my
step attenuator with spec : (a.) 6 or 8 bit relay switched (b.) BCD display (c.) Rotary encoder (d.) Remote controllable
I am willing to learn, I bought the programmer & downloaded the assembler but i get stucked, I cant find good reference in the web..hopefully some one from this forum can lend me a helping hand...thanks a lot !
- Status
- Not open for further replies.
- Home
- Source & Line
- PC Based
- Binary 8 bit to BCD display