For a certain project I was working on at work I had to implement at least 3 of the GY-521 6050 MPUs. The Arduino website: Arduino Playground - MPU-6050 said that as of July 15th, 2014 the technique to utilize more than 2 MPUs was not yet confirmed to be possible for this specific sensor. I was, however, able to get 3 of said sensors to work with a 20 ms delay in between reading each sensor. I can't share my code or show a picture of the wiring due to the fact it was not a personal project, but I hope this information helps.
I can't share my code or show a picture of the wiring due to the fact it was not a personal project,
If you can't share then why should we help?
It has an address line. Connect each one to a separate output. Set the one you want to access to zero and the others to one. Then use the base address ( with the external address as zero ) to access the sensor you have enabled.
I just posted to say that it was possible. Sorry for not making it clear. I have just finished the project and don't need help with it. This website "Arduino Playground - MPU-6050" says it hasn't been confirmed, yet I was able to implement it. Just wanted to let people know that the implementation method they described is possible for that specific sensor.
Just wanted to let people know that the implementation method they described is possible for that specific sensor.
Then edit the playground web site and say so.