Hello
In industry we usually power 4-20mA transmitters via the 4-20mA loop @ 12-24V DC. This implies they are two wire devices which provide 4-20mA output @ 12 or 24VDC depending on the measured variable (e.g. pressure).
Is it possible to some how have the Arduino mini power these transmitters at 12 or 24V DC and accept the 4-20mA input (which I can conver to 0-5V using a resistor)?
One option would be to supply the voltage regulator to the mini @ 16V, then have the regulator step it down to nominal supply voltage for the mini and use the 16V to power the transmitter and take the current reading back to the mini analog input, but then the transmitter will always be on? Or does the analog input pins act as an open circuit when the chip is in sleep mode?
I would like the chip to wake up periodically, power the transmitter up for a minute, record the measured value (0-5V via resistors) then go back into deep sleep, cutting power from the transmitter completely.