Which JK Flip Flop is Best for Simple State Machines Using a 9V Battery?

AI Thread Summary
For building simple state machines powered by a 9V battery, using D flip-flops is recommended over JK flip-flops due to their ease of design and functionality. D flip-flops allow for straightforward state transitions, eliminating the need for complex logic to determine J and K inputs. The 74HC273 octal edge-triggered D flip-flop is suggested for its availability and features, including a reset line for initial state definition. The discussion highlights that JK flip-flops are considered outdated for most applications, making D flip-flops a more practical choice for synchronous designs. Overall, D flip-flops provide a more efficient and user-friendly approach to state machine design.
mistermotown
Messages
13
Reaction score
0
Hi, I am looking to build some very simple state machines, with JK flip flops. I am planning to run them off a 9 volt battery, if that is feasible.

Does anyone have a suggestion on what JK flip flop to buy, preferably from Mouser?
I know Mouser has about 300 different parameters to pick from, I just want someone to suggest a good starting JK. I am not going to be doing anything high power, or fast frequency switching. I believe I am going to want a positive trigger though.

Anyone have a good suggestion?
 
Engineering news on Phys.org
Type 4027 or HEF4027/CD4027
 
JK flip-flops are old-fashioned. D latches and D flip-flops cover about all uses and have replaced all others. It would need a very special need and tricky circuitry to justify a JK.

Plus, a state machine traditionally uses D flip-flops, with logic between. Anything else is probably too complicated to design.
 
D-flip flops still have a clock input for them to change states, right?
Do you have any suggestions for a D-flip flop?
 
mistermotown said:
D-flip flops still have a clock input for them to change states, right?
Do you have any suggestions for a D-flip flop?

Yes and they're much easier to design with as the "next state" is simply "D". (So no need to mess about with translating "next states" into equations for J and K).

And as long as you are sticking with purely synchronous designs (all f/flops having common clock) then hex and octal D flipflop packages are readily available.

As Enthalpy said, JK flipflops are pretty outdated. Well actually any random SSI logic implementation is going to be outdated, but it's probably still a very good "hands on" learning experience for familiarizing yourself with logic design.

The basic idea behind J-K was that some of the next state logic could (if you were lucky) be shoehorned into the J-k functionality, thereby perhaps saving a gate or two in the combination logic. You'll probably get a bigger saving however by just making use of the good number of D f/flops (8) that you can get in a single SSI IC, and then just using an all nand combinatorial logic.

74xx273 is an octal edge triggered D flipflop with a reset line (so good for forcing a well defined initial state). The "xx" in this code represents the exact logic family. Eg 74HC273 is the part in the "HC" (5 volt high performance cmos) logic family, probably one of the more readily available types.
 
Last edited:
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top