Search found 4 matches

by atharvagabhe
Mon Apr 25, 2022 9:00 am
Forum: Linux
Topic: PS 2204A poblem on Raspberry Pi and Ubuntu as well
Replies: 2
Views: 18348

Re: PS 2204A poblem on Raspberry Pi and Ubuntu as well

1. Install PicoLog Software (This is where the PicoSDK is hidden, VERY WELL HIDDEN :x ) wget https://www.picotech.com/download/software/picolog6/sr/picolog-6.2.4-armhf.deb wget -O - https://labs.picotech.com/debian/dists/picoscope/Release.gpg.key | sudo apt-key add - sudo dpkg -i picolog-6.2.4-armhf...
by atharvagabhe
Mon Apr 25, 2022 8:52 am
Forum: Linux
Topic: PicoDeviceEnums.py calls ps6000a driver
Replies: 0
Views: 3052

PicoDeviceEnums.py calls ps6000a driver

PicoDeviceEnums.py from ctypes import * from picosdk.constants import make_enum from picosdk.library import Library class PicoEnumlib(Library): def __init__(self): super(PicoEnumlib, self).__init__("ps6000a") picoEnum = PicoEnumlib() Hello good people of pico, I am currently trying to get a Pico220...
by atharvagabhe
Fri Apr 22, 2022 10:15 am
Forum: PicoScope 6 for Linux
Topic: Unable to install drivers on Raspberry 4
Replies: 1
Views: 7783

Re: Unable to install drivers on Raspberry 4

Any updates on this?
by atharvagabhe
Thu Apr 21, 2022 5:02 pm
Forum: PicoScope 6 for Linux
Topic: Raspberry Pi, unable to install picoscope
Replies: 3
Views: 16743

Re: Raspberry Pi, unable to install picoscope

Is this answer still relevant?