-
Notifications
You must be signed in to change notification settings - Fork 667
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
trying to get an unsupported remote decoded #199
Comments
I have bad news. Get your hardware working first! You can assign the correct value to receiverPin, using the macro definitions "D1" - "D16", if you use Arduino IDE. For example: |
Ah, that signal looks very similar to my remote (Hunter Douglas ceiling fan). RC Switch doesn't print anything in serial monitor when I press a button on the remote. Why can RC Switch not handle this? Is it because of the preamble and that 'silence' between the preamble and the actual code? Also is there somewhere a description of the different protocols RC-Switch supports? That would also help me understand what the limitations are. |
Exactly
Single gap (sync bit) between repetitions of a set of bits, each bit encoded as two levels, with different duration of the levels for 1s and 0s. |
This is like my segnal ! |
Your code is just for transmitting! |
I'm trying to get this remote decoded to add support for it.
I haven't been able to get the protocolless analyzer to work yet and hopefully soon that will be addressed in another issue thread. Until then maybe someone can help by going this route.
I've managed to get some additional information.
I captured a button on the remote using a rtl-sdr dongle with SDSharp and brought it into audacity.
Here is the pulse stream:
the stream above repeats 3 more times on every button press. From looking at the codes they aren't all exactly the same. It looks like the first two bursts are the same & the second two bursts are the same.
And I analyzed the raw signal using rtl_433. Here are the results:
Hopefully this will give some more information to help me make some progress on this.
The text was updated successfully, but these errors were encountered: