bmi270-python


Namebmi270-python JSON
Version 0.3.1 PyPI version JSON
download
home_page
SummaryBMI270 I2C Python library
upload_time2023-03-24 11:26:45
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords bmi270 i2c imu sensor driver accelerometer gyroscope gyro bosch sensortech smbus2 library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BMI270 I2C Python Implementation

## Installation

`python3 -m pip install bmi270-python`

## Usage
Wire the breakout board with these lines : GND, 3V3, SDA, SCL

Make sure that the device is available at `0x68` or `0x69` i2c address by running this command:

`i2cdetect -y 1`

## Tested with:
- Ubuntu 22.04.2 LTS
- Raspbian Buster (32 Bit)

## Dependencies

### H5py (for data plotting)
Ubuntu:
`pip3 install h5py`

Raspbian:
`sudo apt-get install python3-h5py`

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bmi270-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "BMI270,I2C,IMU,sensor,driver,accelerometer,gyroscope,gyro,bosch,sensortech,smbus2,library",
    "author": "",
    "author_email": "Kevin Sommler <sommler@live.de>",
    "download_url": "",
    "platform": null,
    "description": "# BMI270 I2C Python Implementation\n\n## Installation\n\n`python3 -m pip install bmi270-python`\n\n## Usage\nWire the breakout board with these lines : GND, 3V3, SDA, SCL\n\nMake sure that the device is available at `0x68` or `0x69` i2c address by running this command:\n\n`i2cdetect -y 1`\n\n## Tested with:\n- Ubuntu 22.04.2 LTS\n- Raspbian Buster (32 Bit)\n\n## Dependencies\n\n### H5py (for data plotting)\nUbuntu:\n`pip3 install h5py`\n\nRaspbian:\n`sudo apt-get install python3-h5py`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "BMI270 I2C Python library",
    "version": "0.3.1",
    "split_keywords": [
        "bmi270",
        "i2c",
        "imu",
        "sensor",
        "driver",
        "accelerometer",
        "gyroscope",
        "gyro",
        "bosch",
        "sensortech",
        "smbus2",
        "library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4c8f7c8d9018961badaa86e63f9e560f6ffefbabbe5f201dbb22b14aec02f7c",
                "md5": "5e4fc0aaef4913443c14f2947a0f2580",
                "sha256": "48204dc73f670acdc5a876edd2ee7114e1beccf1fc9ba1496d4711b92703291a"
            },
            "downloads": -1,
            "filename": "bmi270_python-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e4fc0aaef4913443c14f2947a0f2580",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15441,
            "upload_time": "2023-03-24T11:26:45",
            "upload_time_iso_8601": "2023-03-24T11:26:45.142923Z",
            "url": "https://files.pythonhosted.org/packages/a4/c8/f7c8d9018961badaa86e63f9e560f6ffefbabbe5f201dbb22b14aec02f7c/bmi270_python-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-24 11:26:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "bmi270-python"
}
        
Elapsed time: 0.06792s