-
Notifications
You must be signed in to change notification settings - Fork 94
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
Python driver? #32
Comments
I've written a Python driver: https://github.com/pysigrok/hardware-raspberrypi-pico/blob/main/pysigrok_raspberrypi_pico.py I've also modified the firmware a bit to support different boards: https://github.com/pysigrok/sigrok-pico |
How do I run it? All of the python I've written are standalone python files I run from Spyder Python windows so I'm not very savy on this kind of thing. |
I just tested on windows. Usually I’m on Linux or Mac. To run it I installed python by typing ‘python’ into power shell. Then I ‘pip install pysigrok-hardware-raspberrypi-pico’.
There terse instructions here: https://github.com/pysigrok/pysigrok#quick-start
‘pysigrok-cli’ is meant to be compatible with ‘sigrok-cli’. So, it can write a .sr file you can load into pulseview.
We made a #pysigrok channel on the adafruit discord if you need help. https://adafru.it/discord
…On Thu, Feb 9, 2023, at 10:40 PM, pico-coder wrote:
How do I run it? All of the python I've written are standalone python files I run from Spyder Python windows so I'm not very savy on this kind of thing.
What do you use to plot the results?
—
Reply to this email directly, view it on GitHub <#32 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAM3KJM35L5QPV4536CRCTWWXPHTANCNFSM6AAAAAAULUBYGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I'm way behind in updates. Since you have 21 stars I'll assume what you have is useful. Rather than trying to merge what you have in (I'm nearly functionally illiterate in github) I think I may just add a link to your repo at my intro page, and close this out? |
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 isn't blocked on a central repo.
The text was updated successfully, but these errors were encountered: