Troubleshooring with arduino iot cloud

Hi,
I’m using arduino nano 33 iot, and a grove light sensor(TSL2561). I can read easily the values using the Digital_Light_TSL2561.h library.
When connecting the sensor to the board and running the iot cloud simplest code, it won’t connect to the cloud. The same happend to me using SI114X sensor and my suspicion is that the cloud is using i2c to connect and both collides because using the same addresses.
Is there something I can do to prevent this from happening?
Thanks

Hi @1113, Can you share the code or the error log?