Fixing incorrected messages about MAIN AC Safety

Adrian Scillato 2019-01-05 19:39:59 -03:00
parent 73fadc0aa6
commit 9fc6daf28d
1 changed files with 9 additions and 5 deletions

@ -2,18 +2,22 @@
You need to make the serial programming interface of the Sonoff module / the ESP8266 microchip available. In most cases the pins are available on the PCB but connectors need to be soldered or otherwise applied to allow interfacing. You'll furthermore need a **USB UART TTL 3.3V Converter/Programmer** (e.g. CP2102, CH340G, FT232, PL2303) (or if available use your [RaspberryPi](https://github.com/arendst/Sonoff-Tasmota/wiki/Flash-Sonoff-using-Raspberry-Pi)). You need to make the serial programming interface of the Sonoff module / the ESP8266 microchip available. In most cases the pins are available on the PCB but connectors need to be soldered or otherwise applied to allow interfacing. You'll furthermore need a **USB UART TTL 3.3V Converter/Programmer** (e.g. CP2102, CH340G, FT232, PL2303) (or if available use your [RaspberryPi](https://github.com/arendst/Sonoff-Tasmota/wiki/Flash-Sonoff-using-Raspberry-Pi)).
Be careful - some so called 3V3 FTDI cables actually supply 5v on the VCC line. I suggest you measure before connecting to your Sonoff. Be careful - some so called 3V3 FTDI cables actually supply 5v on the VCC line. It is suggested to measure before connecting to your Sonoff.
<img alt="Sonoff Pow Bricked" src="https://github.com/arendst/arendst.github.io/blob/master/media/pow1.jpg" width="40%" align="right" /> <img alt="Sonoff Pow Bricked" src="https://github.com/arendst/arendst.github.io/blob/master/media/pow1.jpg" width="40%" align="right" />
### Attention ⚠️️⚠️️⚠️️ ### Attention ⚠️️⚠️️⚠️️
**Be extremely careful if connecting to AC while the cover is open and circuit board is exposed** **DO NOT CONNECT TO MAINS AC WHILE THE COVER IS OPEN AND CIRCUIT BOARD IS EXPOSED**
Shorting your serial interface with AC will fry your module or programmer and may also harm or destroy your PC. **NEVER TRY TO FLASH A SONOFF WHILE IT IS CONNECTED TO MAINS AC**
If you are not careful, your own health might be in danger. It is preferable to always have all high power cables disconnected from the Sonoff module while being connected via serial/USB or even while the case of the module is opened.
Note that contrary to alarmist reports circulating on the internet, the DC power supply is fully isolated from the AC supply. It is perfectly safe to interface with the DC circuit while the unit is connected to AC supply, as long as the GND is tied in common. It is also preferable to keep the +3.3V line *disconnected* while interfacing with the sonoff self powered. If the sonoff is self-powered (connected to AC), connect only GND, TX, RX. **A SONOFF IS NOT A TOY. YOU CAN BE ELECTROCUTED IF YOU DON'T KNOW WHAT YOU ARE DOING**
If you are not careful, your own health will be in danger.
Also, shorting your serial interface with AC will fry your module or programmer and will also harm or destroy your PC.
It is a must to always have all high power cables disconnected from the Sonoff module while being connected via serial/USB or even while the case of the module is opened.
## Serial Connection ## Serial Connection