Search found 4164 matches
- Tue Aug 09, 2022 8:09 am
- Forum: Getting Started
- Topic: Possibly a newbie mistake involving x10 probes
- Replies: 5
- Views: 26
Re: Possibly a newbie mistake involving x10 probes
- Fri Aug 05, 2022 12:37 pm
- Forum: Pre-Sales Advice
- Topic: Problems posting because of blacklist
- Replies: 3
- Views: 55
Re: Problems posting because of blacklist
- Fri Aug 05, 2022 5:41 am
- Forum: Getting Started
- Topic: Common ground between 2 different USB hubs?
- Replies: 10
- Views: 137
Re: Common ground between 2 different USB hubs?
- Fri Aug 05, 2022 5:29 am
- Forum: Pre-Sales Advice
- Topic: Problems posting because of blacklist
- Replies: 3
- Views: 55
Re: Problems posting because of blacklist
- Thu Aug 04, 2022 6:32 am
- Forum: Projects
- Topic: Wrong ADC values in every other position of the buffer array
- Replies: 17
- Views: 312
Re: Wrong ADC values in every other position of the buffer array
Code: Select all
13344 is 0x3420
8244 is 0x2034
- Thu Aug 04, 2022 5:31 am
- Forum: Projects
- Topic: Wrong ADC values in every other position of the buffer array
- Replies: 17
- Views: 312
Re: Wrong ADC values in every other position of the buffer array
- Tue Aug 02, 2022 11:48 am
- Forum: Getting Started
- Topic: Math function Crank()idle Crank(A,60)idle
- Replies: 2
- Views: 52
Re: Math function Crank()idle Crank(A,60)idle
crank(A;60)
this may be an O/S language issue.
- Fri Jul 29, 2022 7:17 pm
- Forum: Projects
- Topic: Wrong ADC values in every other position of the buffer array
- Replies: 17
- Views: 312
Re: Wrong ADC values in every other position of the buffer array
- Fri Jul 29, 2022 6:27 am
- Forum: Projects
- Topic: Wrong ADC values in every other position of the buffer array
- Replies: 17
- Views: 312
Re: Wrong ADC values in every other position of the buffer array
- Fri Jul 29, 2022 6:18 am
- Forum: Getting Started
- Topic: signal generator is inactive in picoscope
- Replies: 4
- Views: 117
Re: signal generator is inactive in picoscope
- Thu Jul 28, 2022 5:44 am
- Forum: Projects
- Topic: Wrong ADC values in every other position of the buffer array
- Replies: 17
- Views: 312
Re: Wrong ADC values in every other position of the buffer array
https://github.com/picotech/picosdk-c-s ... Console.cs
the GetValues call on line 401 uses a DownSampleRatio of 1, you are using 0.
- Thu Jul 28, 2022 5:35 am
- Forum: MATLAB
- Topic: Error Connecting to Picoscope in Compiled Exe App
- Replies: 6
- Views: 146
Re: Error Connecting to Picoscope in Compiled Exe App
- Wed Jul 27, 2022 8:41 am
- Forum: MATLAB
- Topic: Error Connecting to Picoscope in Compiled Exe App
- Replies: 6
- Views: 146
Re: Error Connecting to Picoscope in Compiled Exe App
Code: Select all
Warning: Folder C:\Program Files\Pico Technology\SDK\lib\ not found. Please ensure that the location of the library files are on the MATLAB path.
- Wed Jul 27, 2022 6:02 am
- Forum: Projects
- Topic: Wrong ADC values in every other position of the buffer array
- Replies: 17
- Views: 312
Re: Wrong ADC values in every other position of the buffer array
Please note that even though the PicoScope 2206B is an 8 bit scope the values returned to the application are 16 bit.
- Tue Jul 26, 2022 12:37 pm
- Forum: MATLAB
- Topic: Error Connecting to Picoscope in Compiled Exe App
- Replies: 6
- Views: 146
Re: Error Connecting to Picoscope in Compiled Exe App
Code: Select all
C:\Program Files
should become
C:\\Program Files