I, bought MPU6050 Gyro sensor but it is with Rx Tx (serial communication), many of the libraries available are with i2C, I,found one with serial communication but is in Chinese - not able to understand it.
The data that is sent by the module to PC/ uC is divided into three data packets: the acceleration packet, the angular velocity packet and the angle packet, and three data packets are sequentially output. When the baud rate is 115200, one frame of data is output every 10ms, and when the baud rate is 9600, one frame of data is output every 50ms.
RollL: Roll low byte
RollH: Roll high Byte
PitchL: Pitch low byte
PitchH: Pitch high byte
YawL: Yaw low byte
YawH: Yaw high byte
TL: temperature low byte
TH: temperature high byte
The data that is sent by the module to PC/ uC is divided into three data packets: the acceleration packet, the angular velocity packet and the angle packet, and three data packets are sequentially output. When the baud rate is 115200, one frame of data is output every 10ms, and when the baud rate is 9600, one frame of data is output every 50ms.
RollL: Roll low byte
RollH: Roll high Byte
PitchL: Pitch low byte
PitchH: Pitch high byte
YawL: Yaw low byte
YawH: Yaw high byte
TL: temperature low byte
TH: temperature high byte
Hope that helps
Thanks a lot! will work with your inputs, shall let know if I, need further support