Page 1 of 1

Help Installing Phidget on Pi4 help

Posted: Thu Jul 01, 2021 6:03 pm
by scotts
I have a Raspberry Pi4 running the latest version of Pi OS (Debian Buster,Linux kernel 5.10.17). Could someone provide installation instructions on how to install the Phidget driver that is a little more detailed than what is provided? I've tried to install libphidget22 but it requires libusb and I'm not able to get libusb installed based on the provided command.

Re: Help Installing Phidget on Pi4 help

Posted: Fri Jul 02, 2021 11:55 am
by LucasP
You can just paste this into your terminal and hit enter:

Code: Select all

curl -fsSL https://www.phidgets.com/downloads/setup_linux | sudo -E bash -
sudo apt-get install -y libphidget22
If you need to install any extras (network server, etc.) you can find the package names on this page under the Additional Packages heading: https://www.phidgets.com/docs/OS_-_Linux