User Activity

I am working with MPU6050 and STM32f103VE as master. When I wake up the sensor and ask for information it returns 3 bytes of zeroes and the protocol stops working. I only send the communication Part of my code to be more specific:void I2C_interface(v...
Hi.I am trying to communicate with MPU6050 through I2C protocol. I am using STM32f103VE.The problem I have, is that after start condition and transmitting slave address and slave internal register address, and then starting again,this time with slave...
Hi.I am trying to communicate with MPU6050 through I2C protocol. I am using STM32f103VE.The problem I have, is that after I start condition and transmitting slave address and slave internal register address, and then starting again,this time with sla...