Schmitt Trigger: Robust Comparator Design with Hysteresis
1–10 of 13 posts
Re: Schmitt Trigger: Robust Comparator Design with Hysteresis
#2This also means you'll want to ensure that any floating MCU pins are _not_ configured as digital inputs, as the Schmitt trigger circuit itself will waste power switching back and forth between high and low states constantly.
Re: Schmitt Trigger: Robust Comparator Design with Hysteresis
#3Re: Schmitt Trigger: Robust Comparator Design with Hysteresis
#4Slop
Re: Schmitt Trigger: Robust Comparator Design with Hysteresis
#5Slop
I don't think it's slop -- the sources are books and it doesn't read like slop -- but the sources are more worth reading. It's more like an undergrad trying to fill word count, without getting why this is interesting.
Re: Schmitt Trigger: Robust Comparator Design with Hysteresis
#6Slop
I don't think it's slop -- the sources are books and it doesn't read like slop -- but the sources are more worth reading. It's more like an undergrad trying to fill word count, without getting why this is interesting.
https://news.ycombinator.com/user?id=jay_wevolver
Is the account that used to heavily push this domain, I'm surprised it hasn't made it to the banlist.
Re: Schmitt Trigger: Robust Comparator Design with Hysteresis
#7Earlier quoted context omitted.
I don't think it's slop -- the sources are books and it doesn't read like slop -- but the sources are more worth reading. It's more like an undergrad trying to fill word count, without getting why this is interesting.
It's 100% AI-generated, including nonsense illustrations. And it's just so pointless too - there are many good, better-illustrated, and better-explained human articles about the same circuit.
Re: Schmitt Trigger: Robust Comparator Design with Hysteresis
#8Slop
I don't think it's slop -- the sources are books and it doesn't read like slop -- but the sources are more worth reading. It's more like an undergrad trying to fill word count, without getting why this is interesting.
However the general idea of using hysteresis for signal conditioning seems transferrable to other non physical control systems. I suspect that people who think about what the article is saying rather than reflexively declaring it to be slop could learn something useful.
Re: Schmitt Trigger: Robust Comparator Design with Hysteresis
#9It's worth point out that on many microcontrollers (STM32's at least), configuring a pin as a "digital input" means that the signal is routed through a Schmitt trigger circuit that's built into the MCU. This also means you'll want to ensure that any floating MCU pins are _not_ configured as digital inputs, as the Schmitt trigger circuit itself will waste power switching back and forth between high and low states cons…
Stop right there. Floating CMOS inputs are generally not a good idea, even if they can be configured to shut off the digital receiver.
Yes, in some cases, you really can shut off the power to the digital receiver, but in the general case, you're better off configuring a pullup or pulldown on the pin, to keep it out of the CMOS transition region.
Re: Schmitt Trigger: Robust Comparator Design with Hysteresis
#10It's worth point out that on many microcontrollers (STM32's at least), configuring a pin as a "digital input" means that the signal is routed through a Schmitt trigger circuit that's built into the MCU. This also means you'll want to ensure that any floating MCU pins are _not_ configured as digital inputs, as the Schmitt trigger circuit itself will waste power switching back and forth between high and low states cons…
> you'll want to ensure that any floating MCU pins Stop right there. Floating CMOS inputs are generally not a good idea, even if they can be configured to shut off the digital receiver. Yes, in some cases, you really can shut off the power to the digital receiver, but in the general case, you're better off configuring a pullup or pulldown on the pin, to keep it out of the CMOS transition region.