mupfdev / STM32-headtracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is a 9 degrees of freedom headtracker made using a STM32
microcontroller, a MPU-9250 MEMS-device and the open source Madgwick
sensor-fusion algorithm.

The MCU directory contain microcontroller relevant-code. The analysis directory
contain a directory which include analysis software which plots the sensor
output by intercepting raw HID-communication data through the USB protocol.

This project is build using gcc and makefiles.

More details are available on my website:
https://risaksson.com/2020/10/11/embedded-development-usb-inertial-headtracker/

About

License:MIT License


Languages

Language:C 97.1%Language:Python 1.9%Language:Assembly 0.6%Language:Makefile 0.2%Language:C++ 0.1%Language:Shell 0.0%Language:SWIG 0.0%