You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/devices/Sonoff-RF-Bridge-433.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
The Sonoff RF Bridge has two separate chips to handle the Wi-Fi (ESP8285) and RF (EFM8BB1) communications respectively. It is used to send and receive codes with 433.9MHz frequency RF devices. Codes received from RF devices such as remote controls is passed to the onboard ESP8285 via the serial interface. The code data is relayed via MQTT. Similarly, the Bridge receives commands over Wi-Fi and sends the encoded data to the RF chip to control an RF device. Thus, the Sonoff RF Bridge "bridges" communications between RF and Wi-Fi.
2
2
3
3
## Flash Tasmota
4
-
Please [Hardware Preparation](../Getting-Started.md#hardware-preparation) article for general flashing instructions.
4
+
Please read the [Hardware Preparation](../Getting-Started.md#hardware-preparation) article for general flashing instructions.
5
5
6
6
Access the serial interface available on the 5-pin header next to the switch as can be seen in the image.
7
7
@@ -56,6 +56,7 @@ The RF upgrade requires wiring the bridge and then flashing the firmware via the
7. Go to the Web UI **Firmware Upgrade** > **Upgrade by File Upload** (introduced in v6.0.0a)
60
61
8. In the file selection dialog, navigate to the folder on your computer where you saved the hex file from step 6.
61
62
9. Click **Start Upgrade**. The flashing should complete within 60 seconds. Device will restart after upgrade completes.
@@ -99,7 +100,7 @@ Refer to [issue #3973](https://github.com/arendst/Tasmota/issues/3973) for furth
99
100
After learning how bitbucket works from the [Portisch wiki](https://github.com/Portisch/RF-Bridge-EFM8BB1/issues/23), use one of these tools to help convert received `B1` sniffing messages to the right 'B0' format to send in the ['RfRaw'](../Commands.md#rfraw) command.
100
101
101
102
- [**Online**](https://bbconv.hrbl.pl/)
102
-
Process:
103
+
Process:
103
104
1. Enter `rfraw 177` in the Sonoff Bridge web UI Console
104
105
2. Press a function (each Button 2-3 times) on your remote control
105
106
3. Copy the JSON payload output from the Console and paste it in the online converter and click `Convert`
@@ -115,7 +116,7 @@ After learning how bitbucket works from the [Portisch wiki](https://github.com/
0 commit comments