-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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:

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
Labels
No labels

