Hi BSTRobin, I think I did not make myself clear on what I am trying to do - I am trying to produce values that a typical sensor would in software. In other words, I am simulating the sensor. So I need to find out how to compose the raw values, so that when some code (running on arduino) reads temperature for example, and they use the Bosch libraries you're citing, they will get reasonable values from the raw values the simulation generates. I tried to understand what each of the coefficients does so that I can compute the raw values (t,p,h) from measurements, (for example what raw value I should have for a temperature of 25 deg c) but failed 🙂 So, I am asking for a way for me to simply, map the range of temperatures to an ADC values (for temp, use 20bits for the ~125 deg possible) and have a default coefficient map that would be like an identity operation map ( multiply or divide by 1, add or subtract 0, etc) I hope this is possible
... View more