sigrok-pico icon indicating copy to clipboard operation
sigrok-pico copied to clipboard

Use a raspberry pi pico (rp2040) as a logic analyzer and oscilloscope with sigrok

Results 23 sigrok-pico issues
Sort by recently updated
recently updated
newest added

Have you considered porting to ngscopeclient? https://www.ngscopeclient.org

I found this recent post in the R Pi forums. https://forums.raspberrypi.com/viewtopic.php?t=365702 I managed to get the fastest version running with a single ADC channel working with very little fuss at...

Hi, I occasionally develop projects for the Silicon Chip electronics magazine, as a retirement hobby. I thought it would be nice to develop a motherboard for sigrok-pico. - input protection...

Hi, I see you made a little maintenance routine (core1_code) to run on core1. In comments you wrote "Most of the time this loop is stalled with wfes (wait for...

(windows) when i try to connect the pico to pulseview (pico connected, then pulseview opened) sometimes the pico doesn't appear in the serial port option of pulseview, not even device...

Do you have a Python driver for this? Maybe one that uses PySerial? I'm looking into reimplementing sigrok-cli in Python with plugins so that hardware, file format and decoder support...

msvcr....dll get it by installing visual c++ 2010 redist https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe (64 bit maybe not relevant https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x64.exe) https://learn.microsoft.com/de-de/cpp/windows/latest-supported-vc-redist?view=msvc-170

I compiled sigrok and pulseview based on your fork. Everything is working great, except that I've noticed that I get crashes after renaming channels. For example, I open pulseview with...

After running `./new-driver` in `sigrok-util`, you have to run `git am .patch`. I also added some commands you can copy-paste to quickly download the required source files.

- Make path to uf2 file a real link (saves people having to dig through the folders to find it) - Replace block quotes with code blocks. Quotes are not...