1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Added Note about Pullup and Pulldown resistors.

This commit is contained in:
h4rm0n1c 2015-07-16 18:02:50 +08:00 committed by Ivan Grokhotkov
parent ade463884c
commit 146eebb7bc

View File

@ -247,6 +247,7 @@ ESPxx Hardware
- GPIO15 is also named MTDO - GPIO15 is also named MTDO
- Reset is also named RSBT or REST (adding PullUp improves the stability of the Module) - Reset is also named RSBT or REST (adding PullUp improves the stability of the Module)
- GPIO2 is alternative TX for the boot loader mode - GPIO2 is alternative TX for the boot loader mode
- **Directly connecting a pin to VCC or GND is not a substitute for a PullUp or PullDown resistor, doing this can break upload management and the serial console, instability has also been noted in some cases.**
###### ESP to Serial ###### ESP to Serial
![ESP to Serial](https://raw.githubusercontent.com/Links2004/Arduino/esp8266/docs/ESP_to_serial.png) ![ESP to Serial](https://raw.githubusercontent.com/Links2004/Arduino/esp8266/docs/ESP_to_serial.png)