https://github.com/spatialaudio/sciospecgui
Graphical user interface for operating ScioSpecEIT devices.
https://github.com/spatialaudio/sciospecgui
Last synced: 11 months ago
JSON representation
Graphical user interface for operating ScioSpecEIT devices.
- Host: GitHub
- URL: https://github.com/spatialaudio/sciospecgui
- Owner: spatialaudio
- License: mit
- Created: 2023-06-20T08:34:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T11:01:37.000Z (over 2 years ago)
- Last Synced: 2025-01-07T22:43:11.204Z (about 1 year ago)
- Language: Python
- Size: 58.6 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScioSpecGui
A graphical user interface for operating SciospecEIT devices.
# 1. Installation and Run
Clone this repository and navigate to the loaded directory.
Inside the cloned folder just type:
python main.py
and the gui should start.
If packages are missing just install them using pip:
pip install -r requirements.txt
___
## To Be Done...
## Error Handling
### USB-Connection Problems
If you can´t establish a connection to the USB-FS or USB-HS port on `Linux`, make shure you have the permission to do this.
For USB-HS:
sudo chmod a+rw /dev/ttyUSB0
For USB-FS:
sudo chmod a+rw /dev/ttyACM0
Furthermore you have to install a [FTDI driver](https://ftdichip.com/drivers/d2xx-drivers/).