Size of Accelerator/Gyroscope packet Payload

Hey just wondering for each accelerator/gyroscope measurement being streamed to the android device what is the total size of the data being sent per reading? Also what format are you to represent the data when transmitting the data? (ascii characters, 8-bit integers, etc.)

Comments

  • Acc and gyro data is 6 bytes.

    The data is simply a collection of bytes.  How you chose to represent those bytes during transmission is irrelevant provided you encode and decode them in the same manner.
This discussion has been closed.