I have a 315MHZ remote that I want to capture/decode.
In order to simplify this product i got a 315 MHz reciever and transmitter board.
I have tried using analogRead and digitalRead while outputing to the Serial Monitor and Serial Plotter.
I am definitely getting a response you can see from the video below.
The problem I am having is that when no button is pressed on the remote it seems to be oscillating from high to low.
Also the chip on the remote has no marking on it so i cannot look up a data sheet for this chip.
I cannot seem to determine the speed at which the bits are being outputed.
Looking at the raw 1 and 0 stream the number outputed from the digitalRead loop are different lengths. But they are exactly repetitive for the same button pressed on the remote.
Maybe this is outputing PWM signal and not a binary output?
To make the binary output easier to read I have started a new line every time a 1 is outputed. Take a look.
Any suggestions would be greatly appreciated.
remote output.txt (16.2 KB)