Search Results

by mparadis
Mon Oct 17, 2016 7:28 am
Forum: Non-Phidgets Discussion
Topic: Problem with Steeper Motor Programming
Replies: 1
Views: 22868

Re: Problem with Steeper Motor Programming

Normally, a programmer would use multithreading in order to overcome the long wait times associated with I/O tasks like printing to an LCD screen. The Uno doesn't support multithreading, but a quick google search brings up this article as a good starting point.
by mparadis
Thu Oct 13, 2016 8:32 am
Forum: InterfaceKits
Topic: phidgets for robot
Replies: 3
Views: 6929

Re: phidgets for robot

As far as I know, most Arduino servo shields communicate using I2C, and none of the Phidgets InterfaceKits have support for communicating with I2C devices. You'll either have to get a Phidgets servo controller, or get an Arduino and shield. If you decide to use Phidgets, you can download some servo ...
by mparadis
Fri Sep 30, 2016 2:25 pm
Forum: All Other Phidgets
Topic: Phidget 1130 ORP/pH board
Replies: 16
Views: 28834

Re: Phidget 1130 ORP/pH board

Try letting the probe soak in the buffer solution overnight. We've had issues with using these probes right out of the box without soaking them.
by mparadis
Mon Sep 26, 2016 8:16 am
Forum: All Other Phidgets
Topic: Phidget 1130 ORP/pH board
Replies: 16
Views: 28834

Re: Phidget 1130 ORP/pH board

Yes, that is the correct use of the formula. Have you tried measuring the ORP of a calibration fluid with a known ORP to see how far off the probe is? Also, if there are electrical components like pumps running in the pool it could be causing interference.
by mparadis
Mon Jul 25, 2016 2:08 pm
Forum: All Other Phidgets
Topic: 1046 Bridge Board - sensor drift
Replies: 4
Views: 7527

Re: 1046 Bridge Board - sensor drift

I've heard of people having problems getting consistent values out of membrane pots. I suspect if you were to use a multimeter to measure the resistance, you'd get similar drift characteristics. I'm also a bit confused about how you have it hooked up. From what I've seen online, the SoftPot potentio...
by mparadis
Tue Apr 19, 2016 8:08 am
Forum: All Other Phidgets
Topic: 1046 Bridge Board - sensor drift
Replies: 4
Views: 7527

Re: 1046 Bridge Board - sensor drift

That diagram is misleading; the 5V and ground are just there to emphasize that all of the things connected to the upper end are at 5V potential and everything at the bottom is at ground. When you say you're seeing a few mV/V of "drift", do you mean it's constantly drifting in one direction...
by mparadis
Mon Jul 20, 2015 7:31 am
Forum: General
Topic: RFID login to windows
Replies: 8
Views: 31643

Re: RFID login to windows

After a quick search of that website, you can find the article linked here instead:

http://www.eetimes.com/document.asp?doc_id=1276511
by mparadis
Tue Mar 11, 2014 2:17 pm
Forum: C/C++
Topic: setCurrentLimit triggers Position changed handler, not curr
Replies: 5
Views: 30418

Re: setCurrentLimit triggers Position changed handler, not c

From the C/C++ API : int CPhidgetStepper_setCurrentLimit (CPhidgetStepperHandle phid, int index, double limit) Sets the current limit for a motor. int CPhidgetStepper_getCurrent (CPhidgetStepperHandle phid, int index, double *current) Gets the current current draw for a motor. The CurrentLimit sets ...
by mparadis
Wed Jan 29, 2014 8:54 am
Forum: General
Topic: Installing wget and unzip
Replies: 5
Views: 18692

Re: Installing wget and unzip

It is already mentioned in the getting started guide, at the beginning of the Debian Linux section. I can see how it could be easily missed, though.