Zum Hauptinhalt wechseln

Änderungen an Schritt Nr. 9

Bearbeitet von Andrew Optimus Goldheart

Bearbeitung genehmigt von Andrew Optimus Goldheart

Vorher
Nachher
Unverändert

Schritt-Zeilen

-[* black] So the M7 is tasked with reading and processing data from three sensors, and with Chipworks' help we found these too:
+[* black] So the M7 is tasked with accessing information from three sensors, and with Chipworks' help we found these too:
[* red] Bosch Sensortech BMA220 3-axis accelerometer
[* orange] STMicroelectronics 3-axis gyroscope
[* yellow] AKM AK8963 3-axis magnetometer
-[* icon_note] The M7's job is to read and process data from the accelerometer, gyroscope, and magnetometer, to produce an absolute orientation of the phone relative to the world. This data is then passed to the A7 in a neat package, probably in the form of 3 headings (roll, pitch, and yaw).
-[* black] Using the A7 to monitor this sort of data is mega-overkill, so the M7 was introduced to maintain a constant, low-power watch over these sensors.
+[* icon_note] After collecting information from the accelerometer, gyroscope, and magnetometer, the M7 performs some matrix math processing magic to produce an absolute orientation of the phone relative to the world. This data is then passed to the A7 in a neat package, probably in the form of 3 headings (roll, pitch, and yaw).
+[* black] Using the A7 to monitor this sort of data would be mega-overkill, so the M7 was introduced to maintain a constant, low-power watch over these sensors.