Skip to main content

Mk MPU6050 Tool Kit

Project description

Mk MPU6050 Tools

MkNxGn MPU - 6050 6-Axis Gyroscope Tools

Install with pip

-pip3 install mk_mpu6050_tools

Make sure to have py smbus installed on your device.

Use this Module to use the:

- MPU-6050

Code Example

import mk_mpu6050_tools
import sleep

Chipset = mk_mpu6050_tools.MPU_6050()

while True:
    time.sleep(1)
    print(Chipset.Gyro.x, Chipset.Gyro.y)


Virtualizing

Mk MPU Tools comes with Panda3D code to make visualization easy.

Make sure to Install Panda3D to

import mk_mpu6050_tools
import sleep

Chipset = mk_mpu6050_tools.MPU_6050()

from mk_mpu6050_tools import Visulize

Visulize.Run_visiulization_on_Gyro(Chipset.Gyro)


More on Virtualizing

Visualization comes with multiple models to use for visualization.

#    POSSIBLE MODELS
#    Visulize.MODELS.PLANE
#    Visulize.MODELS.TRUCK
#    Visulize.MODELS.DRONE
#    Visulize.MODELS.GRYO_MULTIPLEX - Default

SELECTED_MODEL = Visulize.MODELS.DRONE

Visulize.Run_visiulization_on_Gyro(Chipset.Gyro, model=SELECTED_MODEL)

Made By Mark.

Endorsed By MkNxGn

Progressing Technology.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mk_mpu6050_tools-1.1.31.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

mk_mpu6050_tools-1.1.31-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page