-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINPUT.txt
30 lines (19 loc) · 1.14 KB
/
INPUT.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
================================================================================
== Hardware ====================================================================
================================================================================
* Arduino Pro Mini 5V
https://store.arduino.cc/arduino-pro-mini
* 9 axis IMU (MPU9250 5Volt)
many different possible
* Distance sensors VL6180
https://www.sparkfun.com/products/12785
================================================================================
== I2C =======================================================================
================================================================================
* SoftI2C for communication with IMU and RangeFinder
http://homepage.hispeed.ch/peterfleury/avr-software.html
================================================================================
== IMU ========================================================================
================================================================================
* Madgwick's implementation of Mayhony's AHRS algorithm.
http://www.x-io.co.uk/node/8#open_source_ahrs_and_imu_algorithms