top of page

Forum Comments

Logic Gates to 8-bit
In General Discussion
Creui
Aug 09, 2023
Day 8 I regret calling the day early yesterday. Contrary to my belief, timers aren't actually that hard. I made a D flip flop pretty quickly and flawlessly. I learned to make the clock from the artworks page of CRUMB's Steam Community general discussions, turns out I need to supply positive current to the reset pin. (I really need to start to get into the habit of reading datasheets) I fiddled with it a bit after learning it to know how to change variables of the pulse timing (trigger capacitor changes the pulse delay, resistor connecting the discharge and threshold pin changes the speed of the pace of the pulse). I then connected the clock to a delay timer, I also fiddled with it for the reason stated previously (resistor and capacitor changes the lifetime of the pulse). Then I connected the output of that to the AND gates of the inputs (replacing the enable). Ben Eater vid To make up for my regret I tried making a JK flip flop, and was kinda successful! I luckily found this stackexchange post stating that the circuit shown in Ben Eater's video was wrong, (tl;dr he got it flipped) they also stated that JK flip flop was a junk circuit, but I'm too far into it to not ignore that. The thing with my circuit is that it works normally until both inputs are on. It does oscillate while the clock is pulses, but when the pulse ends, both are off. I actually got it to work like a real JK flip flop for a very short time but modified something in the circuit and returned to the previous state. I'll just blame the simulator like I always do hehe I built all these circuits mostly all by myself again, I only read logic and circuit diagrams, no breadboard tutorials/videos which is a big win in my books! (except for the clock reset pin moment) I think I'll take a break to research and decide what I'll do next, it's very possible that I'll begin to just follow Ben Eater's playlist. It's also to celebrate how consistent I've been, I've officially been doing this for a week! D flip flop (555 Q/output pin directly connected to delay timer, green cables connect delay timer to AND gates of inputs) JK flip flop files
Content media
1
1
Logic Gates to 8-bit
In General Discussion
Creui
Aug 07, 2023
Day 6 Today was successful to say the least I did all of the things below all by myself with only Ben's video and literally nothing else! Started off by Watching Ben Eater's video on a D latch, made all his examples using the ICs flawlessly, I did my goal in under 1 hour so I'm a little surprised. There's a lot more time left in my schedule so I decided to take a very little break then tried to make all the examples using transistors. I kinda made the D latch with no enable, the thing was that one output wouldn't turn off completely when it was supposed to. I just skipped to making the SR latch with an enable. When I added the enable gate, when either of the buttons were pressed, the output LED that was supposed to stay on just wouldn't, both of them would be off when nothing was pressed. It turns out that the positive current coming from the enable switch to the beta of the transistor was interfering with the circuit. I just increased the ohms of the resistor of the enable switch to 2000. During the troubleshooting of said problem, I deleted the connection between the enable switch and the beta of one of the transistor, then tried pushing the button of the one with the enable switch still connected. I came to realize that I just made an actual D latch, it actually remembers the state of the outputs when the enable switch is off. I'm kind of getting a hold of working with circuits with inverters, I think it's all about giving new paths for the current to go to ground when and how you want it to. I'll try to make a D latch with no enable that works flawlessly tomorrow, then go to D flip-flops. D latch with no enable SR latch with enable D latch files
Content media
1
0

Creui

More actions
bottom of page