Hi Sir,
I plan to connect three Micro Magnetometers (https://www.sparkfun.com/products/19921) of the same model through ESP32 (https://www.sparkfun.com/products/20168)through SparkFun Qwiic Connect System.
May I ask if this is possible? :?:
Hi Sir,
I plan to connect three Micro Magnetometers (https://www.sparkfun.com/products/19921) of the same model through ESP32 (https://www.sparkfun.com/products/20168)through SparkFun Qwiic Connect System.
May I ask if this is possible? :?:
It is possible, but the setup won’t work unless each sensor has a different I2C address.
Unfortunately, that magentometer chip has a single fixed ihttps://www.sparkfun.com/products/22362z2c address. To communicate with more than one from a single i2c port, you would need a mux like https://www.sparkfun.com/products/16784 or https://www.sparkfun.com/products/22362
/mike
n1ist:
Unfortunately, that magentometer chip has a single fixed ihttps://www.sparkfun.com/products/22362z2c address. To communicate with more than one from a single i2c port, you would need a mux like https://www.sparkfun.com/products/16784 or https://www.sparkfun.com/products/22362/mike
Thanks for your advice