Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phurin-git/python-ahrs-mpu9250
Attitude and Heading Reference System (AHRS) using the MPU9250 sensor. The project includes several Python scripts that handle various aspects of the AHRS system, including sensor data acquisition and processing.
https://github.com/phurin-git/python-ahrs-mpu9250
ahrs ak8963 madgwick-filter marg mpu6500 mpu9250 raspberrypi
Last synced: 7 days ago
JSON representation
Attitude and Heading Reference System (AHRS) using the MPU9250 sensor. The project includes several Python scripts that handle various aspects of the AHRS system, including sensor data acquisition and processing.
- Host: GitHub
- URL: https://github.com/phurin-git/python-ahrs-mpu9250
- Owner: phurin-git
- License: mit
- Created: 2024-07-21T16:52:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T17:33:15.000Z (4 months ago)
- Last Synced: 2024-10-12T16:41:49.159Z (about 1 month ago)
- Topics: ahrs, ak8963, madgwick-filter, marg, mpu6500, mpu9250, raspberrypi
- Language: Python
- Homepage: https://youtu.be/XD-HDqpPWDg?si=ld0taZ9PxRESLA9g
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry Pi AHRS with MPU9250
This repository contains a project that leverages a Raspberry Pi to implement an Attitude and Heading Reference System (AHRS) using the MPU9250 sensor. The project includes several Python scripts that handle various aspects of the AHRS system, including sensor data acquisition and processing.
## Components
**ahrs_mpu9250.py**
- Integrates data from the MPU9250 sensor.
- Computes orientation using sensor data.**mpu9250.py**
- Interfaces with the MPU9250 sensor.
- Handles sensor data reading and initial processing.**registermap.py**
- Provides register map definitions for the MPU9250 sensor.
- Facilitates easier and more readable register access.
## Usage
1. Connect the MPU9250 sensor to the Raspberry Pi.2. Run the asrs.py script to start the AHRS system:
```bash
python ahrs_mpu9250.py
```## Related
Here is the related projects
- [AHRS: Attitude and Heading Reference Systems](https://ahrs.readthedocs.io/)
- [IMU-Based Motion Capture Using Madgwick Filter with 3D Visualization for Robot Teleoperations](https://ieeexplore.ieee.org/document/10589761)
- [Development of a Low-Cost Manipulator for Wireless Control from Upper Limb Motion Capture System](https://ieeexplore.ieee.org/document/10589750)