I am trying to send data from an Arduino using an RF Transmitter (433MHz) without using an HT12E and receive it using an HT12D on the receiver side. I connected the RF Receiver to the HT12D, but the signal is either not received or not correctly decoded. I attempted to manually adjust the timing and analyze the signal, but I could not establish a stable connection.
What I Have Done:
What I Have Done:
- Used Arduino instead of HT12E to send data directly through the RF Transmitter.
- Ensured that HT12D is correctly wired on the receiver side.
- Tried adjusting the Pulse Width manually to match the expected timing of HT12D.
- Used a 51kΩ resistor between OSC1 & OSC2 on the HT12D to set the decoding speed.
- The Valid Transmission (VT) Pin on HT12D does not turn ON, indicating that the signal is not being correctly decoded.
- The correct timing settings so that HT12D can properly decode the signal coming from Arduino.
- Any successful attempts or examples of sending data from Arduino to HT12D without using HT12E.
- Whether there is a library that can simulate HT12E on Arduino to simplify transmission.