Search Results

by dguimaraes
Tue Feb 25, 2025 4:57 am
Forum: C/C++
Topic: Sharp IR Distance Sensor
Replies: 1
Views: 29636

Sharp IR Distance Sensor

Hi, I'm using Sharp Distance Sensor (20-150cm) with IR Distance Adapter. If I declare the sensor type: PhidgetVoltageRatioInput_setSensorType(voltageRatioInput0, SENSOR_TYPE_1101_SHARP_2Y0A02); After this I never receive reads... I only can use this setup receiving values from voltageRatio value... ...
by dguimaraes
Thu Sep 12, 2019 4:22 am
Forum: C/C++
Topic: VoltageRationInput - SensorType
Replies: 2
Views: 47168

Re: VoltageRationInput - SensorType

Hi,
Can you share an example with a touch sensor?
Best regards,
by dguimaraes
Fri Jun 07, 2019 3:01 am
Forum: C/C++
Topic: VoltageRationInput - SensorType
Replies: 2
Views: 47168

VoltageRationInput - SensorType

Hi! Im trying to make something with phidgets Motion Sensor. Where is the right position to define the sensor type ( SensorType 1111): I define this: PhidgetVoltageRatioInput_setSensorType(ch, SENSOR_TYPE_1111); Before openWaitAttachment or After openWaitAttachment. Anyone have an example with this ...