Great videos. The concept is really starting to click.
@gorillaau6 жыл бұрын
Machine Geek It has a certain clack to it.
@jameswest794510 ай бұрын
Great videos, come in handy for even simple industrial control cabinets in the modern age still
@hellfiremissle4907 Жыл бұрын
In your last video i just realized that you missed out on a very easy to implement operation that does not make your computer faster on a technical level but reduces the operation you need to do for some applications: the shift operator. As you can reduce the amount to of add operations when programming it by multiplying to the closest 2 power of two via shift and then adding (or subtraction if you use 2-complement and what ever suits you better), i can imagine that it would have some possible application working with 16 bit numbers. Also i have to throw it in here... i love this project of yours... it is awesome
@monad_tcp5 жыл бұрын
square wave music fits so nicely. time for building a square wave synth out of relays !
@LeonirZimmermann3 жыл бұрын
Brilliant work. But where is he?
@6infinity87 жыл бұрын
This series is so satisfying. Keep up the good work!
@vincentolesen83237 жыл бұрын
Looked forward to the continuation of this series! Good job - greating from Denmark!
@abQUINTON17 жыл бұрын
Just found this series, excellent work! Keep it up.
@edgeeffect7 жыл бұрын
This is a great series... it's a pity you don't make more episodes more often... but it's worth the wait because your production and content are very very well done..
@LeonirZimmermann3 жыл бұрын
Yes, is a great and brilliant work! But where is he?
@kenpeter37672 жыл бұрын
Once you have 4way multiplex, only need feed a truth table for logic you wish to perform. Spare poles form another 4way to ground carry on 00, propagate carry as-is on 01 or 10, or generate a new carry on 11. XOR logic output vs carry input (not carry out to next slice) for a final result. Difference across a final relay coil can give us that XOR. Spare pole of final may also pass a zero flag (which begins high) or ground it. Be sure to put a diode or MOV across each coil to suppress sparks. Differential XOR demands a bridge or MOV solution. Generate should not switch directly to the high rail, but to a control that may disable carry for pure logic. Set your truth table to XOR when adding. All this in four DPDT.
@ralphlouis27053 жыл бұрын
Best lesson ever
@weirdsciencetv4999Ай бұрын
Just make a microcode lookup rom, whose registers has as many bits as there are select lines. Then your rom could have following structure: 5 bits, “opcode”, 3 bits is sequence number. So each opcode (up to 32 of them) can have 8 steps, each step activates select lines for each step of the operation at hand. So your rom table has 256 entries possibly, whose register width is as wide as the number of total select lines in your machine. The rom can be an array of dip switches. This way only decoder needed is a 5 bit address decoder and a 3 bit address decoder, the grid array addresses your ROM table. Your opcode read from RAM into the instruction register addresses the first 5 bits of rom table, the next three bits are from your clock sequencer.
@puneetnayak46205 жыл бұрын
All vedios are great!!
@TinNguyen-HEICA5 жыл бұрын
thanks for making great videos
@angelagray80497 жыл бұрын
Thanks for another great one!
@Zenas5217 жыл бұрын
Cool video. High quality as usual. To everyone else, make sure to at least give a thumbs up if you enjoyed. Thees are real fascinating videos.
@RM-wi2su7 жыл бұрын
loving the new content, keep it up!
@michaelanderson6544 жыл бұрын
Are you selling any kits? This looks like fun
@josedominguez20217 жыл бұрын
Nice vdo again. i want to see all them... thanks a lot. Every time i see better.... I love relay,s. i can do a flip flop tipe D with relays.....do you???
@royvandam7 жыл бұрын
Hi cool project and nice nicely executed! Btw I noticed @4:12 that the left pin of the second diode from the right hasn't been soldered properly. Maybe you already fixed it but, it looks like it just connects :)
@royvandam7 жыл бұрын
Ah never-mind I was too quick, in a later shot it has been fixed.
@ProtoG427 жыл бұрын
Keep up the great work! Where did you buy the relays?
@theredstormer80786 жыл бұрын
Does this work with 5 pin relays if I connect the coils of 2 together? 5 pins are all I have.
@albertsandberg5 жыл бұрын
Yeah, that'd work but double the relay count.
@Nebulous-397 жыл бұрын
How do you get all those custom PCBs? They seem very expensive in low quantities like that. Do you have a way of making them yourself?
@ClicketyClack7 жыл бұрын
There are a lot of companies out there that will make small-batch prototype boards for you. As long as you're willing to wait a few weeks and use pretty basic specs (two layers, low tolerances) it's not too expensive.
@Tuetuopay7 жыл бұрын
Sooooo many choices for cheap PCBs ... DirtyPCBs, OSH Park, JLCPCB, Seeedstudio, ...
@diemorijsdijk18317 жыл бұрын
Hey clickety clack, What do you want to make with all of those relays What functions should it have? Just curious
@ClicketyClack7 жыл бұрын
It's going to be a fully programmable (but very simple) computer.
@diemorijsdijk18317 жыл бұрын
Clickety Clack do you have any idea of how many relays you would need?
@ClicketyClack7 жыл бұрын
Between the ALU and the three main registers I believe I'll need a total of 328 relays; for the sequencer, I/O and other miscellaneous parts I'm not sure yet since I haven't finished designing them.
@diemorijsdijk18317 жыл бұрын
Clickety Clack not bad, i guess, gotta count mine as well, but im going to use transistors becouse they are super cheap, if prices were equal i would have used relays :)
@nonohate6 жыл бұрын
Hey, could you make the Gerber files available for free download or paid download at some point, it seems like a project I would enjoy
@kenpeter37672 жыл бұрын
Why redundant arithmetic and logic before the multiplexer when MUX are perfectly capable? drive.google.com/file/d/133fmynxjcyRbONJITlNFItSr7aQqz8L8/view?usp=share_link drive.google.com/file/d/1eemAOT77ut0-isMaVaVbfw-9TxhC0q73/view?usp=share_link 1st example wired for carry and saving two control lines, might offer a slightly easier build. 2nd example wired for magnitude comparison, and no saving tricks, much easier to understand. Ken KD5ZXG
@kenpeter37672 жыл бұрын
Also, relay coils of the magnitude (or carry) chain do not depend on carry to ripple, only series prefixes A vs B.