From: Guenter Roeck <linux@roeck-us.net>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH v3] hwmon: ntc: fix iio raw to microvolts conversion
Date: Mon, 01 Jun 2015 21:44:24 +0000 [thread overview]
Message-ID: <556CD238.4090208@roeck-us.net> (raw)
In-Reply-To: <1433176057-26446-1-git-send-email-chris.lesiak@licor.com>
On 06/01/2015 02:21 PM, Chris Lesiak wrote:
> On 06/01/2015 02:54 PM, Guenter Roeck wrote:
>> On 06/01/2015 09:27 AM, Chris Lesiak wrote:
>>> The function ntc_adc_iio_read was assuming both a 12 bit ADC and that
>>> pullup_uv is the same as the ADC reference voltage. If either
>>> assumption is false, then the result is incorrect.
>>>
>>> Attempt to use iio_convert_raw_to_processed to convert the raw value to
>>> microvolts. It will fail for iio channels that don't support support
>>
>> But we need millivolts ?
>
> No. I think we really do want microvolts.
>
> Don't let the old comment "/* unit: mV */ " lead you astray. It is incorrect.
>
Ok.
> The value eventually makes its way to the function get_ohm_of_thermistor.
> That function is expecting the value to be in microvolts.
>
> It is true that get_ohm_of_thermistor promptly converts both uv and pullup_uv
> to millivolts by dividing by 1000. But I don't think that conversion to
> millivolts is necessary. In fact it is hurting the accuracy a little.
>
> For example, take the ncpXXwb473 connected to 5000 mV and pulled down through
> a 47000 ohm resistor. At 25 C, the resistance of the thermistor is 47000 ohms.
> The measured voltage will be 2500 mV. If we measure instead 2501 mV, then
> the calculated resistance will be 46962 ohms - a difference of 38 ohms.
> So the precision of the resistance estimate could be increased by 38X by
> doing the calculations in microvolts.
>
> But how does that resolution affect the temperature estimate?
> At room temperature, the sensitivity of the thermistor is -5.3x10^-4 C/ohm.
> So, the resolution of the temperature measurement is 0.02 C. That probably
> is good enough for most purposes.
>
> The result will be worse at lower temperatures, but if you wanted to measure
> low temperatures, you'd probably connect the thermistor to ground and pull it
> up through the resistor.
>
> I think things could be improved in one of two ways:
> 1. Accept the precision that you get by doing the calculation millivolts.
> Simplify things by using millivolts throughout, although pullup_uv
> needs to remain becaus it is part of the interface.
> 2. Create an additional patch doing the calculations with microvolts
> instead of millivolts.
>
> What are your thoughts?
>
You explain above that doing the calculations in mV looses precision.
Given that, what would be the point of the first proposal, especially
since the uV are already available (and may still be needed in
ntc_adc_iio_read if conversion through iio is not available) ?
Thanks,
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2015-06-01 21:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-01 16:27 [lm-sensors] [PATCH v3] hwmon: ntc: fix iio raw to microvolts conversion Chris Lesiak
2015-06-01 19:54 ` Guenter Roeck
2015-06-01 21:21 ` Chris Lesiak
2015-06-01 21:44 ` Guenter Roeck [this message]
2015-06-01 22:06 ` Chris Lesiak
2015-06-01 23:48 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=556CD238.4090208@roeck-us.net \
--to=linux@roeck-us.net \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.