Updated Sonoff RF Bridge 433 (markdown)

Jason2866 2019-10-13 17:21:48 +02:00
parent 3b4bc59ae2
commit a707af9f84
1 changed files with 4 additions and 4 deletions

@ -48,16 +48,16 @@ See [RF Commands](https://github.com/arendst/Sonoff-Tasmota/wiki/Commands#sonoff
4. Switch the ON/OFF switch on the board to 'OFF' to switch off the RF.
5. Power up the bridge via the 3.3V & GND pins. (See below if you need to power the device through the USB power port)
6. Go to the Web UI **Firmware Upgrade** > **Upgrade by File Upload** (introduced in v6.0.0a)
7. Download the Portisch Firmware:
1. Use wget/curl or PowerShell to download the raw file directly from that folder:\
7. Download the Portisch Firmware: <br>(Downloading them from the GitHub web site does **not** work since it will download the GitHub preview/content of the file)
1. Download the entire contents of the [Tasmota GitHub project](https://github.com/arendst/Sonoff-Tasmota/tree/master/) project via the green `Clone or Download` button to ensure that the firmware hex files are downloaded properly.
2. As an alternative use wget/curl or PowerShell to download the raw file directly from that folder:\
https://github.com/arendst/Sonoff-Tasmota/tree/master/tools/fw_efm8bb1
```
PowerShell example (⚠️ Change file name to the latest available version!):
wget https://github.com/arendst/Sonoff-Tasmota/raw/master/tools/fw_efm8bb1/RF-Bridge-EFM8BB1-XXXXXXXX.hex -OutFile .\RF-Bridge-EFM8BB1-XXXXXXXX.hex
```
2. As an alternative download the entire contents of the [Tasmota GitHub project](https://github.com/arendst/Sonoff-Tasmota/tree/master/) project via the green `Clone or Download` button to ensure that the firmware hex files are downloaded properly. Downloading them from the GitHub web site does **not** work since it will download the GitHub preview/content of the file.
Navigate to the folder on your computer where you saved the GitHub/hex file download. The firmware files are located in the `./tools/fw_efm8bb1/` folder. Select the newest available hex file. Otherwise you may get `error "Magic byte is not 0xE9"`.
8. Hit **Start Upgrade**. The flashing should complete within 60 seconds. Device will restart after upgrade completes.
9. Disconnect wiring and put the ON/OFF switch on the board back to 'ON' to enable the RF again.