Skip to main content

Library interface for communication with Memsense IMU devices

Project description

py_mscip

pipeline status coverage report

py_mscip is a python library for interfacing with Memsense IMU devices.

Installation

py_mscip is available as a PyPi package for convenience. To add the latest stable version to your project, install the library using pip:

pip install py_mscip

Basic Usage

py_mscip provides a number of classes to make interfacing with Memsense IMUs convenient. The most basic of these is the Conn class which manages reading and writing to a serial connection. An example of a simple script to read values from the IMU and print them to the screen would be:

from py_mscip.interfaces.conn import Conn
from serial import Serial

ser = Serial(args.comport, args.baudrate)
conn = Conn(ser, args.format)

while True:
    packets = conn.read()
    if packets:
        for packet in packets:
            print(packet)

Additional examples along with API details and development information can be found in the official documentation.

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

py_mscip-0.0.2.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_mscip-0.0.2-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file py_mscip-0.0.2.tar.gz.

File metadata

  • Download URL: py_mscip-0.0.2.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for py_mscip-0.0.2.tar.gz
Algorithm Hash digest
SHA256 c8086c3e6f3e5cd903742f710ebaf5878f954ea7586d0d24f317eb39d6685ae8
MD5 92b75afc301959f7047cc33deba67f1e
BLAKE2b-256 d98fd5a46dc19b8fed76f9bf8556f7e7cf5c8a0353702e3402fc8f94ef98091e

See more details on using hashes here.

File details

Details for the file py_mscip-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: py_mscip-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for py_mscip-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d73ef5ce2a5475bfce3cca9253d779066b3b0d6d2ca0a7acc120b7de6f1c1776
MD5 98a787281af99a20d963503b2e8af20f
BLAKE2b-256 acbb8182e06771e4384aaaf0c655f1ef372390508b6c74287637ced7309e02e4

See more details on using hashes here.

Supported by

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