# berryimu
This is a Python package with bindings for interacting with the BerryIMU.
## Wiring
The BerryIMU is a 9-axis motion tracking device that can be connected to a Raspberry Pi via I2C. The following wiring is required:
- BerryIMU VCC to 3.3V
- BerryIMU GND to GND
- BerryIMU SCL to SCL
- BerryIMU SDA to SDA
See the example wiring diagrams [here](https://ozzmaker.com/product/berryimu-accelerometer-gyroscope-magnetometer-barometricaltitude-sensor/).
## Installation
Install the package from PyPI:
```bash
pip install berryimu
```
To verify the installation, run:
```bash
berryimu
```
You should see the BerryIMU data printed to the console.
Raw data
{
"_id": null,
"home_page": "https://github.com/kscalelabs/berryimu",
"name": "berryimu",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Benjamin Bolte",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/46/ac/ef7482315ae8814cede69ef94d84b21b8faf35d3e72d43df7332dc3fc75d/berryimu-0.0.1.tar.gz",
"platform": null,
"description": "# berryimu\n\nThis is a Python package with bindings for interacting with the BerryIMU.\n\n## Wiring\n\nThe BerryIMU is a 9-axis motion tracking device that can be connected to a Raspberry Pi via I2C. The following wiring is required:\n\n- BerryIMU VCC to 3.3V\n- BerryIMU GND to GND\n- BerryIMU SCL to SCL\n- BerryIMU SDA to SDA\n\nSee the example wiring diagrams [here](https://ozzmaker.com/product/berryimu-accelerometer-gyroscope-magnetometer-barometricaltitude-sensor/).\n\n## Installation\n\nInstall the package from PyPI:\n\n```bash\npip install berryimu\n```\n\nTo verify the installation, run:\n\n```bash\nberryimu\n```\n\nYou should see the BerryIMU data printed to the console.\n",
"bugtrack_url": null,
"license": null,
"summary": "C++ bindings for controlling the BerryIMU",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/kscalelabs/berryimu"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "46acef7482315ae8814cede69ef94d84b21b8faf35d3e72d43df7332dc3fc75d",
"md5": "8c091ab947a6c572cc6fe58f4691b9c4",
"sha256": "528868b48d42fbdbb9b47e58b0162d088ce2100eff8c9befa1ef0d8e104751c1"
},
"downloads": -1,
"filename": "berryimu-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "8c091ab947a6c572cc6fe58f4691b9c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 136722,
"upload_time": "2024-10-10T06:08:59",
"upload_time_iso_8601": "2024-10-10T06:08:59.217672Z",
"url": "https://files.pythonhosted.org/packages/46/ac/ef7482315ae8814cede69ef94d84b21b8faf35d3e72d43df7332dc3fc75d/berryimu-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-10 06:08:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kscalelabs",
"github_project": "berryimu",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "berryimu"
}