I need to run four of AS7265x spectrometer through a single Raspberry pi 3. I connect all sensors to a TCA9548A I2C Multiplexer. But, I cannot figure out how to adjust the addresses to run all sensors. I am using the python code developed for the sensor in this page(https://github.com/LiamsGitHub/AS7265x-spectrometer). The script works fine when I use a single sensor connecting directly to the pi. However, I do not know how it could run all of through the multiplexer. I use this python script for the Multiplexer (https://github.com/adafruit/Adafruit_Ci … n_TCA9548A). I am a not expert in electronics and coding, and I really need to run all sensors through a single Pi. Could you please help me to run the sensors? what should I adjust in the script? or in the multiplexer script? I spend so many hours so far and I could not figure it out.
Thanks a lot in advance.