I would like help in finding the FREQUENCY MODULATION for a Sonoff RF 2 device.
I'm using the Radiohead <RH_RF24.h> Library to run My Si446x transceiver (Si4463 is supported) module to send RF signals @ 433.92Mhz (Frequency accepted by Sonoff Devices).
Can you assist me in determining the frequency modulation accepted by Sonoff RF devices
i have tried to find the frequency modulation, i should add that it should be either ASK or OOK as expected i was hoping someone has tried to do the same on arduino for assistance
There is a lot of information on hacking these devices. They also even tell you how to write your own code. Be careful if you do this because the ESP8266 is NOT isolated from the mains. If you are not qualified to works with mains power forget trying.
First, ASK is audio frequency shift modulation. Is that the FM you are referring to? Second, OOK is on-off keying. That is just the opposite of frequency modulation. It is amplitude modulation. What is it you want to use frequency modulation for?
i need to send ON and OFF signals to a sonoff rf basic 2, i do hope that answers your question
from my research it shows that the rf sonoff accepts these signals using the learning function so i am trying to write code using AN625 Transceiver to send either On signals when grid is available and off signals when i'm on backup power to turn off high watt devices rather than physical splitting the DB board
hence OOK modulation
my "ON" OOK looks something like this 1011010101 and off message like 1011010100
@ 10bits per second