From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f171.google.com ([209.85.161.171]:33123 "EHLO mail-yw0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752423AbcBPEfk (ORCPT ); Mon, 15 Feb 2016 23:35:40 -0500 Received: by mail-yw0-f171.google.com with SMTP id u200so130621582ywf.0 for ; Mon, 15 Feb 2016 20:35:40 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <5764f4978abda151dd053c56d08f1688b371635d.1455557806.git.gregor.boirie@parrot.com> From: Lucas De Marchi Date: Tue, 16 Feb 2016 02:28:49 -0200 Message-ID: Subject: Re: [PATCH v1 1/5] iio:pressure:ms5611: fix ms5607 temp compensation To: Peter Meerwald-Stadler Cc: Gregor Boirie , linux-iio@vger.kernel.org, Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Tomasz Duszynski , Daniel Baluta , Krzysztof Kozlowski , Mark Brown , "Andrew F. Davis" Content-Type: text/plain; charset=UTF-8 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On Mon, Feb 15, 2016 at 4:37 PM, Peter Meerwald-Stadler wrote: > >> See page 8 of ms5607 datasheet here: >> http://www.meas-spec.com/product/pressure/MS5607-ms.aspx > > link doesn't seem to work anymore, maybe now it's > http://www.meas-spec.com/product/pressure/MS5607-02BA03.aspx > > computation of sens2 was wrong and is fixed by this patch, > sens2 should be 2 * (t - 2000)^2 yes, and it matches what we are currently doing in ardupilot. Acked-by: Lucas De Marchi Lucas De Marchi