Replies: 71 comments 198 replies
-
It has been identified that this new version is more than a layout change as they change the whole MCU part. You are currently on a totally new and unexplored land until someone with the device, the skills, the time and the willingness dives into this. |
Beta Was this translation helpful? Give feedback.
-
Same problem here. It's a new design without EFM processor. Seems like the first chip has remained same and the second one is different. Maaan I needed an RF gateway so ordered this :/ |
Beta Was this translation helpful? Give feedback.
-
Hey David, To get the commands to show up in console for your Sonoff RF Bridge, did you have to run MQTT or anything like that, or did you just open up the console and start pressing buttons on the fob? Sorry, i'm a bit of a beginner on stuff like this. I'm flashed with Tasmota, and commands are not showing up for me when I press buttons on my remote. If It turns out that I can't use this bridge as desired to control my electronic blinds, then i'm happy to send the bridge free of charge to someone who has interest in trying to hack the new RF chip. |
Beta Was this translation helpful? Give feedback.
-
Since it sounds like this new board is unflashable with Portisch, and my 433 MHz fob does not work with stock Tasmota, I now have no use for the board. If anyone here wants to try to hack the new RF chip to make it work with Portsich (which appears to be long abandoned, last commit March 2019), or otherwise thinks they might be able to figure out how to make the board recognize alternative 433 MHz signals, i'm happy to send you the board free of charge. |
Beta Was this translation helpful? Give feedback.
-
Aaahrgh, I'm also affected by this. Got a new RFBridge from itead yesterday. @Portisch can you help? It seems all new RF Bridges sent out by itead have a new (incompatible?) layout. |
Beta Was this translation helpful? Give feedback.
-
I was able to find a r2 v1.0 board here that is still compatible with Portisch. I would suggest messaging the seller first to confirm they still have more. https://www.amazon.com/dp/B0833VHSCD?psc=1&ref=ppx_yo2_dt_b_product_details |
Beta Was this translation helpful? Give feedback.
-
I was also successful flashing the Tasmota 10 firmware to the RF Bridge using the J2 connectors and holding down the pairing button. However, in the Tasmota console, I cannot find any events from the Sonoff 433MHz door sensors. Can you guys confirm that the Tasmota FW is working as expected with hardware revision v2.2 and your sensors? |
Beta Was this translation helpful? Give feedback.
-
Direct hack for R2.2: |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks to dbuezas, I have bypassed the EFM (direct hack) on my R2 v2.2 and successfully tested it with Tasmota. |
Beta Was this translation helpful? Give feedback.
-
Sonoff官方开发者称433接收芯片是SYN470R或WS490F |
Beta Was this translation helpful? Give feedback.
-
They are using a new processor, they switch from a EFM8 to a Chinese cheaper version OB38R08A1 from On-Bright. It is not compatible with Portish without modifications. |
Beta Was this translation helpful? Give feedback.
-
We were successful in flashing this new processor using a MSM 9066 from syncmos that we had. This processor has ISP functionality but we didn't test to see if it was enable on brand new device. After flashing it with an ISP loader we were able to update the software from tasmota (with some changes in the protocol). We do not use stock portish, we use our own software based on original portish. |
Beta Was this translation helpful? Give feedback.
-
rf chip is the same as before, just the 8 pin version https://img.ozdisan.com/ETicaret_Dosya/453934_1928180.pdf |
Beta Was this translation helpful? Give feedback.
-
have fun... good luck |
Beta Was this translation helpful? Give feedback.
-
Hi, Brand new 433RFBridge R2 V2.2
any idea how to fix it? |
Beta Was this translation helpful? Give feedback.
-
THE SOLUTION is resolved here : #13283 (reply in thread) Hello all, just received the Sonoff RF Bridge R2 V2.2 (2021.01.19) The sending Led (TX) blink but the receive (RX) seems "blocked", all the time light is On (or lowest Led On) ... I try to understand the step, because i think in this part of flash, it's not necessary to cut or modify the board actually, right ? (Later, cut wire to bypass decoder etc...) But in the first time i try to flash the board with Tasmota (by exe or online it's the same) Thanks a lot |
Beta Was this translation helpful? Give feedback.
-
So I feel like an idiot...but I snapped the pin on the 6 legged IC when soldering in the physical hack. ...does anyone know what chip that is...I want to avoid through another piece of e-waste in the landfill. |
Beta Was this translation helpful? Give feedback.
-
Hey there, |
Beta Was this translation helpful? Give feedback.
-
Hoping this helps someone out there... I've been picking away at this for quite some time and finally had a bit of a breakthrough today. I was trying to detect and then reproduce RF signals from a simple 433MHz remote but was unsuccessful in doing so. What I didn't realize is it was actually the "sniffing" of the FF signals that wasn't being done properly by the device. If you're serious about figuring this stuff out, I highly recommend buying one of these to sniff the codes: Then download and install "Universal Radio Hacker": Then watch this video below to get an idea of how the software works: You will also have to download and install a different driver for this to work. Use Zadig-2.8 to do this. For me, I had a simple on/off remote for a desk lamp. Here's what I did:
RfSend 1735098664,32,1,1,250 ...where the first number is the converted decimal, the second is the length being 32bits, protocol 1, repeat 1 (just means send once), with a pulse of 250µs (1/4 of the 1ms recorded earlier). Actually being able to see the RF signals rather than relying on sniffing through tasmota helped immensely. Its a bit like having an oscilloscope but for radio waves. Otherwise...you're trying to do this blind. Also...you definitely don't need the Sonoff bridge to do this. If you already bought it, then fine do the hardware hack and set the template to "{"NAME":"RFB v2.2","GPIO":[1,1,1,1,1152,1120,1,1,1,288,1,1,1,1],"FLAG":0,"BASE":18}" and use the steps above to properly decode RF signals. If you haven't bought the Sonoff yet..just buy one of these with an ESP32 and set the pin to RFSend. Its much cheaper and I actually found the signal to be cleaner than those produced by the sonoff. |
Beta Was this translation helpful? Give feedback.
-
I have the original "black" version of the Sonoff RF bridge, but looks like the portisch and whatever hardware they used is magic because it picks up things my Wemos D1 with SRX882 or an RXB6 module can't. I have a simplier regen module I can try as well. But it is amazing watching them run side by side and seeing signals from 433mhz devices on the Sonoff but I do not see But before I mess around with this more and burn time and money, what hardware do I need to get portisch to work. In short how to a build a unit like the original "black" versions with an esp8266 (wemos d1 mini) with portisch compatible hardware? Can I purchase an EFM8BB1 module flash it with portisch and have the same signals? On a side note, another thing I am not ruling out is the antenna, I tried to a wire 6.5" as well as the helical one that comes with the SRX882. |
Beta Was this translation helpful? Give feedback.
-
This is not at all ready for use by regular users. Thank you: |
Beta Was this translation helpful? Give feedback.
-
Anyone want to check my Sonof RF Bridge R2.2 guide for Tasmota |
Beta Was this translation helpful? Give feedback.
-
Hello, guys! I have a Bridge R2 v2.2 flashed with tasmota-sensors.bin 13.1.0 and already did the HW direct hack. Now i want to control some blinds that use AC114-01B remotes (AC114 protocol) but had no luck, nothing shows up at the console when i press the remote buttons. Looking at this issue on the RC-Switch original project (sui77/rc-switch#163) they suggested changes to RCSWITCH_MAX_CHANGES (in RCSwitch.h) to 150 or even 167 to accommodate 66 bits of AC114 protocol. the version of rc-switch used in tasmota defaults this value to 67 (https://github.com/arendst/Tasmota/blob/v13.1.0/lib/lib_rf/rc-switch/src/RCSwitch.h, line 62). If I'm understanding this right, it will limit support for protocols with a maximum of 32 bits? Is there a way to change the value of RCSWITCH_MAX_CHANGES to check if the remote is recognized? Will I need to compile a customized version? |
Beta Was this translation helpful? Give feedback.
-
Hello, Can anyone please send me a link to download the stock firmware of Sonoff RF Bridge R2.2 please. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi .. apologies if this has been answered a few times, the thread is pretty long now. I've got the Sonoff RF Bridge Board Layout (R2 v2.2) and attempting to use tasmotizer. I've got it connected to the UART usb, after putting the header pins on. But it seems like the tasmotizer program can't see the sonoff RF. I can see the TX flashing as it's trying to connect Serial port /dev/tty.usbserial-14120 my question is do I need to cut those 2 tracers in order for this to work? I've not done that yet :) and anything else I need to do? thanks |
Beta Was this translation helpful? Give feedback.
-
Anyone here knows which pin the transmitter is connected to (im asking about stock aka without the direct mod hack) ? |
Beta Was this translation helpful? Give feedback.
-
for anyone that is interested in the direct mod that requires no soldering |
Beta Was this translation helpful? Give feedback.
-
I added more documentation and created pull requests on the @mightymos firmware and flasher; thank you @mightymos and everyone else's help for the firmware and flasher.
So far I have successfully flashed to units, both using passthrough mode, one running Tasmota and the other ESPHome. |
Beta Was this translation helpful? Give feedback.
-
I have a bunch of 433Mhz noname door/window sensors and remotes installed about 10 years ago. Is a sonoff rf bridge R2 flashed with Tasmota without Portisch capable of supporting these (simple) devices ? I need that capability for a smooth gradual transition to more recent devices |
Beta Was this translation helpful? Give feedback.
-
PROBLEM DESCRIPTION
There is a new version of the Sonoff RF bridge board, R2 v2.2, which as a different configuration than past versions. While I was able to flash Tasmota using this guide:
https://tasmota.github.io/docs/devices/Sonoff-RF-Bridge-433/
I was not able to figure out which pins to connect to flash Portisch.
Any help that could be provided would be greatly appreciated, and we could use any information gleaned here to update the guide for this device.
Here are images of the new board.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
N/A
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
N/A
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
N/A
ADDITIONAL CONTEXT
Add any other context about the problem here.
N/A
(Please, remember to close the issue when the problem has been addressed)
Beta Was this translation helpful? Give feedback.
All reactions