Search found 4 matches

by kutt
Fri Oct 12, 2018 6:59 am
Forum: PicoScope 6 for Linux
Topic: Drivers for BeagleBoneBlack and Raspberry Pi
Replies: 74
Views: 118353

Re: Drivers for BeagleBoneBlack and Raspberry Pi

Hello Martyn, this seems to work like a charm! I added the picoscope to my existing PI code and it works! I still have 3 Questions (sorry). 1: In the Header file is "BUFFER_SIZE" definded as 1024. Since I just want to read one Block (we are doing a triggered Single shot), can I just increase the BUF...
by kutt
Wed Oct 10, 2018 7:23 am
Forum: PicoScope 6 for Linux
Topic: Drivers for BeagleBoneBlack and Raspberry Pi
Replies: 74
Views: 118353

Re: Drivers for BeagleBoneBlack and Raspberry Pi

Hello Martyn, I added the ID of the 3203D to the other example and it works. I was able to read a nice since wave from a function generator. Now I try ti figure out the correct setting for this thing. Sadly, in the link to GitHub you provided is no such section. At line 1519 it starts switch (varian...
by kutt
Fri Oct 05, 2018 2:10 pm
Forum: PicoScope 6 for Linux
Topic: Drivers for BeagleBoneBlack and Raspberry Pi
Replies: 74
Views: 118353

Re: Drivers for BeagleBoneBlack and Raspberry Pi

Hello, me again ;) after some diggin I may have found a possible issue. The example seems to miss my Picoscope due to it's newer production date. It's a 3203D, however in the file: PS3000Acon.c starting at line 1495: switch (variant) { I found a lot of models, eg. case MODEL_PS 3204A: but not the 32...
by kutt
Fri Oct 05, 2018 1:02 pm
Forum: PicoScope 6 for Linux
Topic: Drivers for BeagleBoneBlack and Raspberry Pi
Replies: 74
Views: 118353

Re: Drivers for BeagleBoneBlack and Raspberry Pi

Hello, after setting this up on a RPI 2 with Debian 9 I run into the same issue Here's a couple of them: 1st on attempt to obtain a block of Data: B - Immediate block V - Set voltages T - Triggered block I - Set timebase E - Collect a block of data using ETS A - ADC counts/mV R - Collect set of rapi...