David
David
Someone (name lost, sorry) suggested making with: make -f Makefile.Pi That did produce a very slightly larger binary (3184420 bytes), but still doesn't work. Same result as before (red DMR...
Someone (name lost, sorry) suggested making with: make -f Makefile.Pi That did produce a very slightly larger binary (3184420 bytes), but still doesn't work. Same result as before (red DMR...
Tony, many thanks for that. I've never played with Linux locales, but after your suggestion I checked and found mine was US (this from the default Pi-Star image download), so...
Makefile.Pi includes the wiringPi library needed for the HD44780 and OLED LCDs - a red herring in your case I'm afraid. The date and time formats are, I'm afraid, not...
Using the nightly version you can have a command like: start "Running SatDump" /D C:\Tools\satdump\bin\ satdump-ui.exe --start_recorder_device --engage_autotrack --source AirSpyHF which will achieve what you want. I have this in...
There's some information here: https://www.a-centauri.com/articoli/automating-satellite-reception-with-satdump but I'm unsure where the full list of options may be found. The device, frequency etc. are just whatever you set in the initial setup....
I can see that using TCA also makes sense (Douglas Deans notes this), so at the risk of confusing the user, perhaps either elevation at TCA, or elevation at AOS/LOS...
Thanks. May I suggest that saving the VFO frequency be added as an option? I, and others, find it confusing that the program opens on a completely unrelated frequency.
I'm using the version from 8-July-2023 nd I'm unsure what may have changed. I have modified it to add the NTP code, and display the most recent check for update...
I also meant to mention that in the NTP code I changed the timeout from 1 second to 4 seconds, which seemed more reasonable to me. But I could not...