Couldn’t have done it without the Gin
The input is not working on my Multi Midi Filter Module… Worked when I removed the Schmitt and bridged the connections… Maybe this has something to do with it?? ( may cure the HUMM too )
Classic ………………………………….
Sorry, but I need someone to explain this one to me. I don’t see the problem.
Yeah, I don’t see it either.
Not sure, but I think the 74LS14 needs 5V, not 12V.
Glad AO can’t spot it yes 5V Logic does not seem to like a 12V supply rail. Data sheet says 7V max…
Ah… well, I don’t do much with logic chips. What I’ve done has been 4000 series…
it works fine now that i have replaced the IC and fudged its power over to the 7805.
Oh boy, got the polarity backwards on a chip again. Not sure I killed it as far as I can tell, but I did swap it out and put it in quarantine. Did pop a power filter cap though! That scared the shit outa me.
bang , clean it up good that stuff is mildly corrosive .
I think there are a few of us with the exploded cap T-Shirt …
Rob
The inevitable happened…my janky PSU ate another power module, this time it was the 5V! Time to just build an MFOS wall wart supply. Fortunately I already have all the parts.
I think you’ve conclusively proved that design is to be avoided. Could I request you post replies to the following two posts to warn people of your experience?
That is a great idea. Especially considering that way of making a power supply is one of the first results when you google DIY eurorack power supplies.
MICROBUUUUSSSS
Me: OK, self, we want this pot to work in the opposite direction
so turn it around when we redraw the schematic, OK?
Self: OK, no problem!
In team programming it can even get worse…
One day I got tired of the way things were displayed in “reverse” in a list, so I decided first thing the next morning I’ll change the display function to draw them in the “right” order (and all associated event handling functions).
Next morning, I pulled the latest code, and fixed the display order. Something simple, just loop thru the array from back to front. But… it didn’t work !
After two hours of head scratching, I finally noticed someone else also got tired of this, and fixed it by reversing the order of the elements in the array…