# MLX90641 driver
This is a work-in-progess!
Currently only windows 10 is working with MCP2221 USB to I2C adaptor.
Milestones:
- [x] win 10 PC + mcp2221
- [x] Raspberry pi + devtree (/dev/i2c-1)
- [x] Jetson Nano + devtree
- [x] Raspberry pi + mcp2221
- [ ] linux pc + mcp2221
- [ ] windows 10 pc + EVB90640-41
- [ ] linux pc + EVB
- [ ] raspberry pi + EVB
# Intro
This python driver for MLX90641 aims to facilitate the interfacing on a PC.
Currently this driver supports 3 type of interfaces:
- EVB90640-41 ==> https://www.melexis.com/en/product/EVB90640-41/
- Raspberry Pi with I2C on any GPIO pin.
- MCP2221 USB to I2C adaptor.
## Dependencies
Driver:
- Python3
- pySerial
## Getting started
### Installation
```bash
pip install mlx90641
```
https://pypi.org/project/mlx90641/
### Running the driver demo
* Connect the EVB to your PC.
* pen a terminal and run following command:
```bash
mlx90641-dump-frame auto
```
This program takes 1 optional argument.
```bash
mlx90641-dump-frame <communication-port>
```
Raw data
{
"_id": null,
"home_page": "https://github.com/melexis-fir/mlx90641-driver-py",
"name": "mlx90641-driver",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/b1/80/e421310f40a908af053b9775bb6fcc1048d01c00c91e69d3fe414987bfd3/mlx90641-driver-0.0.4.tar.gz",
"platform": "",
"description": "# MLX90641 driver\n\nThis is a work-in-progess!\n\nCurrently only windows 10 is working with MCP2221 USB to I2C adaptor.\n\nMilestones:\n- [x] win 10 PC + mcp2221\n- [x] Raspberry pi + devtree (/dev/i2c-1)\n- [x] Jetson Nano + devtree\n- [x] Raspberry pi + mcp2221\n- [ ] linux pc + mcp2221\n- [ ] windows 10 pc + EVB90640-41\n- [ ] linux pc + EVB\n- [ ] raspberry pi + EVB\n\n# Intro\n\nThis python driver for MLX90641 aims to facilitate the interfacing on a PC.\n\nCurrently this driver supports 3 type of interfaces:\n- EVB90640-41 ==> https://www.melexis.com/en/product/EVB90640-41/\n- Raspberry Pi with I2C on any GPIO pin.\n- MCP2221 USB to I2C adaptor.\n\n\n## Dependencies\n\nDriver:\n- Python3\n- pySerial\n\n\n## Getting started\n\n### Installation\n\n\n```bash\npip install mlx90641\n```\n\nhttps://pypi.org/project/mlx90641/\n\n### Running the driver demo\n\n* Connect the EVB to your PC. \n* pen a terminal and run following command: \n\n\n```bash\nmlx90641-dump-frame auto\n```\n\nThis program takes 1 optional argument.\n\n```bash\nmlx90641-dump-frame <communication-port>\n```\n\n\n\n",
"bugtrack_url": null,
"license": "Apache License, Version 2.0",
"summary": "MLX90641 FIR Array python interface",
"version": "0.0.4",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "8013d315473c7bc10f5552ebf708c178",
"sha256": "aa97007f8cd90ac0a041e64bd2f8438dd8861d3d26bb43aff868c9e457233859"
},
"downloads": -1,
"filename": "mlx90641_driver-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8013d315473c7bc10f5552ebf708c178",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 205442,
"upload_time": "2021-02-24T01:39:10",
"upload_time_iso_8601": "2021-02-24T01:39:10.782879Z",
"url": "https://files.pythonhosted.org/packages/d5/8c/71c40c1e1b4cc42ec4c4387821d38481b30f4adf27f5191795ed70f3e631/mlx90641_driver-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "01000b007a59f17e3127a280a9b83c0d",
"sha256": "61eb8f1bbc8329c226051ad891dc7827bb7f8f8226e5eda877baf4684d75d7f4"
},
"downloads": -1,
"filename": "mlx90641-driver-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "01000b007a59f17e3127a280a9b83c0d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 201854,
"upload_time": "2021-02-24T01:39:12",
"upload_time_iso_8601": "2021-02-24T01:39:12.510881Z",
"url": "https://files.pythonhosted.org/packages/b1/80/e421310f40a908af053b9775bb6fcc1048d01c00c91e69d3fe414987bfd3/mlx90641-driver-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-02-24 01:39:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": null,
"github_project": "melexis-fir",
"error": "Could not fetch GitHub repository",
"lcname": "mlx90641-driver"
}