Search Results

by Patrick
Mon Nov 18, 2024 10:27 am
Forum: Python
Topic: Pyinstaller and Phidgets
Replies: 1
Views: 651

Re: Pyinstaller and Phidgets

Hi,

If you're on windows, you can use the phidget22native pip package (in place of phidget22) to install the phidget22.dll alongside the python library. Otherwise, you need the make sure the Phidget libraries are installed separately.

-Patrick
by Patrick
Wed Nov 13, 2024 3:53 pm
Forum: All Other Phidgets
Topic: Firmware Upgrade Failure (Spatial Phidget)
Replies: 6
Views: 2181

Re: Firmware Upgrade Failure (Spatial Phidget)

Ok, the constant attaching/detaching probably points to a defective MOT1102_1. You should contact support@phidgets.com for a replacement unit. Make sure that the HUB5000 has a sufficient power supply. The spatial doesn't draw much power, so it's unlikely to be an issue unless you're under voltage or...
by Patrick
Tue Nov 12, 2024 2:59 pm
Forum: All Other Phidgets
Topic: Firmware Upgrade Failure (Spatial Phidget)
Replies: 6
Views: 2181

Re: Firmware Upgrade Failure (Spatial Phidget)

Hi, The Spatial Phidget (MOT1102? MOT0110?) is attached to a HUB5000 and you are using the control panel on macOS (or Windows) to upgrade the firmware? The Spatial is attaching/detaching all the time? Are you able to open it at all? Can you provide the Phidget log from the HUB5000? Open it's web int...
by Patrick
Thu Nov 07, 2024 2:06 pm
Forum: All Other Phidgets
Topic: Firmware Upgrade Failure (Spatial Phidget)
Replies: 6
Views: 2181

Re: Firmware Upgrade Failure (Spatial Phidget)

What specific Phidget are you using? Is it a USB or VINT device?

Are there any error in: ~/Library/Logs/phidget22controlpanel.log ?

-Patrick
by Patrick
Thu Oct 17, 2024 9:52 am
Forum: General
Topic: MOT0110 magnetometer calibration curiosity
Replies: 2
Views: 8280

Re: MOT0110 magnetometer calibration curiosity

It's much more important to cover the sphere than to have many points. You could get a good calibration with 5 seconds worth of data, except that it may be difficult to rotate the spatial through the entire sphere in that much time. And the sphere doesn't need to be completely filled in - a single r...
by Patrick
Thu Oct 03, 2024 10:57 am
Forum: C#.NET
Topic: Phidget22.NET and HUB5000_0
Replies: 1
Views: 3256

Re: Phidget22.NET and HUB5000_0

Hi, Yes, it's fully backwards compatible. You may need to recompile your exe depending on your import settings. You can have a look at the changelog here: https://phidgets.com/?view=changelog The version in the control panel is coming from the C library. The .NET library and C library versions are k...
by Patrick
Tue Sep 10, 2024 12:58 pm
Forum: General
Topic: MOT0110_0 Magnetometer Calibration
Replies: 7
Views: 5666

Re: MOT0110_0 Magnetometer Calibration

Hi,

For the graphical calibration, are you running the latest version? There was a fix related to gathering too many samples, but perhaps you are running into a new bug.

I've updated the command line utility to fix the build error, thanks for pointing that out.

-Patrick
by Patrick
Fri Aug 23, 2024 9:24 am
Forum: General
Topic: REL1101_1 (16x SSR) and saving state
Replies: 2
Views: 4751

Re: REL1101_1 (16x SSR) and saving state

That's right, the device goes back to it's reset state when it's closed.

-Patrick
by Patrick
Mon Jul 22, 2024 2:39 pm
Forum: General
Topic: How to disable SBC4 phidget network
Replies: 1
Views: 11851

Re: How to disable SBC4 phidget network

Hi, Those lines listed by phidget22admin are not for the phidget network server running on the SBC, but an entry for the SBC itself - this service is published by the SBC and used to show it in the list of network Phidgets in the control panel on windows (whether the network server is running or not...
by Patrick
Fri Jul 19, 2024 11:26 am
Forum: General
Topic: SBC4 stuck doing a boot loop
Replies: 1
Views: 6536

Re: SBC4 stuck doing a boot loop

If you connect an HDMI monitor, can you see what it's doing? The SBC does have bootloader that will print some things to screen before booting the kernel. I wouldn't expect USB devices to affect booting, but it could be a power issue. Make sure you're using a big enough power supply to power the SBC...