On Wed, Jan 19, 2022 at 12:51 PM, kevin wrote:
My WeMos D1 Mini ESP8266 has a me6211 regulator that is specified as absolute max input voltage of 6.5V and the input pin is labelled 5V.
This "Wemos ESP8266 cannot tolerate 5 volts" seems to be causing some confusion. The Wemos ESP8266 D1 mini/pro modules we use have an onboard 5V to 3.3V regulator as you stated. Those specs look correct.
The caveat is that the ESP8266 cannot tolerate 5V on the input(GPIO) pins. The warning was put there because Encoders have both 3.3V and 5V signal outputs.
So the upshot from this is
don't confuse input(GPIO) pin and power input pin specs, they are different beasts. However don't put 5V on the 3.3V power pin, bad things can and will happen.