You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I connected two Sparkfun IR arrays to a Raspberry Pi 3a+ using a PCA9548A multiplexer:
Sometimes the code used read the IP of the sensors correctly:
Sometimes not, with the following string:
The same thing happens when I use only a module connected directly to the Raspberry, without the multiplexer: without any variations hw or sw, sometimes the i2C address of the module is read correctly, sometimes not
How can I solve the problem?
The text was updated successfully, but these errors were encountered:
Even if I cut off all the extra sensors' I2c pullup jumpers, the modules do not have a '0x33' address.
I solved the problem by desoldering the mlx90640 from the board:
Now the three sensors have the same '0x33' address:
I connected two Sparkfun IR arrays to a Raspberry Pi 3a+ using a PCA9548A multiplexer:
Sometimes the code used read the IP of the sensors correctly:
Sometimes not, with the following string:
The same thing happens when I use only a module connected directly to the Raspberry, without the multiplexer: without any variations hw or sw, sometimes the i2C address of the module is read correctly, sometimes not
How can I solve the problem?
The text was updated successfully, but these errors were encountered: