Skip to content

lyragordon/Spaceworks2_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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