Kevin Smallman
Hi there,
One of the reasons I invested in an SDR was to be able to make recordings on certain frequencies during the night. I can see that the FDM-SW2 software provides this functionality, unfortunately I run Linux and it's annoying to maybe resort to installing a parallel Windows installation just for this one piece of software. It looks like GNU Radio could do this, but I'd have to do a fair amount of work just to create this simple function. At the moment I have GQRX working well for normal listening. I found what I thought was the answer in a blog post by Michele Costantino here: https://www.iu5hes.com/2016/10/08/elad-fdm-s2-linux-sampler-an-iq-sampler-for-linux-users-192k-only-at-the-moment ...but the links seem to have expired. This seems to have been a semi-official bit of code he got from an Elad developer. If anybody reads this and can send me that tool - "sdr_elad" - then thanks in advance. It would be great to just set the firmware and use a simple command to specify a frequency and time to record, that's what Linux is supposed to be for. I can't believe no-ones done this already. Best regards, Kevin
|
|
Re: elad-gqrx wrapper for gqrx
Kevin Smallman
Thanks very much to you too, removing that file got mine working as well.
I'm so pleased - I was trying to get the Elad SW2 software to work in VirtualBox and it was too laggy really, this is much more snappy. I wonder if I could get this working on Slackware as well? Would I have to recompile or something? Kevin.
|
|
Re: Eladit.com site down?
Neil Smith G4DBN
Yes, it is back on now. It was showing as unresponsive on all of the “is my site down” services.
toggle quoted messageShow quoted text
Neil
|
|
Re: Eladit.com site down?
Paul Jones
Eladit.com also still works always had both domains and both currently working
toggle quoted messageShow quoted text
On Aug 14, 2020, at 17:25, Neil Smith G4DBN <neil@...> wrote:
|
|
Re: Eladit.com site down?
Paul Jones
Working here Neil in the USA
toggle quoted messageShow quoted text
Paul EladUSA
On Aug 14, 2020, at 15:16, MM6IXE via groups.io <sota@...> wrote:
|
|
Re: USB Audio I/Q Mode - what is it?
DAVID IW5BNL
Hi Andy With I Q input you skip the internal modulators so you have to write the modulator externally in the pc. I think the major advantage is a flexibility in design the modulator. Regards David IW5BNL
Il Ven 14 Ago 2020, 19:53 Andy G4JNT <andy.g4jnt@...> ha scritto:
|
|
Re: Maximum input level usb audio
DAVID IW5BNL
Hi Giovanni Thank you! David
Il Ven 14 Ago 2020, 18:28 Giovanni Franza <gfranza@...> ha scritto: Hi David,
|
|
Re: Eladit.com site down?
Neil Smith G4DBN
Thanks Andy, I must have missed an announcement about the site change. It looks like the shop section is still being worked on. Neil G4DBN The old site can still be found at the Wayback Machine
On 14/08/2020 22:15, Andreas Rehberg
wrote:
|
|
Re: Eladit.com site down?
Andreas Rehberg
Am 14.08.20, 21:16 schrieb "MM6IXE via groups.io" <sota@...>:
It’s been like that for a while
|
|
Re: Eladit.com site down?
It’s been like that for a while
for me Iain
|
|
Eladit.com site down?
Neil Smith G4DBN
I can't reach sdr.eladit.com or any of the variants other than shop.eladit.com, have I missed a maintenance notice, or is there a fault?
Neil http://g4dbn.uk
|
|
USB Audio I/Q Mode - what is it?
What IS this IQ mode that can be set by the CAT IQ command m? Is it to the internal soundcard, and if so, what advantage does if offer over normal single audio channel ? What bandwidth is available, is it plus/minus the normal Tx filter ? If so I assume it goes down to true DC, unlike a real soiundcard that typically has a low cut off at a few tens of Hz Andy
On Fri, 14 Aug 2020 at 17:28, Giovanni Franza <gfranza@...> wrote: Hi David,
|
|
Re: Maximum input level usb audio
Hi David,
when I built a 4 phases example I fed I/Q in L/R audio using stock audio block in Gnuradio. Only thing to remember is to launch periodically the CAT command allowing audio as I/Q. No idea of the levels, sorry :-( Regards, Giovanni - HB9EIK
|
|
Maximum input level usb audio
DAVID IW5BNL
Hi All, I do some math supposing that ssb modulator is based on hilbert transformer. With little information available and my calculation may be possible that maximum input level is 0.4-0.5 in order to keep normalized modulator output to -1/+1. I'm going to try IQ input in the next days..I assume that I (or Q) is right input of tx USB port and Q(or I) is left input of tx USB port. Giovanni HB9EIK or I2PHD do you have some more informations (that can be shared..of course) on this topic. Regards David IW5BNL
|
|
Thank you
Francesco Di Giovanni
Thank you for accept my request to join the group.
I am waiting for the availability of the S3.
73s
Francesco Di Giovanni - IN3XZP
|
|
Re: FDM-DUO feature suggestion
#elad
To all people interested,
I've made a first attempt to compile in win32 using mingw. As aspected portmidi is there and it seems to exists a port of pthreads. But no hope with termio (for now) so, at the moment, there are some work to be done to port the program under Win10. Regards, Giovanni - HB9EIK
|
|
Re: FDM-DUO feature suggestion
#elad
Hi All,
attached you can find the last version of the program. Using -i switch you can "program" the interface: move a command then input the field requested, using the keyboard and following the instrucions. Remember that "keys" send 2 commands: one at key down other at key up. Hope this helps, Giovanni - HB9EIK
|
|
Re: FDM-DUO feature suggestion
#elad
Hi All,
attached is a tarball with a working version also with jog "query". When the operator is turning jog after a certain period of inactivity the program send a query CAT command to know the value stored in the DUO. As for the previous version the tar, unrolled, create a folder. Go on this folder and do a "make" to generate the program. To use the program launch the program as, for example: ./play -d 1 -m 3 -n /dev/ttyUSB0 -s 115200 where: -d 1 ask for debug -m 3 ask for midi device 3 -n /dev/ttyUSB0 indicate the device connected with DUO CAT -s 115200 set the serial CAT speed (must match the one on the DUO menu #70) to obtain help use ./play -h to obtain a list of midi devices use to avoid debug omit -d 1 from the parameters. The file init.txt sets the command used: the one in the folder is for DJControlCompact and set NoisBlanker, NoiseLimiter, Att, Low pass filter, TX/RX and frequency. If you have other midi devices use the debug to know bank and keys values sent and modify init.txt accordingly. Beta tester are wellcomed! Giovanni - HB9EIK
|
|
Re: Maximum usb input driving signal elad duo
DAVID IW5BNL
Hi All I agree with Andy 88db of dynamic are still extremely good. I suspect that this reduced dynamics depend how the internal modulator is implemented. I'm doing some math..I will show my calculations in the next days. I think that is also available a IQ input for transmitting,infact the duo cat documentation show a CAT command to turn on IQ input for transmitting. I suspect that sw2 software use this input for transmitting and,probably,full resolution is available here. I note that in transmitting part of sw2 software IQ graph are show with axis limit -1/+1.. I will investigate more..... Regards David IW5BNL
Il Lun 10 Ago 2020, 17:58 Andy G4JNT <andy.g4jnt@...> ha scritto:
|
|
RFRScanner replaces all RadioFrequency programs.
|
|