0

I am making a project with 3 arduinos (2 slave, 1 master) and I want to know can I use the mpu6050 since it uses the I2c communication.

asked Oct 7, 2020 at 16:55
2
  • You're using I2C for the Arduino->Arduino communication? Commented Oct 7, 2020 at 16:56
  • yes i am using it Commented Oct 7, 2020 at 21:55

2 Answers 2

0

Yes, but only from the master. You have one I2C bus with three slave devices on it - two arduinos and one mpu6050.

answered Oct 7, 2020 at 22:00
0
0

You can but keep the I2C wires less then about 30cm. If they are going to be further apart consider something like RS485 or CAN. Are you sure you need three?

answered Oct 7, 2020 at 19:29
1
  • Yes i do I am making a car/ drone combo youtube.com/… Commented Oct 7, 2020 at 21:53

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.