Search found 4 matches

by mmatheny
Sat Oct 01, 2016 1:34 am
Forum: PicoScope 6 for Linux
Topic: errors install picoscope on rpi 3
Replies: 8
Views: 10016

Re: errors install picoscope on rpi 3

Did this work?

I thought that the current drivers are armhf and not arm64. Is there a way to get the drivers to work on an arm64 architecture?

-Matt
by mmatheny
Tue Jun 14, 2016 10:19 pm
Forum: PicoScope 6 for Linux
Topic: enumerateUnits and openUnit no longer working upon update
Replies: 1
Views: 3077

enumerateUnits and openUnit no longer working upon update

Hello, Attempting to open the a ps 4824 using the SDK via python (in Ubuntu 14.04) no longer works after the update. The proprietary picoscope software (Picoscope 6) works fine. My code is as follows from ctypes import * lib = cdll.LoadLibrary("libps4000a.so") count = c_short() serials = (c_char * 1...
by mmatheny
Wed May 13, 2015 5:40 pm
Forum: MATLAB
Topic: matlab not connecting to 4284
Replies: 2
Views: 4568

Re: matlab not connecting to 4284

Hi Hitesh,

That seemed to fix the problem. Thanks!
by mmatheny
Tue May 12, 2015 12:48 am
Forum: MATLAB
Topic: matlab not connecting to 4284
Replies: 2
Views: 4568

matlab not connecting to 4284

Hi, The unit will not connect via Matlab, but will connect with the software from pico. The device does not appear in the instrument control toolbox dialog. I am using software api PS4000Asdk_r10_5_2_1 and 64 bit matlab. I followed the video to include the ps4000a.llb, the wrap, and picoIpp.llb into...