Page 22 of 47 FirstFirst ... 181920212223242526 ... LastLast
Results 211 to 220 of 469

Thread: RTL-SDR with Enigma2 (SDG Radio)

  1. #211

    Απ: RTL-SDR with Enigma2 (SDG Radio)

    About SNR

    mistake shots

    Logshot1.jpg




    shot3.jpg

  2. #212

    Απ: RTL-SDR with Enigma2 (SDG Radio)

    About SNR

    shot1.jpg



    shot3.jpg

  3. #213

    Απ: RTL-SDR with Enigma2 (SDG Radio)

    Quote Originally Posted by athoik View Post
    Hi,

    New version on the feeds!


    1. dab-cmdline-sdgradio command will now be used from on.

    The code can be found here: https://github.com/satdreamgr/dab-cmdline

    New version supports changing to specific channel by writing the hex sid of the channel to stdin. Writing a newline on stdin it switches to next program.
    New version also will report much more information to output, eg SNR. We need to see the output in order to add SNR support in UI.

    2. The SDGRadio updated to make use of the new command

    Also sdgradio updated to support creating list of channels, by pressing menu a list of available channels names will be appeared.
    The log will contain the last 200 entries and no duplicates.
    The frequency was increased to display 2 decimal digits .


    The recipes for building SDRadio for other systems are available here: https://github.com/satdreamgr/SDGRadio

    Please report if new features work. Also provide output from logs, we need to see how SNR get's written.


    PS. @matrix.

    Use this https://a.uguu.se/xy7Lnf3ENepA_dab-c...v7ahf-neon.ipk

    I do not have BH build environment, since recipes are available many somebody build them against BH?
    i have error/E2 crash with Menu button >>> unexpected keyword argument 'windowTitle'

    1955.106> [InfoBarGenerics] KEY: 139 MENU
    < 1955.106> [ActionMap] SetupActions menu
    < 1955.106> [SDGRadio] showPrograms
    < 1955.108> Traceback (most recent call last):
    < 1955.108> File "/usr/lib/enigma2/python/Components/ActionMap.py", line 48, in action
    < 1955.108> File "/usr/lib/enigma2/python/Plugins/Extensions/SDGRadio/plugin.py", line 367, in showPrograms
    < 1955.108> self.session.openWithCallback(self.programAction, ChoiceBox, title=_("Select Radio Program"), list=self.programs, windowTitle=_("Radio Programs"))
    < 1955.108> File "/usr/lib/enigma2/python/mytest.py", line 321, in openWithCallback
    < 1955.109> dlg = self.open(screen, *arguments, **kwargs)
    < 1955.109> File "/usr/lib/enigma2/python/mytest.py", line 331, in open
    < 1955.109> dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
    < 1955.109> File "/usr/lib/enigma2/python/mytest.py", line 268, in instantiateDialog
    < 1955.109> return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
    < 1955.109> File "/usr/lib/enigma2/python/mytest.py", line 291, in doInstantiateDialog
    < 1955.109> dlg = screen(self, *arguments, **kwargs)
    < 1955.109> TypeError: __init__() got an unexpected keyword argument 'windowTitle'
    < 1955.109> [ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x8e069d78>>,('SetupActions', 'menu')) failed)
    ========================================================
    The frequency was increased to display 2 decimal digits

    I think is better to use 3 digits because that's the real frequency.

    Testing Continu

  4. #214

    Απ: RTL-SDR with Enigma2 (SDG Radio)

    I have changed this line removed 'windowTitle

    self.session.openWithCallback(self.programAction, ChoiceBox, title=_("Select Radio Program"), list=self.programs)

    I have now program list

    I had to change also cmd = "dab-rtlsdr-sdgradio -C %s -W50


    shot10.jpg

    Test wil continu

  5. #215

    Απ: RTL-SDR with Enigma2 (SDG Radio)

    I have change again parameter W to 100

    This parameter W must be tested
    now the speed is much higher at the first start / scan
    But if the parameter is small then it works unstable and finds nothing or driver crash .



    After my changes par W and bug fix with choise list.
    All is working speed is much faster .
    Channel change from the list working perfect after i have fixed this error (using Open Black Hole - OE-A image)

  6. #216

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

    Απ: RTL-SDR with Enigma2 (SDG Radio)

    Hi,


    I increased the timeout from 15 seconds to 30 seconds! Going to 100 is almost 2 minutes!

    I think it's completely wrong to wait 2 minutes in order to scan channels, maybe dab-cmdline author should be informed, there might be something wrong (that makes slow scan).

    Here are the last changes: https://github.com/satdreamgr/SDGRad...c25e51efb0d30c

    Build is running an online update will automatically bring the last SDGRadio changes.

    Thanks @matrix10 for your feedback, I think DAB now is truth in Enigma2 :)
    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

  7. #217
    stpierre's Avatar
    Join Date
    Feb 2017
    Location
    Belgium
    Posts
    114
    Rep Power
    0

    Re: RTL-SDR with Enigma2 (SDG Radio)

    Hi,

    I have make some test yesterday.
    I need to make 15 or 20 scans to find the data.
    During the scan the snr is in the range of 1 to 9.
    When the data are found the snr is 10 or 11, in this case the channel change work fine and no lost of sound.

    I'll made other test today with last update, thanks for this new one and sorry for my poor english!

    Off topic, I can't post any OSD sceenshot (with webif "hiht résolution" or grab) because the quality is very poor with the octagon SF4008 & Experimental SatdreamGR image.
    TBS5520SE > Fibo 90cm USALS = 68°e > 45°w
    Octagon SF4008 & Edision Mio 4K
    Multisat Indoor Home Made 10 LNB 52°e > 5°w
    Fibo 90cm USALS = 68°e > 45°w

  8. #218

    Απ: RTL-SDR with Enigma2 (SDG Radio)

    @athoik

    I have made some skin modifications for better support (color all images definitions )
    added Menu button
    changed size for <widget name="radiotext" informations e.t.c

    If you like you can download from

    http://www.vuplus-community.net/boar...r.31820/page-3

    post 42

  9. #219

    Απ: RTL-SDR with Enigma2 (SDG Radio)

    Quote Originally Posted by athoik View Post
    Hi,


    I increased the timeout from 15 seconds to 30 seconds! Going to 100 is almost 2 minutes!

    I think it's completely wrong to wait 2 minutes in order to scan channels, maybe dab-cmdline author should be informed, there might be something wrong (that makes slow scan).

    Here are the last changes: https://github.com/satdreamgr/SDGRad...c25e51efb0d30c

    Build is running an online update will automatically bring the last SDGRadio changes.

    Thanks @matrix10 for your feedback, I think DAB now is truth in Enigma2 :)
    I do not feel that parameter W extends much
    I have sometimes a channel almost directly
    and sometimes I have to wait.
    I do not know what effect speed.
    Maybe the strength of the signal or the information in the ether.

  10. #220

    Απ: RTL-SDR with Enigma2 (SDG Radio)

    Another thing I notice
    is that I sometimes have only a few channels in the list
    and sometimes ten or more

Page 22 of 47 FirstFirst ... 181920212223242526 ... LastLast

Thread Information

Users Browsing this Thread

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