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
Hi, after 2 weeks of browsing and reading, finally, I made my arduino control my ceiling fan with the cheap chinese RF transmitter.
The thing is that now I bought a Sonoff RF Bridge R2 v2.2 and made the "direct hack" and I have flashed the "espurna-1.14.1-itead-sonoff-rfbridge-direct.bin" to my RF Bridge and everithing is working now.
The only way that I could make it work is recording and playing the recorded signal and with (I think) is called RAW data like this:
const uint16_t period = 416; // A period duration in microseconds
const uint8_t pattern[] = {1,0,0,0,1,0,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0};
but now that I have the RF Bridge I can´t find any way to send the code that way.
After flashing the RF Bridge and clicking at "Learning" it gets many differents remotes, but not the one that I need.
I have tried RF Switch, Radiohead, PiLight, etc. in regular or debug mode and non of it recognize that signal.
The only way was with Audacity or Universal Radio Hacker Softwares.
Could anyone point me in the right direction?
The text was updated successfully, but these errors were encountered:
Hi, after 2 weeks of browsing and reading, finally, I made my arduino control my ceiling fan with the cheap chinese RF transmitter.
The thing is that now I bought a Sonoff RF Bridge R2 v2.2 and made the "direct hack" and I have flashed the "espurna-1.14.1-itead-sonoff-rfbridge-direct.bin" to my RF Bridge and everithing is working now.
The only way that I could make it work is recording and playing the recorded signal and with (I think) is called RAW data like this:
const uint16_t period = 416; // A period duration in microseconds
const uint8_t pattern[] = {1,0,0,0,1,0,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0};
but now that I have the RF Bridge I can´t find any way to send the code that way.
After flashing the RF Bridge and clicking at "Learning" it gets many differents remotes, but not the one that I need.
I have tried RF Switch, Radiohead, PiLight, etc. in regular or debug mode and non of it recognize that signal.
The only way was with Audacity or Universal Radio Hacker Softwares.
Could anyone point me in the right direction?
The text was updated successfully, but these errors were encountered: