Scaling
The ADC Pi is an Analogue to Digital converter for the Raspberry Pi
11/09/2018
Posted by:
phoneman
I don't see 12 bit referenced in the docs, but this is how the example is written so I am making that assumption.
The sensor I am using has output of 0.5 at 0 PSI and 4.5V at 2,500 PSI.
Looking for direction on how to figure the scaling factor to apply against the reading.
Thanks
11/09/2018
Posted by:
andrew
So you should be able to use the formula:
Pressure = (Voltage - 0.5) * 625
Note: documents in Portable Document Format (PDF) require Adobe Acrobat Reader 5.0 or higher to view.
Download Adobe Acrobat Reader or other PDF reading software for your computer or mobile device.