Hi,
I have a fireplace with a 315MHz RF remote control and I'd like to control it from Arduino. I bought the RF receiver and transmitter from SparkFun (RF Link Receiver - 4800bps (315MHz) - WRL-10533 - SparkFun Electronics, ...) and I'm able to get a sequence of bytes when I press various buttons on the remote. Should I be able to simply replay/transmit the same sequence and have the fireplace respond? I guess I should just try, but wondering if anybody tried something similar.
I have two concerns:
- when I hold the buttons for a couple of seconds, I definitely see repetition in the signal, but there's also noise. Would the fireplace handle the noise somehow?
- the different buttons give me similar patterns (eg, the same bytes show up in all signals) so I'm wondering if I'm really capturing the relevant signal.
Is it possible that the way that the SparkFun receiver convers radio signal to bits is different that the fireplace would?
Also, the way the receiver aligns the bits into bytes is quite arbitrary, so I should treat it as a sequence of bits, not bytes.
Thanks!
Peter