OpenMarine

Full Version: MPU 9255 Adresse ändern
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, everyone,
I have connected two modules to my op system via I2C. 
GY-87 and a Mpu 9255. Both have the same address. Is it possible to change an address?(I don't understand the data sheets)
Or should I change my mind. 
Connecting mpu9255 via SPI?
Or 
Buy the sensors individually (air pressure and temperature) 

I only wanted to keep the GY because of air pressure and temperature. 
Greetings Jürgen

Translated with www.DeepL.com/Translator
GY87 (MPU6050) can be changed from 0x68 to 0x69 when disonnecting AD0 from GND and connecting to 3.3 V.
link http://forum.arduino.cc/index.php?topic=387149.0
Quoting the data sheet


Quote:The slave address of the MPU-9255 is b110100X which is 7 bits long. The LSB bit of the 7 bit address is determined by the logic level on pin AD0. This allows two MPU-9255s to be connected to the same I2C bus. When used in this configuration, the address of the one of the devices should be b1101000 (pin AD0 is logic low) and the address of the other should be b1101001 (pin AD0 is logic high).
I didn't understand that in the data sheet. What does Logic low or Logig high mean?
(2018-01-17, 06:37 PM)Luckbert Wrote: [ -> ]I didn't understand that in the data sheet. What does Logic low or Logig high mean?

Google helps Wink

https://learn.sparkfun.com/tutorials/logic-levels
https://en.wikipedia.org/wiki/Logic_level

Or maybe in German
https://www.elektronik-kompendium.de/sit...205171.htm

Or doesn't this help and there is something specific you don't understand?
Connect AD0 to vcc 3 V or ground to change the address.
Hello, everyone,
I was able to change the address. Unfortunately, the two boards do not work side by side. I will now use the 9255 and an additional Bmp.
Thank you for clearing up the Logik levels.
Greetings Jürgen