Sensor calibration

Hello!
I'm working on a project where I'm using various sensors. I want to know what is the calibration procedure(not manual but code).
Temperature- ds18b20 probe
Humidity and pressure- AHT20+BMP280

Please help me with the calibration of the sensor values.

Thank you!

Get a lab quality ($$$) sensor and compare values. Use the map function to adjust.

These sensors are factory calibrated; so, they don't need secondary calibration in the field.

1 Like

You'll find such information in the datasheets of the sensors you use. In the particular instances you mention, you'll find what @GolamMostafa is correct: these sensors are factory calibrated and don't offer user-run calibration routines. You can always apply a compensation to the readout of individual sensors in your code, based on a comparison against a standard (e.g. a calibrated, accurate reference sensor).

2 Likes

Standard references are brine with ice and boiling water. Altitude will enter into it if you want it spot on.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.