Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calibration of Pressure and Temperature Sensor #137

Open
Churchil-Oduor opened this issue Mar 28, 2024 · 1 comment
Open

Calibration of Pressure and Temperature Sensor #137

Churchil-Oduor opened this issue Mar 28, 2024 · 1 comment
Labels

Comments

@Churchil-Oduor
Copy link
Contributor

No description provided.

@Churchil-Oduor
Copy link
Contributor Author

To calibrate we used the following parameters:
Voltage range that the sensor can output(From the datasheet) = (0.5 – 4.5 )V
Microcontroller maps these within a range of 4096 values.
Minimum Pressure (Pmin) gets mapped onto -> (0.5 * 4096)/ 5 = 409.6
Max Pressure (Pmax) gets mapped onto -> (4.5 * 4096)/5 = 3686.4
Pressure range(Prange) the pressure sensor can read is 1.2MPa
Actual Pressure Read = ((𝑷𝒓𝒆𝒂𝒅𝒊𝒏𝒈 −𝑷𝒎𝒊𝒏)/(𝑷𝒎𝒂𝒙 −𝑷𝒎𝒊𝒏)) * Prange

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant