I want to control same sensor in same I2C Bus.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-03 2:01 AM - last edited on ‎2024-05-03 2:14 AM by Peter BENSCH
I use STM32F401RE nucleo board to detect tilt.
I will use same MEMS sensor (ISM330DLC). Three.
But I want to control that sensor in I2C1 Bus.
I know setting SA0 to distinguish SAD. it's only possible to two devices.
I need to control three devices.
Help me! Thank you.
Solved! Go to Solution.
- Labels:
-
Accelerometers
-
Gyroscopes
-
I2C
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-03 2:16 AM
>I know setting SA0 to distinguish SAD. it's only possible to two devices.
Right.
>I need to control three devices.
A: So use other I2C for 3. sensor.
B: Use a I2C mux , to switch the bus to > more I2C "sub-groups" .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-03 2:16 AM
>I know setting SA0 to distinguish SAD. it's only possible to two devices.
Right.
>I need to control three devices.
A: So use other I2C for 3. sensor.
B: Use a I2C mux , to switch the bus to > more I2C "sub-groups" .
