-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to decode fixed code remote 433MHz? #261
Comments
Hi Frank, and sorry for the late reply. Crazy weekend. Thanks for your kind words! Yeah, you definitely can, and in many different ways. For short bursts like this one, something I do a lot is the following:
Other way of doing it is the following, although this one is more prone to errors if the signal is too noisy:
Note that in either case you are going to end with a list of zeros and ones represented as black and white pixels. Those are discretized amplitudes. You can save them to a file as a .txt file or a C array, whatever is more practical to you. Cheers |
Dears, I have tried lot of SDR software before, but yours seems to me one of the most attractive - it is full of functions and is very fascinating...
I am pretty sure I can use this software to decode a signal from a simple chinese remote modulating in AM/OOK/Manchester code, obtaining the binary and decimal representation of the data, like the 24 bit signal in the figure below:
But... how? Could you suggest me a way?
Thanks
Francesco
The text was updated successfully, but these errors were encountered: