Skip to content
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

Silent Gliss SG11490 blinds remote decode help #3083

Open
hamchapman opened this issue Nov 1, 2024 · 3 comments
Open

Silent Gliss SG11490 blinds remote decode help #3083

hamchapman opened this issue Nov 1, 2024 · 3 comments

Comments

@hamchapman
Copy link

I've got an electric blinds remote that I'm trying to decode and I'm struggling to work out how to make progress.

Some links about the remote:

A PDF with some info:

11490_5_channel_wall_switch_868-915

I've captured some samples of pressing some different buttons and attached them as sg-samples.zip:

sg-samples.zip

I captured them using the following command:

rtl_433 -f 868M -S unknown

Hopefully the filenames explain what each sample is but the summary is that there are 5 different types of sample, with 3 instances of each. The different "types" are:

  • Channel 1, pressing up button
  • Channel 1, pressing down button
  • Channel 2, pressing up button
  • Channel 2, pressing down button
  • Channel 1, pressing stop button

Please let me know if you can suggest some ways for me to progress with getting to a decoder 🙏

@zuckschwerdt
Copy link
Collaborator

It seems there is much noise and little of a sine waveform to clearly see the FSK.
(try https://triq.org/spectrogram-next/ to load a cu8 and mouse-scroll zoom in to see no real sine waves.)

Try a higher sample rate (-s 2048k ?) and different placement or antenna and such.
The first 20 or so bits in the decoding on https://triq.org/pdv/ should be a regular pattern like 101010101…

@hamchapman
Copy link
Author

Thanks for the suggestions. I've tried using a higher sample rate but things look pretty much the same, same with different placement.

I'm using an RTL-SDR v4 with this antenna. Should that work as a combination to be able to get a good read on the signals? Any suggestions for other things I could try if not? Thanks!

@zuckschwerdt
Copy link
Collaborator

It should work. Maybe try without an antenna and 20cm – 1m distance? You can compare with some FSK signals in https://github.com/merbanan/rtl_433_tests to get a feeling what you are looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants