Search found 6 matches

by antonyLHart
Tue Nov 06, 2018 11:25 am
Forum: Linux
Topic: No def for _get_times_and_values in library.py
Replies: 1
Views: 11920

No def for _get_times_and_values in library.py

Hello, I am using the picosdk-python-wrappers-master/picosdk downloaded from github. I am running this on raspian stretch. The examples work and I have also had success in running block mode in a loop to refresh the plot output. However, this does not run quite as effeciently as required. Therefore ...
by antonyLHart
Fri Oct 19, 2018 12:47 pm
Forum: C and C++
Topic: C console examples for Linux
Replies: 9
Views: 29686

Re: C console examples for Linux

To anyone else struggling to run the c examples please do the following: (Connect up your device first) 1. Download the necessary drivers as described above 2. Unzip attached folder contents to /opt/picoscope/share/doc/libps2000 3. (note from readme file) Your system must be set up in such a way tha...
by antonyLHart
Thu Oct 18, 2018 2:24 pm
Forum: C and C++
Topic: C console examples for Linux
Replies: 9
Views: 29686

Re: C console examples for Linux

PS2000con_Linux.zip Regards, I have downloaded these files into /opt/picoscope/share/doc/libps2000a/ I have processed configure.ac with autoconf like this: sudo autoconf configure.ac this only produces a autom4te.cache folder and I am getting the following errrors. configure.ac:10: error: possibly ...
by antonyLHart
Mon Oct 15, 2018 1:31 pm
Forum: Linux
Topic: Installing Picoscope on Raspbian Stretch (Raspberry Pi 3 B)
Replies: 5
Views: 19112

Re: Installing Picoscope on Raspbian Stretch (Raspberry Pi 3 B)

ok, i have installed the necessary driver for the ps2000a. I have run the test file as root and have rw access. This is positive. I am unsure which .so file to import into my python application. I have the following: libpicoipp.so libpicoipp.so.1 libpicoipp.so.1.0.1 libps2000a.so libps2000a.so.2 lib...
by antonyLHart
Mon Oct 15, 2018 10:07 am
Forum: Linux
Topic: Installing Picoscope on Raspbian Stretch (Raspberry Pi 3 B)
Replies: 5
Views: 19112

Re: Installing Picoscope on Raspbian Stretch (Raspberry Pi 3 B)

Hi, is understand now that there is no picoscope software available on this platfrom. I will be looing to create my own program to run the neccesary drivers. I followed the steps from the following page: https://www.picotech.com/downloads/linux I recieved the following upon attempting to install wit...
by antonyLHart
Thu Oct 04, 2018 12:15 pm
Forum: Linux
Topic: Installing Picoscope on Raspbian Stretch (Raspberry Pi 3 B)
Replies: 5
Views: 19112

Installing Picoscope on Raspbian Stretch (Raspberry Pi 3 B)

I have tried the following and have encoutered an install error. Can you please provide any help in order to get this up and running? Thanks pi@raspberrypi:~ $ cat /etc/os-release NAME="Raspbian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian....