Search Results

by -Willis-
Thu Nov 07, 2019 2:22 am
Forum: Python
Topic: phidget interface kit not detected
Replies: 5
Views: 11176

Re: phidget interface kit not detected

Problem solved !

It works if I use "sudo python example.py".

Thanks for your help !
by -Willis-
Thu Nov 07, 2019 2:02 am
Forum: Python
Topic: phidget interface kit not detected
Replies: 5
Views: 11176

Re: phidget interface kit not detected

If it works with the C example, there must be something wrong with both python scripts. Can you post them so I can be sure what you're running? I've basically started with a supplied example (which works on my PC): <code> from Phidget22.Phidget import * from Phidget22.Devices.DigitalOutput import *...
by -Willis-
Wed Nov 06, 2019 11:35 am
Forum: Python
Topic: phidget interface kit not detected
Replies: 5
Views: 11176

Re: phidget interface kit not detected

If the Phidget isn't getting enough power over USB, it may not show up. The Raspberry Pi typically has USB power below what is specified for USB standards (5V 500mA), so you will need an externally powered USB hub to ensure the Phidget has enough power. Actually I have tried with a powered hub and ...
by -Willis-
Wed Nov 06, 2019 2:16 am
Forum: Python
Topic: phidget interface kit not detected
Replies: 5
Views: 11176

phidget interface kit not detected

Hi, I am currently doing projet to use a phidget interfacekit 0/0/4 with a raspberry pi 4 (os=raspbian). I have written a python script to control the phidget which works well on my laptop. I have installed the proper libraries on my rasp and the C example "HelloWorld" works fine. However ...