Live data from Hacker News

Schmitt Trigger: Robust Comparator Design with Hysteresis

wevolver.com

1–10 of 13 posts

Re: Schmitt Trigger: Robust Comparator Design with Hysteresis

#2
It'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 constantly.

Re: Schmitt Trigger: Robust Comparator Design with Hysteresis

#5
post #4
post #3

Slop

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

#6
post #4
post #3

Slop

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.

This is without a doubt slop.

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

#7
post #4

Earlier 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.

The "not gate inverter" is particularly nonsensical.

Re: Schmitt Trigger: Robust Comparator Design with Hysteresis

#8
post #4
post #3

Slop

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.

I feel like I learned something from this about the high level need and attributes of the schmitt trigger design. But I'm sure I'd need to read the actual my sources to realize the physical design.

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

#9
post #2

It'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.

Re: Schmitt Trigger: Robust Comparator Design with Hysteresis

#10
post #9
post #2

It'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.

[deleted]
Post reply on HN