Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.27 KB

File metadata and controls

57 lines (32 loc) · 1.27 KB

Spaceworks Spring 2022

A GUI Python program for a spring 2022 SES407 project. Interfaces with a ItsyBitsy M4 with an MLX90640 IR thermal camera.

 

Table of Contents

  1. Requirements
  2. Installation
  3. Gallery
  4. Acknowledgements

 

Requirements

  • Python 3
  • Git

 

Installation

A. Download the latest binary

B. Build from source

  1. Clone the repository

     git clone https://github.com/lyragordon/Spaceworks2_Python.git
    
  2. Install requirements

     pip install -r Spaceworks2_Python/requirements.txt
    
  3. Run script

     python3 Spaceworks2_Python/Spaceworks2/run.py
    

 

Gallery

 

Image Window

Initialization

 

Acknowledgements