Logo
Sonoff 4CH Pro (R2) Switch Module
Sonoff 4CH Pro (R2)

Available from:

Banggood.com
Aliexpress.com



Manufacturer:
Sonoff.tech


GPIO #Component
GPIO00 Button1
GPIO01 User
GPIO02 User
GPIO03 User
GPIO04 Relay3
GPIO05 Relay2
GPIO09 Button2
GPIO10 Button3
GPIO12 Relay1
GPIO13 Led1i
GPIO14 Button4
GPIO15 Relay4
GPIO16 None
FLAG None
Configuration (old format, will be converted to new template when applied)
{"NAME":"Sonoff 4CH Pro","GPIO":[17,255,255,255,23,22,18,19,21,56,20,24,0],"FLAG":0,"BASE":23}

Compared to the 4CH the main differences/improvements of the 4CH Pro are:

  • Relays are isolated from mains and can each switch their own circuit (mains or low voltage).
  • With stock firmware special modes are supported (stand-alone schedules, inching, interlocking).
  • RF receiver (optional key fob or Sonoff RF Bridge 433 required).
  • Dual microcontroller, both a ESP8285 and a STM32.

Serial Flashing

Sonoff 4CH Pro

The “FW/IO0” button (Switch 1) is not directly connected to GPIO0 of the ESP module. A different method has to be used to program this board.

To program the ESP chip disconnect power from the board, connect a cable from any Ground (GND) pin to the GPIO0 pin on the ESP (be careful not to touch any of the other pins). This is the second pin to the right on the top row of pins (see picture). While holding the pin connected power on the board. The board does not respond to any button pressed when in programming mode and LED 1, 2 and 3 are on (might differ per board).

Use the ESP programming header as described in the picture to upload the firmware and follow regular programming procedure.

Sonoff 4CH Pro R2

Sonoff offers a RM433 remote that works natively with this device.

On the R2 module the GPIO0 pin is broken out to a small pad to the right of the ESP package:

Solving Sonoff 4CH Pro programing issues

If you have problems to program the 4CH Pro, you might find below tips useful:

  • Use the ESP program header and ensure that the right port is set in the Arduino IDE.
  • TX/RX are printed correctly on the pro version => TX goes to RX PIN and RX to TX.
  • GPIO0 needs to be connected to ground for 3 seconds after reboot! If not you can not program it.
  1. If you use Windows7+, check in the device manager if the port is not added/removed all 2 seconds.
    • If yes then your USB port does not deliver enough ampere.
  2. And/Or reduce upload speed to 57600 in Arduino IDE.
  3. Use an active USB HUB if your computer delivers not enough ampere
    • External power source will stabilize the 4CH-pro and you can increase upload speed back to 115200.
    • Using a Laptop instead of a Desktop Tower might also do the trick as Laptops have a battery to deliver more ampere.

4CH Pro DIPSwitch Configuration

Most special modes of the 4CH Pro are controlled by DIP switch panels on the board. Please refer to the back of the board or the Sonoff documentation for more details. For normal operation with Tasmota the following settings are recommended:

  • S6: 1
  • K5: all 1
  • K6: all 0

(0 and 1 are printed onto the board next to the switch names)

Changing these switches for operations like inching and interlocking are also supported with Tasmota.

Official Sources