Integer pulse divider

Thread Starter

Axel_sr

Joined Feb 28, 2022
50
Hi. I have a few options how to create a pulse divider that must have selectable divider between 1 and 4000. However, all of those require programming. This is not an issue but I was thinking if this is possible to do using discrete components. I have been iterating something that is based on a counter and 12 bit AND, but at the same time thinking if the wheel is already invented. Meaning that a standard solution exists.

A
 

Papabravo

Joined Feb 24, 2006
22,082
What I think you need is 12-bit binary down counter with a synchronous preload. Each time the counter gets to zero, or to an illegal state, the pre-load value gets jammed into the counter. When the counter reaches 0, the terminal count output toggles a flip-flop and reloads the counter.
 

Thread Starter

Axel_sr

Joined Feb 28, 2022
50
Papabravo
Yes, this is pretty much what I am looking for

dl324
4089 is what I have found the best option so far. In the end the circuit might be as simple as cascading three 4089s and flip-flop

crutschow
Can be as simple as DIP switches

thanks,

A
 

MisterBill2

Joined Jan 23, 2018
27,510
The questions are What frequency? and are you looking for a square wave out or just a pulse out every so many input pulses? ANS what is the input signal?
Additionally it will be useful to know the means desired for selecting the division, will it be software, electronic input, or setting dip switches? The simplest scheme uses 5 ICs and a 10 position dip switch for each digit of the divisor. It has a direct decimal input and can divide by 1 to 9999.
When the count equals the setting the output of the four input AND gate goes high and pulse is generated and the counters are reset.
 
Last edited:

Ian0

Joined Aug 7, 2020
13,131
If the division ratio is a binary number, either from a 12-way DIL switch or a 12-bit parallel port, the the 40103 gives a 2-chip solution.
 
Top