Using SparkFun Qwiic Multiport and Qwiic Components in Series

Hi,

I have a few Qwiic components and a Multiport that I’d like to connect to an Arduino board. Can I connect all of the sensors to a multiport and connect that to an Arduino, and import their respective libraries and use all the components simultaneously, or is there any extra coding configuration needed? Also, would I be able to connect two Qwiic components in series and get the same desired result? Any information would be greatly appreciated. Thank you.

Yes to both…the main thing to adjust is that only one set of i2c pull up resistors needs to be active per bus

You may or may not need to adjust the jumper pads if more than one device uses the same default i2c address, check the hardware section of the hook up guide for each sensor to determine such

Okay, thank you.