Search found 4 matches

by bwbarco
Thu Oct 05, 2017 2:48 pm
Forum: PicoScope 6 for Linux
Topic: ps2000_run_block not working in a loop
Replies: 2
Views: 3949

Re: ps2000_run_block not working in a loop

This one is also solved: the scope does not trigger the second time and hence the loop keeps waiting for a valid buffer.
Solved by adding a time check to the wait loop.

My apologies for these relatively stupid questions, but we are entirely new to the code.
by bwbarco
Thu Oct 05, 2017 8:29 am
Forum: PicoScope 6 for Linux
Topic: ps2000_run_block not working in a loop
Replies: 2
Views: 3949

ps2000_run_block not working in a loop

We want to acquire a sine wave 1KHz audio signal over a longer period of time. This is achieved by running ps2000_run_block in a loop until the time has expired. After setting up the acquisition, timebase and trigger, the loop below is executed. The first run, it works fine: ps2000_ready returns 1 a...
by bwbarco
Tue Oct 03, 2017 9:17 am
Forum: PicoScope 6 for Linux
Topic: Libps2000 package for raspberry pi?
Replies: 1
Views: 3558

Libps2000 package for raspberry pi?

We are trying to revive an older project - audio analysis - based on libps2000. We get an error when trying to install the package - see below. Any idea where we can find libps2000 ? Thanks in advance for your time and effort. ----------------------------------------------- pi@raspberrypi28:~ $ sudo...