Hey guys. I'm new into Arduino, really new, actually and I don't pretty much know about I2C, I know about SDA and SCL and of course, I know about the adresses of each device, nevertheless I'm in trouble.
I'm trying to develop a termometer and I came up with the idea that I could use two sensors instead of one to get a more accurate result, however, I really don't know how I can change the adress of one of the sensors (I'm talking about using two MLX90614 sensors, the same), because I know if I don't, I won't be able to communicate with one of them, so I need to change one of the adresses.
The default adress of each MLX90614 sensor is 0x5A. I have been researching and I have found really complicated results when it comes to changing a sensor adress and I'm not that good in Arduino.
Can somebody help me, please? Thanks in advance.