The SV1BTL-version can be found here: https://github.com/sv1btl/PhantomSDR-Plus ..it is compatible with the normal version, but enhanced.

Recent posts

#61
NovaSDR / NovaSDR registers wrong in the...
Last post by Bas ON5HB - May 06, 2026, 05:04 PM
Hi Steven,

NovaSDR registers with center-freq only, you may want to alter the code so it registers min/max. ;)
#62
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Hendrik - May 06, 2026, 03:26 PM
Thanks again for your effort, Darko.
The issue ist solved! Please us never, never (never !) german Umlauts (special character like ö ä ü ß) at the markers.json.  >:(

#63
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by 9a7aof - May 06, 2026, 02:04 PM
My blacklist is a manual deletion of unwanted marked frequencies.  :)
I don't know how to program so I can't help, unfortunately.  :'(

73!
#64
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Hendrik - May 06, 2026, 09:32 AM
Hi Darko,
thank you for your explanation. Now it's more clear for me like the ordinary process is running.

I use for the markers a own py-script. I and some guys arround me use this sdr more for radio broadband listen. So we collect the station by 3 sources and have running a blacklist to avoid to much entries at the markers line.

With the start by the release 3.2.0 i can't no longer use the format with the "markers":[ - statement at the second line by the markers.json. In this kind i get the same issues as you have it observe before. But if i use the format without the "markers" statement on the second line, so is running all fine - but the markers are not to see. So it still not clear for me, which format for the markers.json is finally to use at the PhantomSDR-Plus-main directory?

73 de Hendrik,
DL1HMJ
#65
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by 9a7aof - May 06, 2026, 08:30 AM
Hendrik,

There are markers that can be automatically generated and
markers that we write manually in mymarkers.json

If we only want automatically generated markers, we do this:
cd PhantomSDR-Plus
cd frequencylist
chmod +x update-markers.sh
./update-markers.json

If we also want hand-written markers, then we need to copy the mymarkers.json file to
PhantomSDR-Plus/frequencylist
and start
./update-markers.json

this will merge the hand-written and auto-generated markers into a single file, markers.json,
and copy that file to your PhantomSDR-Plus directory.

It takes one minute for PhantomSDR to load the new markers.json.
It works without error after Emmanuel fixed the two files in the frontend/src directory.
Attached you have my hand-written mymarkers.json and markers.json made using the update-markers.sh script.

You can put markers.json in your PhantomSDR-Plus test directory for testing,
you will see that everything works as it should.

In mymarkers.json you have the correct syntax so you can edit,
delete mine, write yours and then run update-markers.sh

Best regards,
Darko, 9a7aof



#66
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Hendrik - May 06, 2026, 08:08 AM
Many thanks for your fast response.

If i use the markers.json in this manner, works all perfect - except the markers.
On 77,5 kHz is no marker to see.
(I currently use it so on http://mellesdr.rqhk191saz25euus.myfritz.net/)

73 de Hendrik

#67
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by F1NSK - May 05, 2026, 11:02 PM
Quote from: Hendrik on May 05, 2026, 07:15 PM[
    {
      "frequency": 77500,
      "name": "DCF77",
      "mode": "CW"
    }
  ]

This one is the good !

73's
#68
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Hendrik - May 05, 2026, 07:15 PM
I've still not understood what the right format for the markers.json is. To find the right flavour i reduced this file to a tiny value:
{
  "markers": [
    {
      "frequency": 77500,
      "name": "DCF77",
      "mode": "CW"
    }
  ]
}

If i use the markers.json at this manner so i get all the strange issues like the missing s-meter.
#69
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by Emmanuel SV1BTL - May 05, 2026, 12:47 PM
Quote from: F1NSK on May 05, 2026, 12:17 PMAdd a custom install-Deb12.sh and launch

I am going to add this script to the repo. Thank you!

RADE update process and script, has also been changed. If you now run again ./install_rade.sh, the script will update your radae installation. This will be more useful later, when the V2 of RADE will be released, Then, I'll have to make also some changes to .svelte files, but don't worry, the FreeDV RADE team is not ready yet for the V2.
The newer version will give the same quality of sound as V!, but using only 800 Hz bandwith, instead of 1500 Hz now used from V1.

RADE V2 builds on V1 with several algorithmic improvements:
Please refer to: https://github.com/drowe67/radae/


#70
PhantomSDR / Re: Upgrade to v.3.2.0
Last post by F1NSK - May 05, 2026, 12:17 PM
Hello Guy's

On my side all work fine with 3.2.0 on Debian 12.
I play with GUI colors to match with the background  ;D

To install on Deb12 quiet and safe :

I've downloaded the full code.zipfile
Extract in home/user/PhantomSDR-Plus
Add a custom install-Deb12.sh and launch

Tested on three differents PC without any issues.

Sometimes I lost the RX888 and the server crashes ! I've found the Bug ! The PC power supply voltage drops ! On a laboratory power supply no issues and the CPU temp decrease of 10°C

73's to everybody
Powered by EzPortal