vault backup: 2025-02-05 14:38:06
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,13 @@
|
||||
Battery Management
|
||||
|
||||
[https://www.coursera.org/specializations/algorithms-for-battery-management-systems](https://www.coursera.org/specializations/algorithms-for-battery-management-systems)
|
||||
|
||||
|
||||
|
||||
secondary interesting courses:
|
||||
|
||||
|
||||
|
||||
[https://www.coursera.org/learn/thermodynamics-intro](https://www.coursera.org/learn/thermodynamics-intro)
|
||||
|
||||
[https://www.edx.org/course/robotics-foundation-ii-robot-control](https://www.edx.org/course/robotics-foundation-ii-robot-control)
|
||||
Reference in New Issue
Block a user