You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,47 @@ This software is a sample program for the [RT-USB-9axisIMU3](https://www.rt-shop
5
5
6
6
The file RT-9DOF-IMU-V3-Quat.ino is forked from the [SparkFun_ICM-20948_ArduinoLibrary examples](https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary/tree/main/examples).
7
7
8
+
## Data format
9
+
Baud rate: 2000000 bps
10
+
Transmission frequency: 1 kHz
11
+
12
+
|Byte | Content | Description |
13
+
|-- | -- | -- |
14
+
|0 | 0xff | Header |
15
+
|1 | 0xff | Header |
16
+
|2 | 0x52 | ASCII code "R" |
17
+
|3 | 0x54 | ASCII code "T" |
18
+
|4 | 0x40 | Lower Bits of Product Identifier |
19
+
|5 | 0x41 | Upper Bits of Product Identifier |
20
+
|6 | 0x01 | FW version |
21
+
|7 | 0x00~0xff | Timestamp - incremented with each data transmission, wraps to 0x00 after 0xff |
0 commit comments