I have a problem with Arduino, especially with communication. Is it possible for 2 types of communications to affect one another? I use 3 modules: HTU21D, GPS Neo M8M, and MS5611. FYI MS5611 and HTU21D use I2C for communication. When I use some functions from HTU21D and MS5611, my GPS doesn't read anything.
I have tried so many libraries and the result is still the same. I use a baudrate of 38400 bauds for this project.
Can someone help? Is it caused by an electric problem or from code? And how can I solve this problem?