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.1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

mk_mpu6050_tools-1.1.1-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file mk_mpu6050_tools-1.1.1.tar.gz.

File metadata

  • Download URL: mk_mpu6050_tools-1.1.1.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.1

File hashes

Hashes for mk_mpu6050_tools-1.1.1.tar.gz
Algorithm Hash digest
SHA256 1c05a4b5a5379a5024d328ecb9b6dfc6255db2bf9b5e8ad30297c2bd259d7ce8
MD5 89e68930ce8bd4f843978d2f4f4e1c8e
BLAKE2b-256 ce675147b20f6460b59ea62b02a1470993ffe066754a4904bb92a6c5b6d4b08e

See more details on using hashes here.

File details

Details for the file mk_mpu6050_tools-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: mk_mpu6050_tools-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.1

File hashes

Hashes for mk_mpu6050_tools-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e23552c13f5a3eb84dfd1b2ca768f499df0b526f8eea90f42631e2de524d5fce
MD5 04560f6164087f71fc37d92023e71367
BLAKE2b-256 8c159196a2e7622c5a23bddf2e517bb290328fb9271b7c39f48afc46d00b6452

See more details on using hashes here.

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