Search Results

by Patrick
Fri Jul 19, 2024 11:26 am
Forum: General
Topic: SBC4 stuck doing a boot loop
Replies: 1
Views: 61

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...
by Patrick
Thu Jul 11, 2024 12:18 pm
Forum: Linux
Topic: PhidgetSBC with docker
Replies: 2
Views: 908

Re: PhidgetSBC with docker

You will have to attach the Phidget USB device to the docker container somehow, if that is possible, or alternatively you could run the Phidget network server and connect to the Phidget via the network.

-Patrick
by Patrick
Mon Jun 24, 2024 11:12 am
Forum: General
Topic: Windows arm64 support?
Replies: 2
Views: 1777

Re: Windows arm64 support?

Hi,

What scanner is tagging the x64 download as a virus? There is no virus, it's a false positive, and the installer is signed.

As for arm64 support, it's on the radar but no estimate when it will see a release.

-Patrick
by Patrick
Mon Jun 17, 2024 9:36 am
Forum: Javascript
Topic: index.html:35 Failed to open input0: PhidgetError: Open timed out
Replies: 2
Views: 1548

Re: index.html:35 Failed to open input0: PhidgetError: Open timed out

Do you have the network server running? Can you open the Phidget remotely from the control panel?

-Patrick
by Patrick
Mon Jun 17, 2024 9:34 am
Forum: General
Topic: Optimizing Phidgets Data Transmission for Web Performance
Replies: 1
Views: 931

Re: Optimizing Phidgets Data Transmission for Web Performance

Are you trying to optimize transmitting data from the backend web server to the frontend web page?

If you want to use Phidgets in the browser, you can use our JavaScript library directly, but this won's scale well if you want to host Phidget data on a public website.

-Patrick
by Patrick
Tue Jun 04, 2024 10:11 am
Forum: General
Topic: SBC3003 with HUB5000 network problem
Replies: 4
Views: 2087

Re: SBC3003 with HUB5000 network problem

Hi, I don't think this could be an mDNS issue, as you are having trouble even using IP addresses directly. mDNS is just used for resolving .local hostnames and for service registration/discovery. It sounds like it could be an IPv6 issue. When the HUB5000 can't be accessed from the SBC, what is it's ...
by Patrick
Mon Jun 03, 2024 12:36 pm
Forum: General
Topic: SBC3003 with HUB5000 network problem
Replies: 4
Views: 2087

Re: SBC3003 with HUB5000 network problem

Hi, Why do you think the problem is mDNS related? Are you able to reach the SBC and the HUB5000 from a PC on the same network, using their IP addresses? When the SBC loses ability to ping the HUB5000, can it ping other devices on the network? Are you using the SBC remotely over SSH or with a keyboar...
by Patrick
Wed May 29, 2024 11:19 am
Forum: General
Topic: no firmware upload option in Phidget Control Panel
Replies: 1
Views: 1203

Re: no firmware upload option in Phidget Control Panel

Hi,

phidget21 doesn't support firmware upgrade at all.

For phidget22, it sounds like you have an old control panel installed, try upgrading to the latest version. If no upgrades are available, you'll still see a greyed out upgrade firmware option in the menu.

-Patrick
by Patrick
Tue May 28, 2024 12:58 pm
Forum: macOS
Topic: Phidgets driver failure
Replies: 1
Views: 1894

Re: Phidgets driver failure

System Settings -> Privacy & Security There should be a section "Some system software requires your attention before it can be used." click "Details..." and enable the Phidget extension. For the standalone control panel, you need to copy it to /Applications and then open it f...
by Patrick
Wed Apr 24, 2024 2:11 pm
Forum: C#.NET
Topic: DLL versioning
Replies: 2
Views: 7011

Re: DLL versioning

I will add version info to the libraries for the next release.

-Patrick