secplus icon indicating copy to clipboard operation
secplus copied to clipboard

Secplus for 433Mhz?

Open KjellKriminell6 opened this issue 2 years ago • 10 comments

hi! I would like to use 433Mhz in Europe. Would that be possible? thanks!

KjellKriminell6 avatar Aug 21 '23 09:08 KjellKriminell6

Yes. Open secplus_rx.grc in gnuradio-companion, then edit the frequency list in the "QT GUI Chooser" block. Then press the Run button to execute the modified flow graph.

argilo avatar Aug 21 '23 13:08 argilo

If 433 MHz works, let me know the exact frequency and I can add it into the program for everyone.

argilo avatar Aug 21 '23 13:08 argilo

Thanks for your reply!

It works fine changing the QT GUI Chooser. But when trying to execute, I get an error saying "secplus_decode Param 'Code' Can't interpret source code: No module named secplus"

KjellKriminell6 avatar Aug 22 '23 05:08 KjellKriminell6

Make sure you execute secplus_rx.py from the project's root directory (i.e. the directory containing secplus.py).

argilo avatar Aug 22 '23 13:08 argilo

Thanks argilo. When I execute sevplus_rx.py from terminal it works fine but I can not choose 433MHz. When trying to execute secplus_rx.gnu inside GNU Radio I get the error mentioned above, "secplus_decode Param 'Code' Can't interpret source code: No module named secplus"

KjellKriminell6 avatar Aug 22 '23 16:08 KjellKriminell6

If you start gnuradio-companion from the command line while in the project's root directory, it will probably work in GRC as well.

argilo avatar Aug 22 '23 16:08 argilo

No, sorry, starting gnuradio-companion in CLI in projects root folder did not erase the errors mentioned above.

I would really like to try this script at 433,92Mhz, can you add that frequency please?

KjellKriminell6 avatar Aug 24 '23 15:08 KjellKriminell6

I'll add the frequency if and when it's confirmed to be used by actual hardware.

If you can't figure out how to edit the flow graph in GNU Radio Companion, then open secplus_rx.py in a text editor, and change the frequency lists on lines 92-95:

https://github.com/argilo/secplus/blob/f98c3220356c27717a25102c0b35815ebbd26ccc/secplus_rx.py#L92-L95

argilo avatar Aug 24 '23 15:08 argilo

Thanks a lot, that worked out great adjusting it to 433,92MHz! Keep up the good work!

KjellKriminell6 avatar Aug 24 '23 17:08 KjellKriminell6

Were you able to decode any remotes at that frequency? If so I'd be curious to know what the model numbers are.

argilo avatar Aug 25 '23 01:08 argilo