mirror of https://github.com/arendst/Tasmota.git
GPIO2 boot warning
parent
201cf01bc4
commit
7bf9fa938a
|
@ -9,7 +9,7 @@ Around November 2018, Itead changed the layout of the Sonoff Basic ([Discussion
|
|||
|
||||
The new version of the Sonoff Basic use an ESP8285 with the 1MB flash integrated into the same SoC chip.
|
||||
|
||||
GPIO14 is no longer broken out to a contact on the PCB. Instead you can use GPIO2 labeled as `IO2` on the board. However, you must take care that GPIO2 is in the proper state during the normal power up of the device for the ESP to boot properly.
|
||||
GPIO14 is no longer broken out to a contact on the PCB. Instead you can use GPIO2 labeled as `IO2` on the board. _**You must take care that GPIO2 is not being pulled low when the device is booting**_. Otherwise, the device will not boot. Also, the pin is pulled high momentarily after boot. This means that any device connected to GPIO2 may "blink" when the Sonoff is powering up.
|
||||
|
||||
Unfortunately the GPIO2 PCB contact is not prepared for a pin. You will need to solder your cable directly on the board. Be careful. Too high a temperature or long heating can damage the contact and its connectivity. You should also make sure that there is no tension on the cable. Affix the cable with a cable tie and perhaps some hot glue.
|
||||
|
||||
|
|
Loading…
Reference in New Issue