Open Mike-K8LH opened 8 months ago
Hey, I really like the like the looks of that design. When I was getting started I think that kind of use of the 574s would've really confused me, but I've used them a lot recently in the P:65 expansion bus, and after a few missteps I think I've got the hang of them. The 23017s were a lot simpler to figure out for a novice, but the speed of the i2c bus is definitely a disadvantage now that I'm thinking about larger memories.
Hi Christopher. I could send you one of those PCBs if you'd like but they're meant to go onto an Uno clone with a mini, micro, or type-C USB connector (available from any number of AliExpress vendors). You could probably use a 'standard' Uno with some tape or something to keep the jumper block from shorting out on the big honkin' USB connector. My Uno software is clumsy and unfinished but I doubt you need my help in that area.
Cheerful regards, Mike
If it helps... After trying the I2C '23017 chip for an address latch, I ended up using a pair of 74HC574's in cascade which is much faster than designs using serial-to-parallel chips. It takes a little over 3-us to load the address latches. Here's an example Arduino code excerpt;