argilo/secplus

secplus Transmit with rpitx

Opened this issue · 1 comments

Have you ever used secplus with a Raspberry Pi using rpitx for transmitting? I saw that there is a "encode_ook" method for Security+ and I figure that could somehow be written to a .iq file and transmitted with rpitx.

Also, I noticed this isn't an "encode_ook" method for Security+ 2.0. Could the "encode_ook" method be adapted for Security+ 2.0 or is it quite a bit different?

Have you ever used secplus with a Raspberry Pi using rpitx for transmitting? I saw that there is a "encode_ook" method for Security+ and I figure that could somehow be written to a .iq file and transmitted with rpitx.

I have not. I don't expect it would be difficult. encode_ook produces a sequence of ones and zeroes, and you would just need to switch the transmitter on for 0.5 milliseconds for each 1 and off for 0.5 milliseconds for each 0.

Also, I noticed this isn't an "encode_ook" method for Security+ 2.0. Could the "encode_ook" method be adapted for Security+ 2.0 or is it quite a bit different?

encode_v2_manchester is the equivalent method for Security+ 2.0. The only difference is that the pulses are 0.25 milliseconds long instead of 0.5.