Hello,
I am attempting to use a resonant inductive position sensor with the arduino uno.
Position sensor - http://www.cambridgeic.com/index.php/spacer-linearsensors/type-1-linear
The sensor contains 3 coils (1 excitation, 1 cos, 1sin), and 6 ports which i have connected as follows
EXA - gnd
0V - gnd
EXB - not in use
COS - analog A0
Vref - 3.3V
SIN - analog A1
I have used the analogRead() function for the sin and cos input from the sensor to try to read the amplitude of the waves to find the position of the target resonator. My values from the serial monitor so far for SIN have little variation, and the COS value is unchanging.
Questions:
- Is the arduino uno capable of displaying the desired output for a resonant inductive position sensor?
- Is my hardware hookup incorrect, should I be sending EXA to 5v?
- Can I read a sin and cos waves using the analogRead() function, or is there another method to do this? (I need this data to determine the targets position on the sensor)
This sensor has a CTU development board built for its use, which I have attached the datasheet for.
CTU Development Board Datasheet.pdf (588 KB)