├── .gitmodules ├── README.md ├── analog-frontend-part.png ├── angle-calc.png ├── design-project-paper.pdf ├── lighthouse-schematic.png ├── maths.tex ├── problem-statement.svg ├── pulse-shape-annotated.png └── vive-controller-annotated.png /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fughilli/ViveTrackedDevice/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fughilli/ViveTrackedDevice/HEAD/README.md -------------------------------------------------------------------------------- /analog-frontend-part.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fughilli/ViveTrackedDevice/HEAD/analog-frontend-part.png -------------------------------------------------------------------------------- /angle-calc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fughilli/ViveTrackedDevice/HEAD/angle-calc.png -------------------------------------------------------------------------------- /design-project-paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fughilli/ViveTrackedDevice/HEAD/design-project-paper.pdf -------------------------------------------------------------------------------- /lighthouse-schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fughilli/ViveTrackedDevice/HEAD/lighthouse-schematic.png -------------------------------------------------------------------------------- /maths.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fughilli/ViveTrackedDevice/HEAD/maths.tex -------------------------------------------------------------------------------- /problem-statement.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fughilli/ViveTrackedDevice/HEAD/problem-statement.svg -------------------------------------------------------------------------------- /pulse-shape-annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fughilli/ViveTrackedDevice/HEAD/pulse-shape-annotated.png -------------------------------------------------------------------------------- /vive-controller-annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fughilli/ViveTrackedDevice/HEAD/vive-controller-annotated.png --------------------------------------------------------------------------------