-
Notifications
You must be signed in to change notification settings - Fork 104
Streaming devices support/integration #222
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
Comments
There is a project that does this that is quite interesting: The device is a Raspberry Pi Pico with some custom PIO firmware that enables logic analyzer capture up to 120 Msps and analog capture. The device implements a streaming protocol with RLL compression to maximize bandwidth across a USB 2.0 Full Speed interface. |
I would find interesting for beginners and makers to have a support for Raspberry Pi Pico 2 and Pico 2 W. |
You can utilize this by set the buffer length in the gui, and grap the stream and buffer it on pc side... |
Hi @rapzak, I meant native support for Pico 2 and Pico 2 W, with a directly usable firmware image with ngscopeclient. |
Some capture devices don't have an acquisition buffer so it's not the classic "trigger / capture / download" cycle, but it's just start acquisition then you get samples until you said you had enough.
With sample compression this can also be quite high rate / over long periods (so raw uncompressed samples could be very memory hungry). Like for instance if you monitor a serial bus that's idle most of the time, and you have high oversampling just to get more time resolution.
The text was updated successfully, but these errors were encountered: