Skip to main content
Associate II
March 7, 2025
Solved

inertial module daisy chain via SPI

  • March 7, 2025
  • 1 reply
  • 509 views

hello

I need to interface about 20 small package inertial sensor via SPI and my MCU doesn't have enough GPIO for the chip selects so I'm looking for a module that can be daisy chained via SPI however I didn't find anything in the datasheets that indicate if these devices are compatible or how to do it.

can anyone tell me if the LSM6DSOX is compatible or if not if there is a module with about the same capabilities that is compatible??

best regards

Best answer by Federica Bossi

Hi @Eddess ,

Unfortunately, our IMUs, including LSM6DSOX, require a separate chip select (CS) line for SPI communication.

1 reply

Federica Bossi
Federica BossiBest answer
Technical Moderator
March 7, 2025

Hi @Eddess ,

Unfortunately, our IMUs, including LSM6DSOX, require a separate chip select (CS) line for SPI communication.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
EddessAuthor
Associate II
March 7, 2025

thanks for the answer. That's indeed unfortunate