J
John_H
Guest
"Silvester" <professor03@hotmail.com> wrote in message
news:1141738822.448393.96950@p10g2000cwp.googlegroups.com...
function to even include a 7-segment display driver if you need. The $49
development board from Xilinx
http://www.xilinx.com/xlnx/xil_prodcat_product.jsp?title=design_kit
should include everything you need to get a chip that does what you want.
If you wanted to buy the kit but not get into the details of logic design,
there are plenty of folks that could help, particularly at comp.arch.fpga
(even if it is a cpld).
You could use dip switches, 0-9 rotary swiches, even a "set" mode like on
your alarm clock though that method would lose its memory on power-cycle.
Logic design is fun these days.
news:1141738822.448393.96950@p10g2000cwp.googlegroups.com...
You could use a simple CPLD - programmable logic - to implement yourElectronics is not my field, so I scoured the internet to find counter
circuits, but none of what I found really hits my exact needs.
I'm looking for a 2 or 3 digit counter that will count down from a
predefined number to zero - with a RESET switch to send the count back
to
the max number.
From what little I know of binary, I firgure I could use DIP switches
to set
the maximum number that the count starts at - a bank of 8 DIP switches
gives me a max of 255.
I need to count objects passing a certain point and I figured I use a
LED emitter and receiver pair, probably IR.
Can any one offer me some help?
Silvester
function to even include a 7-segment display driver if you need. The $49
development board from Xilinx
http://www.xilinx.com/xlnx/xil_prodcat_product.jsp?title=design_kit
should include everything you need to get a chip that does what you want.
If you wanted to buy the kit but not get into the details of logic design,
there are plenty of folks that could help, particularly at comp.arch.fpga
(even if it is a cpld).
You could use dip switches, 0-9 rotary swiches, even a "set" mode like on
your alarm clock though that method would lose its memory on power-cycle.
Logic design is fun these days.