mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
vault backup: 2023-03-30 10:47:23
This commit is contained in:
parent
10b913f280
commit
af34182f1e
@ -49,11 +49,6 @@ Compass / Magnetometer
|
|||||||
- iPhone 4 magnetometer range: ±2mT
|
- iPhone 4 magnetometer range: ±2mT
|
||||||
- Pro tip: prolonged exposure to a fridge magnet decalibrates your phones’ magnetometer for at least a week ;-)
|
- Pro tip: prolonged exposure to a fridge magnet decalibrates your phones’ magnetometer for at least a week ;-)
|
||||||

|

|
||||||
> [!INFO]
|
|
||||||
> doesn't directly measure north
|
|
||||||
> measure magentic fielf of earth and aligns with magenetic north
|
|
||||||
> earth field is very weak so we need sensitive magnetometer
|
|
||||||
>
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -66,6 +61,13 @@ Compass / Magnetometer
|
|||||||
- Local discontinuities in magnetic field
|
- Local discontinuities in magnetic field
|
||||||
- Ferromagnetic materials
|
- Ferromagnetic materials
|
||||||
- Power sources
|
- Power sources
|
||||||
|
> [!INFO]
|
||||||
|
> doesn't directly measure north
|
||||||
|
> measure magentic fielf of earth and aligns with magenetic north
|
||||||
|
> earth field is very weak so we need sensitive magnetometer
|
||||||
|
> electronic from phone affect sensor but the error can be calibrated out
|
||||||
|
> balance between what is cheap and what is good enough
|
||||||
|
> only one degree on freedom (bearing to north)
|
||||||
|
|
||||||

|

|
||||||
Gyroscope
|
Gyroscope
|
||||||
@ -73,13 +75,20 @@ Gyroscope
|
|||||||
- Precisely: orientation can be computed from the angular rate that is detected by the gyroscope, expressed in rad/s [deg/s] on 3 axis.
|
- Precisely: orientation can be computed from the angular rate that is detected by the gyroscope, expressed in rad/s [deg/s] on 3 axis.
|
||||||
- Traditional gyroscopes use the e!ect of angular momentum
|
- Traditional gyroscopes use the e!ect of angular momentum
|
||||||

|

|
||||||

|

|
||||||
|
> [!INFO]
|
||||||
|
> car, phone, game controller, etc
|
||||||
|
> measure orientation
|
||||||
|
> measure change of orientation using angular rate
|
||||||
|
> use the effect of angular momentum. when you spin something fast, it want to keep that rotation axis
|
||||||
|
|
||||||
- MEMS (microelectromechanical system) gyro
|
- MEMS (microelectromechanical system) gyro
|
||||||
- Used in most smartphones or mobile/embedded devices
|
- Used in most smartphones or mobile/embedded devices
|
||||||
- Use the displacement of vibrating proof mass to compute orientation (Coriolis effect)
|
- Use the displacement of vibrating proof mass to compute orientation (Coriolis effect)
|
||||||

|

|
||||||

|

|
||||||
|
> [!INFO]
|
||||||
|
> works similar to spinning gyro but uses vibrations instead
|
||||||
|
|
||||||
Problem:
|
Problem:
|
||||||
- The gyroscope gives us angular rate with a unit of rad/s [deg/s]
|
- The gyroscope gives us angular rate with a unit of rad/s [deg/s]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user