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

HackRF code example fix #59

Merged
merged 1 commit into from
Dec 10, 2024
Merged

HackRF code example fix #59

merged 1 commit into from
Dec 10, 2024

Conversation

tadas-s
Copy link
Contributor

@tadas-s tadas-s commented Dec 8, 2024

If I'm understanding correctly, getting rid of 100k entries before receiving was doing nothing.

This is what I've got with example before the change:

image

And this is after the change:

image

@777arc
Copy link
Owner

777arc commented Dec 10, 2024

Ah yep nice catch, it should be after the sdr.pyhackrf_stop_rx() and close(). Mind also updating it in https://github.com/777arc/PySDR/edit/master/content/hackrf.rst?

Getting rid of 100k entries before receiving was doing nothing.
@tadas-s
Copy link
Contributor Author

tadas-s commented Dec 10, 2024

Hi @777arc,
I believe I've now updated both copies of this script, that is content/hackrf.rst and figure-generating-scripts/hackrf.py.

@777arc
Copy link
Owner

777arc commented Dec 10, 2024

Awesome ty for the fix!!!

@777arc 777arc merged commit 619e2d9 into 777arc:master Dec 10, 2024
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

Successfully merging this pull request may close these issues.

2 participants