Search found 3 matches

by csr
Mon Oct 14, 2019 1:46 pm
Forum: General Software Discussions
Topic: Issue using TC08 on Raspberry
Replies: 1
Views: 7462

Issue using TC08 on Raspberry

Hello, I want to use TC08 with Python on a Raspberry Pi. I had this issue a few months ago that I managed to solve by myself : https://www.picotech.com/support/viewtopic.php?t=40002 But now I want to use Raspberry Pi 4 and I tried to repeat the setup. However I keep having this error : ImportError: ...
by csr
Wed Aug 07, 2019 12:04 pm
Forum: Linux
Topic: Errors on drivers installation on Raspberry Pi
Replies: 2
Views: 14588

Re: Errors on drivers installation on Raspberry Pi

I finally found a solution which might not be the best but I can continue to work on this : I moved the library files (.so) to picosdk folder and renamed the files from libusbtc08.so to usbtc08.so and the example is now working !
by csr
Tue Aug 06, 2019 9:22 am
Forum: Linux
Topic: Errors on drivers installation on Raspberry Pi
Replies: 2
Views: 14588

Errors on drivers installation on Raspberry Pi

Hi, I'm new using Pico technologies and I hope you could help me. I want to collect data from a USBTC08 within Nodered on a Raspberry Pi 3 B+ with Raspbian Stretch. For the moment I'm just trying to make it working by executing python scripts but I keep getting errors and I am now stuck with this on...