Hello,
I would like to integrate a pressure transducer with my Duet3. It is a linear sensor that outputs from 0.5V (=0 psi) to 5V (=150psi) depending on the pressure it senses.
I believe that I would use a M308 S"sensor_number" P"pin_name" Y"linear-analog" Bnnn Cnnn command to set this up.
B is the value you want displayed at the ADC value = min and C is the value displayed at ADC value = max.
How would I know what the min and max ADC values are, and how that relates to the voltage output from the sensor? Where would I find out if the analog input pins are 5V tolerant or 3.3 V?
I was planning on connecting to either a temp pin or some other analog-enabled pin on the board.
Any help is appreciated.
Best,
Garth