From 3f2cd4c4796b43c3988ca7505f88e277943dd62f Mon Sep 17 00:00:00 2001 From: arendst Date: Wed, 15 Feb 2017 11:30:28 +0100 Subject: [PATCH] updates --- Sonoff-Pow.md | 2 +- Tips.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sonoff-Pow.md b/Sonoff-Pow.md index 2d802827..e2b8bd95 100644 --- a/Sonoff-Pow.md +++ b/Sonoff-Pow.md @@ -46,5 +46,5 @@ Current | A | Current line current ``` ## Debugging -Debugging the Sonoff Pow is a bit tricky as the serial interface has a **direct connection to one of the AC power lines**. Therefore I designed below schematic which allows for serial monitoring at 115200 baud and uploading of firmware up to 57600 baud while AC is connected. +Debugging the Sonoff Pow is a bit tricky as the serial interface has a **direct connection to one of the AC power lines**. I designed below schematic using two opto couplers seperating the AC connection on the **left** from the low voltage connection on the **right** allowing for serial control at 115200 baud and uploading of firmware up to 57600 baud while AC is connected. OptoSerial diff --git a/Tips.md b/Tips.md index db7957f9..9ece023b 100644 --- a/Tips.md +++ b/Tips.md @@ -19,7 +19,7 @@ BTW changing TOPIC can be done online using the fallback topic and is only neede ### Debugging - For debugging purposes you can use the serial interface with command ```SerialLog 4``` and the Arduino IDE set to 115200 baud (19200 for Sonoff Dual) and both NL & CR or the web console with command ```WebLog 4```. -- Debugging the Sonoff Pow is a bit tricky as the serial interface has a **direct connection to one of the AC power lines**. Therefore I designed below schematic which allows for serial monitoring at 115200 baud and uploading of firmware up to 57600 baud while AC is connected. +- Debugging the Sonoff Pow is a bit tricky as the serial interface has a **direct connection to one of the AC power lines**. I designed below schematic using two opto couplers seperating the AC connection on the **left** from the low voltage connection on the **right** allowing for serial control at 115200 baud and uploading of firmware up to 57600 baud while AC is connected. OptoSerial - To aid in finding the IP address of sonoff the network name will be ```-```. So the default name is ```sonoff-1234```. Another option is MQTT command ```Status 5```.