mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-25 22:11:29 +01:00
Not every nodeMCU board supports 12V (#626)
It could destroy the board if users just try and power it using 12V. There are boards that don't support 12V but only up to 5V.
This commit is contained in:
parent
fa929e7a81
commit
e947978cdc
@ -49,8 +49,7 @@ Note that in certain conditions you *can* use the pins marked as ``INTERNAL`` in
|
||||
not be pulled low on startup. You can, however, still use them as output pins.
|
||||
- ``A0``: This pin can be used as a normal GPIO pin (like ``D1`` etc) but additionally can measure
|
||||
voltages from 0 to 1.0V using the :doc:`/components/sensor/adc`.
|
||||
- ``VIN``: This board can be powered by an external power supply by using this pin. Supply a voltage between
|
||||
3.3V to 12V to this pin and the linear voltage regulator on the board will power the board.
|
||||
- ``VIN``: This board can be powered by an external power supply by using this pin. Supply a voltage depends on the board you use. Some boards support up to 12V, some up to 5V.
|
||||
- ``ENABLE``/``RESET``: When these pins are triggered, the board resets. The difference between the pins
|
||||
is how they can handle voltages above 3.3V.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user