Page 5 of 47 FirstFirst 123456789 ... LastLast
Results 41 to 50 of 469

Thread: RTL-SDR with Enigma2 (SDG Radio)

  1. #41

    Απ: RTL-SDR with Enigma2

    Is it possible to add plugin options for selecting different command line,as probably easier than to change options in command line.

    Options:

    FM wide / RDS, FM narrow, AM narrow, LSB, USB minimum these options

    Secondly to have choice for tuning step.

    Let's say 100 kHz, 25 kHz, 10 kHz, 1 kHz minimum these options.

    Secondly there is I think no need to limit the tuning frequency.
    I have put 0 to 1.8 GHz

    Rgd MX

  2. #42

    Απ: RTL-SDR with Enigma2

    Of course not to mention that it would be good to have a dynamic change of frequency without pressing OK button.

    Etc Etc


    I'm trying to spread interest in this project.
    http://www.vuplus-community.net/boar...0/#post-226509

  3. #43

    Απ: RTL-SDR with Enigma2

    One more change for FM

    cmd = "sleep 0.5 && rtl_fm -f %sM -M fm -l 0 -A std -s 171k -g 40 -F 9 -E deemp

  4. #44

    Απ: RTL-SDR with Enigma2

    If there are radio amateurs which use the RTL-SDR dongle

    I was able to add a few more buttons for precise tuning frequency for SSB an CW
    Of course it is possible to use for other modulations.

    Now i can change Mhz ,kHz,10 kHz and 100 Hz freq step

    Changed and added coding

    self["actions"] = ActionMap(["SetupActions", "DirectionActions", "WizardActions", "ColorActions", "MenuActions", "ChannelSelectEPGActions" , "ChannelSelectBaseActions" ],
    ===========================
    "nextBouquet": self.up1,
    "prevBouquet": self.down1,
    "nextMarker": self.up2,
    "prevMarker": self.down2,
    "up": self.up,
    "down": self.down,
    "left": self.left,
    "right": self.right,
    "ok": self.ok,
    "upRepeated": self.up,
    "downRepeated": self.down,
    "leftRepeated": self.left,
    "rightRepeated": self.right,

    =========================
    def up1(self):
    self.freqChange(Decimal("0.0001"))

    def down1(self):
    self.freqChange(-Decimal("0.0001"))
    def up2(self):
    self.freqChange(Decimal("0.001"))

    def down2(self):
    self.freqChange(-Decimal("0.001"))
    def up(self):
    self.freqChange(Decimal("0.01"))

    def down(self):
    self.freqChange(-Decimal("0.01"))

    def left(self):
    self.freqChange(-Decimal("1"))

    def right(self):
    self.freqChange(Decimal("1"))

  5. #45

    Απ: RTL-SDR with Enigma2

    My changed py file and info you can download from

    http://www.vuplus-community.net/boar...0/#post-226509

    To emphasize I am not python and plugin coder.


    Changes:

    You can tune all frequency not only commercial FM

    1.Direct frequency changes without using OK button

    2.Yellow button you can choose between Wide FM (170 Khz) for commercial radio and Narrow FM (10 Khz) for amateur radio and other communication services taxi/marine communications/transport e.t.c

    3. Some skin changes

    4. added extra buttons to change the frequency

    left/right change frequency by 1 Mhz
    up/down change frequency by 10 Khz
    Buttons < and > change frequency by 1 Khz (step by step)
    Buttons channel + and - change frequency by 100 Hz (step by step)

    Bugs
    What we should look at.
    Tuner sometimes out of sync.
    Requires restart
    Last edited by Matrix10; 15-02-17 at 13:12.

  6. #46

    Απ: RTL-SDR with Enigma2


  7. #47

    Απ: RTL-SDR with Enigma2

    @athoik @elbandido

    can you help me with coding ?

    I'd like to have a wide FM, Narow FM.Narrow AM, LSB and USB.
    How to add another three command lines , and three new choice/options with a yellow button.

    I know to configure command lines but I do not know python coding to add all this extras.

    Rgd MX

    =========================================================
    this

    if config.sdgradio.rds.value:
    cmd = 1
    else:
    cmd=2
    else:
    cmd=3
    else
    cmd=4
    ....
    ...

    and this

    if config.sdgradio.rds.value:
    self['key_yellow'].setText(_('....'))
    else:
    self['key_yellow'].setText(_('....'))
    else
    ...
    ...

    if config.sdgradio.rds.value:
    self['key_yellow'] = Label(_('....'))
    else:
    self['key_yellow'] = Label(_('....'))

    ...
    ...


    Rgd MX

  8. #48

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,759
    Rep Power
    5927763

    Απ: RTL-SDR with Enigma2

    I guess we need a dropdown list where mode can be selected.

    FM
    Narow FM
    Narrow AM
    LSB
    USB
    Member SatDreamGr Projects

    Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
    Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

  9. #49

    Απ: RTL-SDR with Enigma2

    Yes this is what we need.
    And more buttons to adjust the frequency.

    I do not know if you saw my py file on the Black Hole forum.
    I have added a couple of buttons to adjust the frequency.

    What would be also nice to have but later
    squelch button for noise canceling
    and perhaps scanning if possible.

    options
    [-l squelch_level (default: 0/off)]
    [-t squelch_delay (default: 10)]
    +values will mute/scan, -values will exit
    Last edited by Matrix10; 15-02-17 at 18:05.

  10. #50

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,759
    Rep Power
    5927763

    Απ: RTL-SDR with Enigma2

    I undrestand that you used more buttons to change frequency with different step.

    Should be fine to commit this one.
    Member SatDreamGr Projects

    Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
    Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Page 5 of 47 FirstFirst 123456789 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. Replies: 21
    Last Post: 15-06-20, 18:49
  2. No Radio
    By clweb in forum GbquadPlus
    Replies: 3
    Last Post: 28-02-17, 20:46
  3. Radio.de Plugin
    By enigma1969 in forum Enigma2 Plugins ΟΕ 2.0
    Replies: 0
    Last Post: 22-10-16, 11:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •