Page 11 of 47 FirstFirst ... 789101112131415 ... LastLast
Results 101 to 110 of 469

Thread: RTL-SDR with Enigma2 (SDG Radio)

  1. #101

    Απ: RTL-SDR with Enigma2

    I think is not needed cmd = "sleep 0.5 &&

    Just slow down the execution of command..

  2. #102

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

    Απ: RTL-SDR with Enigma2

    Yes it was a hack... The proper way is to run rtl_sdr as a service and connect using tcp socket.
    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

  3. #103

    Απ: RTL-SDR with Enigma2

    Yes, for sure.

    But with these now working without crash for now.
    I have one problem with my modification.

    If I push the button up the frequency goes a Step Up.
    for example 1 MHz. This is OK.

    If I keep constantly pressed Up button frequencies going up until I release button.
    for example 100 MHz up.


    But now the frequency is going one step up more 100 + 1 Mhz = 101 Mhz
    the same with down,left and right commands.

    If you find time to look at this, and how to change in the coding.

  4. #104

    Απ: RTL-SDR with Enigma2

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

    Plugin Update

    more stable work.
    Fixed problems with up/down/left/right freq step and fast freq change.
    Auto activation of selected frequencies ,without using OK button.
    Support all dongle freq ,support AM narrow.FM narrow, WBFM and SSB (Lsb,Usb)
    If you using Up converter for HF you have to add Up converter frequency to dongle frequency.

    Example : Upconverter freq = 125 Mhz ,
    Tuner/plugin freq = 125 Mhz + HF band Freq

  5. #105

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

    Απ: RTL-SDR with Enigma2

    I add modulation selection here: https://github.com/satdreamgr/SDGRad...3299a694e88812

    Although once I press the red button it exists the plugin! (for test I used the on green self.red and it worked there).

    Any idea?
    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

  6. #106

    devilcosta's Avatar
    Join Date
    Dec 2010
    Location
    Εδώ
    Posts
    9,710
    Rep Power
    2556267

    Απ: RTL-SDR with Enigma2

    Code:
    -			"cancel": self.cancel, # add the RC Command "cancel" to close your Screen
    +			"back": self.close,
    Member SatDreamGr Projects.
    ....................................
    Orbital Position = 5W - 3E - 9E - 13E - 19E.
    ....................................
    Satellite Receivers = Edision OS Mio 4K -- Edision OS Nino+ -- Edision OS Mini -- Edision OS Mega -- Medi@link IXUSS ZERO -- Dm 7020HD -- Vu+ Solo 2 -- Octagon SF4008 Triple 4K.
    ....................................
    Module = CI+ Fransat.
    ....................................
    Tuner Card = TBS5925.
    ....................................
    Images = SatDreamGr.

  7. #107

    Απ: RTL-SDR with Enigma2

    "back": self.cancel, # add the RC Command "cancel" to close your Screen

    and ( 100 Khz change for am,Lsb,Usb,Nfm is to much)

    "upRepeated": boundFunction(self.up, "0.1"),
    "downRepeated": boundFunction(self.down, "0.1"),

    change to

    "upRepeated": boundFunction(self.up, "0.01"),
    "downRepeated": boundFunction(self.down, "0.01"),
    Last edited by Matrix10; 27-02-17 at 10:12.

  8. #108

    Απ: RTL-SDR with Enigma2

    I think it is better to put everything under modulation ,without RDS On / Off

    Modulations :

    WFM (Wide FM with RDS enabled)
    NFM (Narrow FM)
    AM (Wide AM)
    NAM (Narrow AM)
    LSB
    USB

  9. #109

    devilcosta's Avatar
    Join Date
    Dec 2010
    Location
    Εδώ
    Posts
    9,710
    Rep Power
    2556267

    Απ: RTL-SDR with Enigma2

    another possibility

    Code:
    +			"back": self.cancel, # add the RC Command "cancel" to close your Screen	
    -			"cancel": self.cancel, # add the RC Command "cancel" to close your Screen
    Member SatDreamGr Projects.
    ....................................
    Orbital Position = 5W - 3E - 9E - 13E - 19E.
    ....................................
    Satellite Receivers = Edision OS Mio 4K -- Edision OS Nino+ -- Edision OS Mini -- Edision OS Mega -- Medi@link IXUSS ZERO -- Dm 7020HD -- Vu+ Solo 2 -- Octagon SF4008 Triple 4K.
    ....................................
    Module = CI+ Fransat.
    ....................................
    Tuner Card = TBS5925.
    ....................................
    Images = SatDreamGr.

  10. #110

    Απ: RTL-SDR with Enigma2

    Update V9

    http://www.vuplus-community.net/boar...-2#post-227277


    Thanks athoik and Satdreamgr forum

    I put it all together with modifications.




    Changes Red Button

    The choice of modulation :, FM , WFM (wide band FM with RDS) ,NFM (narrow band FM) ,AM , NAM (narrow band AM),LSB , USB

    Button green Save ( Save memory)

    Button Blue Log

    Button Exit , exit

    Numbers buttons ,Memory

    + and - button , up/down step 100 Hz

    < and > button , up/down step 1 kHz

    left/right buttons ,up/down 1 Mhz ( and step up/down)

    up/down buttons , up/down 10 Khz ( and step up/down)

    Direct tuning after freq change.

Page 11 of 47 FirstFirst ... 789101112131415 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 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
  •