I have a Draw Wire Linear Transducer that uses 4-20ma analog output.... I purchased a Current to Voltage 4-20mA to 0-10 volt converter (all are pictured)... After hours and hours of I can not figure out the wiring..... Can anyone provide some input on how I would wire the sensor to the converter and then the converter to the board.... PLEASE...
Impossible to tell anything from that picture, I don't think you need that current to voltage converter, the UNO can do that.
Can you post a wiring diagram and links to your sensor and converter? HowToPost
Such a conversion can be done using a single 250Ω resistor. 4-20mA signal produces 1-5V across that resistor, which can be directly read by an analog input.
wvmarle:
Such a conversion can be done using a single 250Ω resistor. 4-20mA signal produces 1-5V across that resistor, which can be directly read by an analog input.
One resistor could be dangerous for the Arduino if mistakes are made.
Better use a few more parts and Arduino's internal Aref for more stable readings. This recent post explains it all.
Leo..