vault backup: 2025-02-03 08:29:48
This commit is contained in:
Binary file not shown.
Binary file not shown.
34
OneNote/OSD/Courses/Arduino Low level.md
Normal file
34
OneNote/OSD/Courses/Arduino Low level.md
Normal file
@@ -0,0 +1,34 @@
|
||||
## Timers available on Arduino Uno
|
||||
|
||||
|
||||

|
||||
|
||||
If we use Timer 0 for something else, the arduino functions delay, millis, … won't work properly anymore.
|
||||
@@ -0,0 +1,46 @@
|
||||
## Sensors
|
||||
|
||||
GPS: Accuracy: 3-5m, @2Hz
|
||||
|
||||
Indoor: 1mm @ 200-500 Hz
|
||||
|
||||
## Research
|
||||
|
||||
[https://vision.in.tum.de/publications](https://vision.in.tum.de/publications)
|
||||
|
||||
|
||||
|
||||
## Geometry
|
||||
|
||||
Invert, concatenate, estimate, optimize 3D orientation
|
||||
|
||||
## Algorithms
|
||||
|
||||
IMU Strapdown Algorithm
|
||||
|
||||
Control Theory
|
||||
|
||||

|
||||
|
||||
Watch out: The inner control loops must be around an order of magnitude faster than the outer ones, such that they appear "static". If not you can get interference between the two
|
||||
Reference in New Issue
Block a user