Search Results

by jdecoux
Fri Jul 10, 2020 11:50 am
Forum: C#.NET
Topic: Absolute Rotation Quaternion From Phidgets Spatial MOT1101_0 in Unity3d??
Replies: 46
Views: 378225

Re: Absolute Rotation Quaternion From Phidgets Spatial MOT1101_0 in Unity3d??

This does look like a compass calibration issue. I can reset the correction parameters on my 1044_1 magnetometer to get similar results to what you are seeing from your video, in terms of the rotation moving in weird directions, but the issue gets resolved by calibrating the sensor running CompassCa...
by jdecoux
Thu Jul 09, 2020 5:13 pm
Forum: C#.NET
Topic: Absolute Rotation Quaternion From Phidgets Spatial MOT1101_0 in Unity3d??
Replies: 46
Views: 378225

Re: Absolute Rotation Quaternion From Phidgets Spatial MOT1101_0 in Unity3d??

I've taken on looking into this issue, and will update you on any findings.

-James
by jdecoux
Thu Jul 09, 2020 3:00 pm
Forum: Java
Topic: set DeviceSerialNumber?
Replies: 4
Views: 19372

Re: set DeviceSerialNumber?

What page were you on that didn't list the language of the example? We have worked to allow settable languages in our documentation wherever possible, so it would be helpful to know if anything was missed.
by jdecoux
Tue Jul 07, 2020 10:14 am
Forum: All Other Phidgets
Topic: [solved] dcc1100 + saf1000 + BLDC
Replies: 4
Views: 6781

Re: [solved] dcc1100 + saf1000 + BLDC

No problem! As to your second question, I would recommend powering the WIFI hub from the power supply directly. There is no need to put it on the output of the SAF1000, and connecting it directly to the power supply will ensure it always has power. The SAF1000 must be engaged in software before powe...
by jdecoux
Mon Jul 06, 2020 10:07 am
Forum: All Other Phidgets
Topic: [solved] dcc1100 + saf1000 + BLDC
Replies: 4
Views: 6781

Re: dcc1100 + saf1000 + BLDC

Your connections will look something like this: SAF1000_Connection.png The SAF1000 will not only prevent surges from reaching your power supply, but will also fight to dissipate excess power on the OUT terminal to keep the voltage on that terminal at or below your target voltage set in software, pro...
by jdecoux
Fri Jun 19, 2020 9:50 am
Forum: VB .NET
Topic: How to wait until everything is attached in VBNET
Replies: 1
Views: 19711

Re: How to wait until everything is attached in VBNET

You can use the Attached property of your Phidgets to determine whether they are attached.

Code: Select all

ch.Attached
From there, you can write a loop that holds your program until all channels are attached.
by jdecoux
Mon Apr 27, 2020 10:11 am
Forum: All Other Phidgets
Topic: Setting Acceleration with 1067
Replies: 6
Views: 9131

Re: Setting Acceleration with 1067

Are you using the latest firmware for your 1067? I know some bugs were fixed a while ago that had to do with acceleration and run mode on the 1067.
by jdecoux
Fri Apr 17, 2020 10:56 am
Forum: All Other Phidgets
Topic: Setting Acceleration with 1067
Replies: 6
Views: 9131

Re: Setting Acceleration with 1067

The acceleration and deceleration are both specified by the acceleration property.

To extend the above example, an acceleration of 0.1 will take 10 seconds to reach 1 RPM from 0RPM, and will also take 10 seconds to decelerate from 1RPM down to 0RPM.
by jdecoux
Mon Apr 13, 2020 2:11 pm
Forum: All Other Phidgets
Topic: Setting Acceleration with 1067
Replies: 6
Views: 9131

Re: Setting Acceleration with 1067

"counts" in that sentence are whatever unit you are using.

If your rescale factor is set to RPM, then setting acceleration to 0.1 will mean your motor will accelerate 1RPM every 10 seconds (up to your target velocity).
by jdecoux
Mon Feb 24, 2020 10:40 am
Forum: Linux
Topic: Flashing a device by using Phidgets
Replies: 3
Views: 22348

Re: Flashing a device by using Phidgets

Unless you mean flashing a light? That would be quite easy.