Skip to content

Share expirience #41

@Sergey-R5AU

Description

@Sergey-R5AU

Hi All !

i wonna to share my experience with RemSDR:

PM2 service not using in shared SW at beginning and better to disable this service and remove completely, as result it will be
low CPU usage and removing packets dropout even with WiFi:

sudo pm2 stop all
sudo env PATH=$PATH:/usr/bin /usr/lib/node_modules/pm2/bin/pm2 unstartup systemd -u pi --hp /home/pi
sudo pm2 unstartup
sudo npm remove pm2 -g
sudo reboot

That all folks !

my screen short with 2 x RPI + 2 x Pluto:
RSDR1

RSDR2
mainPART
Uploading RSDR3.jpg…

BTW Cooler usage may be more efficient based on RPI defaults, means this feature can be disabled in RemSDR SW:

boot/overlays/README
put into /boot/config.txt :
dtoverlay=gpio-fan,gpiopin=12,temp=45000,hyst=40000

gpio PIN=12 will put in High state in case 45 Celsius of CPU and sett Low state with 40 Celcius of CPU
works without issues

Name: gpio-fan
Info: Configure a GPIO pin to control a cooling fan.
Load: dtoverlay=gpio-fan,=
Params: gpiopin GPIO used to control the fan (default 12)
temp Temperature at which the fan switches on, in
millicelcius (default 55000)
hyst Temperature delta (in millicelcius) below
temp at which the fan will drop to minrpm
(default 10000)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions