-
-
Notifications
You must be signed in to change notification settings - Fork 600
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
FSK capture/replay support #2446
Comments
FSK is modulation, if you just want "capture and replay", you don't need to consider the modulation. If the signal itself is vulnerable to replay attack, and bandwidth is ok for HackRF, and doesn't have some frequency hopping and other tricky design, then it would just work with raw capture and replay. |
I just read the article that you mentioned. So it's a custom protocol and you probably need to write dedicated code for this specific remote. Not sure if half duplex is good here tho. |
Thank you for the clarification.
FSK is just a modulation, it's not the one that decides bw requirements. So:
On a side note, in your screenshot, to me, it seems only the pulses in the center (the strongest) one is real data. Other 4 looks like echo or ghost. I can't be sure with only a screenshot, but that's what it looks like at a first glance. |
Thanks for your answer! My idea is just record FSK modulation into file, means like 4 pieces of signal on a 4 different center frequencies, in this case no need to decode proto, correct? |
Description of the feature you're suggesting.
Would be nice to have an ability to capture/replay various FSK-type (2/4/GFSK, else?) modulated signals like https://xakcop.com/post/re-2.4ghz/. Nowdays many keyfobs are using these.
Anything else?
Can support this part financially as not super good in C++ (and SDR in general).
The text was updated successfully, but these errors were encountered: