Hi Hans,
I do not, but I had a look on the datasheet....
It seems that this sensor requires a lot of computation in the µC to make the result usable.
I am not sure that 8-bit PIC's are the best choice for this kind of application.
With the help of JAL, they are able of performing floating-point calculation, but the complexity here will surely pile up a lot of rounding errors.
It *could* work, but you surely will have to add some tricks here and there to enhance the precision of the computation
Besides, there are other sensors in the market, and maybe, some of them are easier to use.
For temperature, you can use a classic LM35. Some variations (see the datasheet) are very precise and easy to incorporate in an application.
For pressure, I never used a sensor, so I cannot give you another reference (Bosch has many variant in the BMPxxx series, but other manufacturers exist)
Try to get a list of pressure sensors on Digikey or Mouser, have a look on their datasheet to see what they require as computational power to get the result.
Have a look also at
mikroe.com : they design and sell nice modules and often, there are librairies in C, Pascal and Basic available to use them: you could get inspiration from there to write your own jal library
Have a nice day,
David