-
Notifications
You must be signed in to change notification settings - Fork 99
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
Samplerate is set to 1sps when using Triggered Inspector #223
Comments
Confirmed the issue is in main and in 0.3.0 AppImage. |
Confirmed, working on it. |
It should be fixed now, I've just triggered a new development build. Do you mind giving it a try? |
Yeah, thanks, works like a charm. Tested right now on another linux box. Out of couriosity, are there any plan to unify the three projects (sigutils, suscan, SuWidgets and SigDigger) in a single project wit submodules, perhaps porting all of them in cmake? I'd be happy to help on that eventually. |
Hi, glad to hear that! Regarding submodules, it's funny you say that because we've been experimenting with them recently. My plan is to add the possibility to rely on submodules to clone everything automatically. However, porting to CMake is precisely what worries me the most. If you feel like you have the energy to do that, please go ahead! You should start by SuWidgets anyways. You can start by a WIP PR and we can work from there. |
I'm using cmake in production code for qt projects pretty extensively, so I don't see any obvious difficulty. The only still unsolved issue is the packaging process, that's well solved on debian (dpkg-buildpackage is pretty straightforward) but still a mess in Windows and MacOS environment. But probably it's not an issue actually. |
Porting to CMake itself is not the problem, but maintaining compatibility with the existing projects (like SigDigger) could be. And, of course, we still have the complications derived from the lack of sanity of macOS and Windows. In any case, we can start doing some experiments to evaluate the overall effort. |
When using the signal level triggered inspector, the sample rate is set to 1sps, while when using the pushbutton, it is correctly set to whatever the rate is.
Tested on HackRF One.
The text was updated successfully, but these errors were encountered: