Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (27 loc) · 1.75 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.75 KB

This app is superseded by DIY SpaceMouse Profiles

Description

This project offers a user interface for DIY Spacemouse to control sensitivity parameters by app basis. It's main purpose is to replace the sliders from 3DConnection software (3DConnection installation is mandatory).

Installation

Set up Spacemouse firmware

  1. Clone this repository:
    git clone https://github.com/raulpetru/SpacemouseProfiles
  2. Create a custom board in Arduino IDE using these instructions.
  3. Connect Spacemouse to PC and flash firmware from spacemouse-keysfolder on Arduino.

Set up Spacemouse Profiles application

  1. Clone this repository (if you haven't cloned in previous step):
    git clone https://github.com/raulpetru/SpacemouseProfiles
  2. Install Python 3.1x (3.11, 3.12, ...)
  3. Open CMD inside repository folder and make virtual environment:
    python -m venv .venv
  4. Activate virtual environment:
    .venv\Scripts\activate
  5. Install dependencies:
    pip install -r requirements.txt
  6. Connect your Spacemouse (the app will crash without a connection).
  7. Run Spacemouse Profiles.bat to launch the app.

This project is based on the work of AndunHH, TeachingTech and many other contributors.