Re: BUG: iio: mpu3050: Wrong temperature scale

2021-04-20 Thread Dmitry Osipenko
19.04.2021 13:07, Linus Walleij пишет: > On Mon, Apr 19, 2021 at 8:06 AM Dmitry Osipenko wrote: > >> The driver uses >> (x+23000)/280 formula for the conversion of raw temperature value, which >> gives 82C for x=0, thus apparently formula is wrong because x=5 >> should give us ~25C. >> >> I t

Re: BUG: iio: mpu3050: Wrong temperature scale

2021-04-19 Thread Linus Walleij
On Mon, Apr 19, 2021 at 8:06 AM Dmitry Osipenko wrote: > The driver uses > (x+23000)/280 formula for the conversion of raw temperature value, which > gives 82C for x=0, thus apparently formula is wrong because x=5 > should give us ~25C. > > I tried to search for the datasheet with the formula