I'm trying to measure barometer pressure using cc2650 SensorTag.
The raw value for barometer sensor I'm getting is
f9 78 48 c9
i.e. Barometer MSB : C9
Barometer LSB : 48
F9 and 78 are of temp sensor values.
Now my question is how can I convert this raw barometer values to get actual data ?
Is it possible that I avoid calibration calculations just to get some rough reading ?