My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
given that I-inh max for a SN7407 gate is 40uA and a pic output pin could drive more than 20 of them and still produce a clean TTL signal.Yeah, I was blindly following SN7407 datasheet. I don't really care about timing, so I upped it to 1K pull-up.
i cannot see that signal timing would even be a consideration. just what need does the pullup fulfill ?
Warning I'm not a teacher
Except from preventing the input pin on the SN7407 from floating, I don't see one for my application.
I don't really care about "precision timing"; I just trigger the MCLR reset on the Slave with a 10usec pause. I still have a pull-up downstream on the Slave PIC.
Code:SlaveMCLR = 0 PauseUS 10 SlaveMCLR = 1
EDIT: I figured I'd read the instructions AFTER posting that reply.
Promptly runs over to breadboard to pull down the other 5 unused inputs.11.1 Layout Guidelines: ... All unused inputs of digital logic devices must be connected to a high or low bias to prevent them from floating.![]()
Last edited by Demon; - 3rd October 2024 at 19:41.
My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
Bookmarks