Metadata-Version: 2.1
Name: mlx90641-driver
Version: 0.1.3
Summary: MLX90641 FIR Array python interface
Home-page: https://github.com/melexis-fir/mlx90641-driver-py
License: Apache License, Version 2.0
Download-URL: https://github.com/melexis-fir/mlx90641-driver-py/archive/V0.1.3.tar.gz
Description: # MLX90641 driver
        
        This is a work-in-progess!
        
        Milestones:
        - [x] win 10 PC + mcp2221
        - [x] Raspberry pi + devtree (/dev/i2c-1)
        - [x] Jetson Nano + devtree
        - [x] Raspberry pi + mcp2221
        - [x] linux pc + mcp2221
        - [ ] Jetson Nano + mcp2221
        - [ ] windows 10 pc + EVB90640-41
        - [ ] linux pc + EVB
        - [ ] raspberry pi + EVB
        - [ ] BeagleBone + mcp2221 + devtree + 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>
        ```
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
