Search Results: Patrick

Products | Content | Learn | Forums

Searched query: patrick

by Patrick
Wed Nov 23, 2022 4:31 pm
Forum: General
Topic: DHCP/Static IP address assignment
Replies: 4
Views: 26269

Re: DHCP/Static IP address assignment

... to list interfaces - see if the SBC has received an IP. If there is a DHCP server on your network, the SBC should be able to get and IP address. -Patrick
by Patrick
Mon Nov 21, 2022 11:35 am
Forum: General
Topic: DHCP/Static IP address assignment
Replies: 4
Views: 26269

Re: DHCP/Static IP address assignment

Does the SBC show up in the Phidgets control panel on your PC? If it doesn't get an IP from DHCP it should self-assign a link-local IP and still be accessible on the local LAN.

You could attach an HDMI monitor and keyboard and configure it locally to get in on the network.

-Patrick
by Patrick
Tue Nov 15, 2022 12:38 pm
Forum: C/C++
Topic: Phidget Basic Compass Bearing
Replies: 5
Views: 27151

Re: Phidget Basic Compass Bearing

... * Math.Cos(pitchAngle) + magField[1] * Math.Sin(pitchAngle) * Math.Sin(rollAngle) + magField[2] * Math.Sin(pitchAngle) * Math.Cos(rollAngle)); -Patrick
by Patrick
Mon Nov 14, 2022 10:54 am
Forum: C/C++
Topic: Phidget Basic Compass Bearing
Replies: 5
Views: 27151

Re: Phidget Basic Compass Bearing

Hi,

You'll need to open the spatial channel, and use the getEulerAngles() function. The compass bearing is the yaw. Make sure you use the compass calibration program first, to flash calibration for your setup into the board.

-Patrick
by Patrick
Mon Nov 14, 2022 10:50 am
Forum: General
Topic: Vint hub 5000
Replies: 2
Views: 13769

Re: Vint hub 5000

Hi,

You'll need to set up a static IP on both the HUB5000 and PC to get this to work.

-Patrick
by Patrick
Mon Oct 24, 2022 3:37 pm
Forum: General
Topic: How to update SBC3 Debian version?
Replies: 1
Views: 22669

Re: How to update SBC3 Debian version?

... packages for SBC3 ARE being updated whenever we do a library release. See: https://www.phidgets.com/phorum/viewtopic.php?f=39&t=9377#p30076 -Patrick
by Patrick
Tue Oct 11, 2022 10:44 am
Forum: General
Topic: Need help spec'ing out phidgets
Replies: 1
Views: 9572

Re: Need help spec'ing out phidgets

With Phidgets, you'll need a PC or SBC somewhere in the system running your program. The IR Phidgets need to attach to USB - only VINT Phidgets attach to the VINT hub.

-Patrick
by Patrick
Tue Sep 27, 2022 2:38 pm
Forum: All Other Phidgets
Topic: Unable to upgrade PhidgetBridge Firmware to V102
Replies: 1
Views: 21419

Re: Unable to upgrade PhidgetBridge Firmware to V102

1046_0 doesn't support firmware upgrade.

-Patrick
by Patrick
Tue Sep 20, 2022 3:28 pm
Forum: Linux
Topic: ubuntu 18.04 help -
Replies: 1
Views: 15902

Re: ubuntu 18.04 help -

Looks like it's having trouble finding the math calls. Try adding -lm to your gcc command to link in the math library.

Did you install libphidget22 as a package or did you compile from source?

Are you trying to run an old binary from your previous machine without recompiling?

-Patrick
by sakdene05
Wed Sep 07, 2022 1:52 am
Forum: General
Topic: Nuget packaging - can't find dll?
Replies: 10
Views: 86594

Re: Nuget packaging - can't find dll?

Thanks Patrick I assume the dlls you refer to are located in project's bin folder under Release/dll/...