Skip to main content
Visitor II
May 18, 2020
Question

What if I use a power supply of 3.3v for the LSM9DS1 module?

  • May 18, 2020
  • 1 reply
  • 1174 views

Hi, in the module specifications (bottom of page 12 of the datasheet) says:

"The product is factory calibrated at 2.2 V. The operational power supply range is from 1.9 V to 3.6 V."

But what happens if I use 3.3v instead 2.2v?, in the datasheet does not says anything about recalibrate the sensor for other power supply

thanks

    This topic has been closed for replies.

    1 reply

    ST Employee
    May 18, 2020

    Hi @jg_spitfire​ , there are no difference in terms of performances or accuracy across the Vdd voltage range, especially as regard the motion parameters or the dependency vs Temperature. The only varying parameter is of course the current consumption, which is little higher at 3.3V than 2.2V, but 3.3V is a safe condition for LSM9DS1: consider that ST application kit and reference designs mounting the LSM9DS1 are typically powered 3.3V (that is the typical STM32 not low power voltage) and that you can in case tune the current consumption during acquisition also acting on the speed of the communication protocol (SPI or I2C). Regards

    Visitor II
    May 18, 2020

    Hi, but the Electrical characteristics does not mention if the consumption is using the I2C or SPI protocol, how do I know which one consumes less?

    thanks

    ST Employee
    May 19, 2020

    Hi @jg_spitfire​ , the electrical value don't include, in general, the current consumption due to the chosen particular communication protocol (and the related speed), because it is due to external factors. Since the I2C includes pull-up resistors, for the same amount of speed (e.g. 100kHz) the SPI protocol is less current consuming, but if you need higher frequency (e.g. >1MHz) the SPI is the only available protocol and you have to include an increasing-with-frequency consumption (this is valid, in general, for every devices...). Regards