Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version, Update etc. #36

Open
Sergey-R5AU opened this issue Oct 17, 2023 · 2 comments
Open

New version, Update etc. #36

Sergey-R5AU opened this issue Oct 17, 2023 · 2 comments

Comments

@Sergey-R5AU
Copy link

Hi André !
I hope you well !
sine 5.08 release plenty of SW updates already release and btw looks like some new features HAM`s are looking for.
Could an updates of Remote SDR are expectable in 2023 ?

@F1ATB
Copy link
Owner

F1ATB commented Oct 17, 2023 via email

@Sergey-R5AU
Copy link
Author

Sergey-R5AU commented Oct 17, 2023

Thank you Andre !
Appreciated !

In my shack R-SDR in use with all updates of RPI OS in 64bit mode, modification of CPU.js was required:
instead of "if (info_cpu.indexOf("armv7l") > 0)"
use: "if (info_cpu.indexOf("aarch64") > 0)"
due to already uname -a as:
17:24:16 BST 2023 aarch64 GNU/Linux

and need to update shell file for PM2:

/etc/systemd/system/pm2-pi.service

instead of /root/.pm2 should be /home/pi/.pm2

in few strings otherwise PM2 service not started


P.S. some experience tricks:
My HW: RPI4 + Pluto pLus + cheap SSD with adapter to USB
-external power supply are involved for 40pin header and USB power distribution to PlutoPlus
-SWAP disabled
-BT and WiFi disabled
-IP4 fixed
-strange but with disabling IPv6 Node Js not starting properly (not yet investigated)
-SW used for LEO sats QSO with tracking via Gpredict successfully, as already requested CAT should improved for proper QSO logging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants