I always use "0" to let DSD-FME automatically adjust the gain. In most cases, it works extremely well for me.But it is hard to set the RF gain correctly.
I always use "0" to let DSD-FME automatically adjust the gain. In most cases, it works extremely well for me.But it is hard to set the RF gain correctly.
Looks normal to me. UseWhen I decode a conventional DMR repeater, I get a black screen with scrolling data. Is this what I'm supposed to see? Or is there a screen with more detail?
-Z for more information.Is there any ways to use GNURadio TCP sink to pipe audio into DSD-FME instead of SDR++?
For trunking system, I'm implementing some new feature for my DSD-FME like neighbour site roaming and new site hunting, to make it more like a real trunk radio that enable us to automatically discover and roam to neighbour site when we travel. To achieve that, I need to use GNURadio to measure neighbour channel's signal strength in the background, to find the best neighbour to camp on, then feed the audio to DSD-FME for decoding.
And here is the problem, I tried with GNURadio TCP sink to pipe my demodulated audio into DSD-FME, but DSD-FME cannot get a sync to the signal. Instead, if I replace the TCP sink with audio sink and pipe with virtual audio cable, it work flawlessly. I prefer to use TCP sink as the input to DSD-FME because it enables us to monitor multiple channel within the entire SDR baseband simutaniously. I'm a beginner to GNURadio, is there anyone succeessfully pipe audio into DSD-FME through GNURadio's TCP Sink?
That's good to know. I'm going to try that.you can create multiple 'radios' from within SDR++, and send them out the TCP sink to different ports
Problem with the command line, or maybe DSD++ setting?
I've got DMR and NXDN decoding, both conventional and trunking, working well. But P25 trunking I can't get to work. Best case scenario, a talk group will pop up once in a while, but no audio, and the "Call History" at the bottom never populates.
I am using DSD++ with RIGCTL. This is the command line:
dsd-fme.exe -ft -i tcp:localhost:7355 -U 4532 -T -G 997-groups.csv -N 2> 997log.ans
Problem with the command line, or maybe DSD++ setting?
-W Use Imported Group List as a Trunking Allow/White List -- Only Tune with Mode A
dsd-fme.exe -ft -i tcp:localhost:7355 -U 4532 -T -W -G 997-groups.csv -N 2> 997log.ans
I now have it working pretty well. Problem was user error. Thanks to all who helped.Might need the -W there.
Try this:
Code:dsd-fme.exe -ft -i tcp:localhost:7355 -U 4532 -T -W -G 997-groups.csv -N 2> 997log.ans
Also, instead of -ft you could use -f1 for P25 phase 1 or -f2 for P25 phase 2.
I am currently using a variation of this. several CC's and their respective talk frequencies fit in the bandwidth of my rtlsdr. At first i was doing what you suggest. (setting up 3 VFOs (radios) to cover the 3 talk frequencies of the local tower/CC but then I realized that I could also set up multiple RIGCTL ports.Without quoting a single reply, but regarding using SDR++ and a single dongle, another method to using DSD-FME, particularly useful if you can cluster a lot of digital signals into the bandwidth of one device (airspy and so on with larger sampling would probably be better), but if you can fit it all with in a range, you can create multiple 'radios' from within SDR++, and send them out the TCP sink to different ports, and start a unique DSD-FME session for each of those, so instead of trunking and listening to the control channel, if all the traffic channels fit within a continuous range of frequency, you can just listen to all of those all at once instead.
There is in SDR++, but not that I know of in DSD-FME. Maybe it's just me, but I've never found a need for it.Is it possible to assign a name / alias to a conventional DMR frequency?
That exact command line works for me. Could you please post the contents of your equivalent channel map csv?I think I have found a bug within the scanning feature.
The "examples" file recommends this command to scan NXDN 96:
dsd-fme -fn -i tcp -C channel_map.csv -Y -U 4532 -N 2> log.ans
Yes, that command line works for me too. It just won't scan. If I change the -fn switch to -fs or -fa, it will scan, but not decode.That exact command line works for me. Could you please post the contents of your equivalent channel map csv?
I have another list that I scan, combination of P25 and DMR, using the -ft switch. It scans and decodes just fine. However, if I change the -ft switch to -fn, it won't scan. Just sits on whatever frequency is in SDR++. Changing the switch back to -ft, it will then scan. I realize that -fn won't decode DMR or P25, but I would assume it should still scan.It scans for me. Now, I wonder if it's a "windows thing"? I'll try it when I get a chance to run a win10 VM.