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

Saving as Flipper Zero format (.sub) seems to be wrong #1070

Open
ahuri opened this issue Oct 19, 2023 · 2 comments
Open

Saving as Flipper Zero format (.sub) seems to be wrong #1070

ahuri opened this issue Oct 19, 2023 · 2 comments

Comments

@ahuri
Copy link

ahuri commented Oct 19, 2023

Expected Behavior

I recorded a signal that took less than a second to send and saved it as Flipper Zero format (.sub).
Expected to use the Flipper device for sending this signal.

Actual Behavior

A very long file was created, hundreds of lines.
It took more than a minute to Flipper to send its content, until I stopped it before ending.

Steps To Reproduce
  1. Go to "Record Signal" window.
  2. Record a signal.
  3. Save it with ".sub" extension.
  4. Copy the file to Flipper Zero device and try to broadcast it.
Screenshots

The original signal:
Screenshot from 2023-10-19 12-28-45

The signal Flipper sends after saving the original signal as ".sub" format (stopped before ending):
Screenshot from 2023-10-19 12-31-07

Platform Specifications
  • OS: Ubuntu 22.04.3
  • URH version: 2.9.4
  • Python version: 3.10.12
  • Installed via pip3
@andynoack
Copy link
Collaborator

Hey @ahuri,
saving as .sub does only work under certain conditions. Please use the new Export button in the generator, this should produce better results.
However, note that using the .sub format or the Flipper in general means a dramatic signal quality loss (precision is only 1 bit!) because the Flipper is NOT exactly a SDR.
Recently I also discovered some problems with a Flipper replay (maybe my setup or use case...), so please keep me updated.

@ahuri
Copy link
Author

ahuri commented Oct 20, 2023

Until now I have not managed to emulate a replay attack successfully using the Flipper.
I used an SDR to track the signal emulation of the Flipper in comparison to the original signal; they look very different.
The idea was to capture a signal using URH, save it in the Flipper, and try to send it.
But as I mentioned, it does not work.

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