Die Suche ergab 1 Treffer

von erik
Samstag 12. Oktober 2019, 09:49
Forum: Allgemeine Fragen
Thema: Python code matrix ohne GUI
Antworten: 10
Zugriffe: 978

Re: Python code matrix ohne GUI

Hi, Erik here, developer at Acconeer,

My German knowledge is very limited, so I'll reply in English. Hope that's ok!

First off, if you want to run the module without the GUI, you can do so by running its script directly:

python3 examples/processing/sparse_fft.py -u /dev/ttyUSB0


Then, if you ...