Search found 12 matches

by eklektek
Mon Jun 17, 2024 9:27 am
Forum: Introductions
Topic: python TC-08 environment setup on mac M1
Replies: 2
Views: 2766

Re: python TC-08 environment setup on mac M1

Hi Andrew, many thanks for the response. I think I’ve implemented your suggestion. Please check; setting both variables & checking them, then importing usbtc08. Please see the code block starting beneath "Many thanks" As can be seen I’m getting the compiled library, system architecture mis-match err ...
by eklektek
Wed Jun 12, 2024 2:11 pm
Forum: General Software Discussions
Topic: Executing python setup.py install in Conda Env
Replies: 2
Views: 49328

Re: Executing python setup.py install in Conda Env

Hi David,

It's a while since you posted this. I was wondering if you recall how you resolved it?

Many thanks.
by eklektek
Tue Jun 11, 2024 9:29 am
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: PicoScope SDK Mac ARM based drivers
Replies: 5
Views: 3983

Re: PicoScope SDK Mac ARM based drivers

Martin, Please could you make it explicit on the PicoSDK download page that the ARM architecture is not currently supported. I hate to think how much of your customers time has been wasted by not adding this small piece of information. If the number of posts on this subject are evidence then I would ...
by eklektek
Mon Jun 10, 2024 5:05 pm
Forum: Python
Topic: Cannot Find PicoSDK Error on macOS M1 - Check LD_LIBRARY_PATH
Replies: 5
Views: 5027

Re: Cannot Find PicoSDK Error on macOS M1 - Check LD_LIBRARY_PATH

Hi Kurt, did you get a fix for this issue?
I appear to be hitting the same!!

Best..
by eklektek
Mon Jun 10, 2024 12:58 pm
Forum: Introductions
Topic: python TC-08 environment setup on mac M1
Replies: 2
Views: 2766

python TC-08 environment setup on mac M1

As part of the PicoTech DevOps continuous integration is there a maintained page on the installation process for the PicoSDK. Having installed PicoSDK 10.7.26 and then pulled the picosdk-python-wrappers from GitHub and stepped through the setup steps I get the issue mention in multiple other posts ...
by eklektek
Fri Sep 15, 2023 2:47 pm
Forum: PicoLog
Topic: Applying predefined config when exporting.
Replies: 0
Views: 50734

Applying predefined config when exporting.

Again I'm exporting a large number of .picolog files to .csv and for each file I am having to apply the same configuration: 1) Output sample rate. 2) Decimal places 3) Time format 4) the Channels This has to be done for each file :roll: There must be a better way? perhaps someone could let me know ...
by eklektek
Fri Sep 15, 2023 10:49 am
Forum: USB PC Data Loggers
Topic: .picolog file conversion
Replies: 4
Views: 45597

Re: .picolog file conversion

Should I find it curious that there is still no movement from Pico-Technology on the bulk export of .picolog files?
Looking at the forum it appears to-be one of the most commonly viewed threads. Perhaps someone from pico could comment, is it purely a resource/priority issue?
by eklektek
Thu Apr 06, 2023 12:27 pm
Forum: USB PC Data Loggers
Topic: temp_buffer = (ctypes.c_float * 2 * 15)()
Replies: 0
Views: 7390

temp_buffer = (ctypes.c_float * 2 * 15)()

Within tc08StreamingModeExample.py the python example code for the TC08 why is the sample buffer is defined as 2 * 15? temp_buffer = (ctypes.c_float * 2 * 15)() Shouldn't is be: temp_buffer = (ctypes.c_float * 15)() What am I not understanding? Is there any more comprehensive example code ...
by eklektek
Wed Apr 05, 2023 2:05 pm
Forum: General Software Discussions
Topic: Programming Pico TC-08 with MacOS solution
Replies: 1
Views: 2718

Re: Programming Pico TC-08 with MacOS solution

Billy thanks for the time you spent on this. Saved me lots of time. Having already installed PicoLog my first value for DYLD_LIBRARY_PATH was /Applications/PicoLog.app/Contents/Resources However then I finally understood the PicoTech instructions and found PicoSDK download for macOS which is here ...
by eklektek
Mon Jan 30, 2023 12:24 pm
Forum: Projects
Topic: Replication of the TC-08 thermocouple circuit.
Replies: 0
Views: 14312

Replication of the TC-08 thermocouple circuit.

Has anyone put any effort into the creation/replication of the circuit used by the TC-08 to measure temperature?
by eklektek
Mon Jan 30, 2023 12:12 pm
Forum: USB PC Data Loggers
Topic: .picolog file conversion
Replies: 4
Views: 45597

Re: .picolog file conversion

As of today: 30th January 2023 does your previous answer still stand?
by eklektek
Wed Sep 21, 2022 4:26 pm
Forum: PicoLog
Topic: bulk conversion of .picolog to .csv
Replies: 0
Views: 15034

bulk conversion of .picolog to .csv

This must be a common requirement, however I've not found it directly addressed anywhere. I simply need some some code that I can call with the parameter of a .picolog filename which it will then convert to the filename.csv Ideally I would like this for a Mac, however can run in a vm if required. I ...