Steve Cookson
Steve Cookson
I have acquired an old SXVF-H16 and a SXVR-H16 in need of fixing. I returned them to SX who fixed a couple of things. Now when I plug them into...
Hi Apostolos, Then if I deactivate the vitual environment and install astro-virgo outside the virtual environment using pip3. I get ```gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.8.1.0 built-in source types: file osmosdr...
Hi Apostolos, I always use virtual environments for my python code. ([Python venv](https://docs.python.org/3/library/venv.html). I seem to get a crash when I use Virgo with venv. Like this: ```Traceback (most recent...
Hi, great script. I find that the compiler with -j ... +2 causes the cpu to thrash on Raspbian. The script seems to run more quickly without the +2 or...
I'm trying to run your fantastic RPi3 script on a RPi Zero Raspian (just INDI, no PHD2 or viewer). It's better to set: -j $(expr $(nproc) + 2) as -j...
I think I've followied the instructions. I've installed indi-bin successfully on my RPi zero running 64 bit Bookworm. I'm trying to use pyindi-client to collect data from indi, by the...