Page 17 of 47 FirstFirst ... 131415161718192021 ... LastLast
Results 161 to 170 of 469

Thread: RTL-SDR with Enigma2 (SDG Radio)

  1. #161

    Απ: RTL-SDR with Enigma2

    Quote Originally Posted by athoik View Post
    You can always use our image :P

    Here you are: https://a.uguu.se/R0So8VCf3vhS_dab-c...v7ahf-neon.ipk
    I have now 8 images to test and 8 skins.

  2. #162

    Απ: RTL-SDR with Enigma2

    Quote Originally Posted by athoik View Post
    Are you sure it doesn't change frequencies?

    how to change DAB frequency/radio channel or it is automatic

  3. #163

    Απ: RTL-SDR with Enigma2

    Quote Originally Posted by athoik View Post
    You can always use our image :P

    Here you are: https://a.uguu.se/R0So8VCf3vhS_dab-c...v7ahf-neon.ipk

    Very nice this working to

  4. #164

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

    Απ: RTL-SDR with Enigma2

    Left, right, up, down should change frequency!
    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

  5. #165

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

    Απ: RTL-SDR with Enigma2

    Screenshot? Remember I do not have reception of DAB ...
    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. #166

    Απ: RTL-SDR with Enigma2

    Quote Originally Posted by athoik View Post
    Left, right, up, down should change frequency!
    This is interesting only for FM but not for DAB
    example my local DAB is 195.936 Mhz
    i have change in plugin.py
    if newfreq < Decimal("195.936"):
    newfreq = Decimal("195.936")

    and What I do
    I turn on and off RDS and I find a new channel.

  7. #167

    Απ: RTL-SDR with Enigma2


  8. #168

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

    Απ: RTL-SDR with Enigma2

    When in dab mode every change should select the next available frequency from that table:

    Code:
    +DAB_FREQ = OrderedDict([(Decimal('174.928'), '5A'), (Decimal('176.64'), '5B'), (Decimal('178.352'), '5C'), (Decimal('180.064'), '5D'), (Decimal('181.936'), '6A'), (Decimal('183.648'), '6B'), (Decimal('185.36'), '6C'), (Decimal('187.072'), '6D'), (Decimal('188.928'), '7A'), (Decimal('190.64'), '7B'), (Decimal('192.352'), '7C'), (Decimal('194.064'), '7D'), (Decimal('195.936'), '8A'), (Decimal('197.648'), '8B'), (Decimal('199.36'), '8C'), (Decimal('201.072'), '8D'), (Decimal('202.928'), '9A'), (Decimal('204.64'), '9B'), (Decimal('206.352'), '9C'), (Decimal('208.064'), '9D'), (Decimal('209.936'), '10A'), (Decimal('211.648'), '10B'), (Decimal('213.36'), '10C'), (Decimal('215.072'), '10D'), (Decimal('216.928'), '11A'), (Decimal('218.64'), '11B'), (Decimal('220.352'), '11C'), (Decimal('222.064'), '11D'), (Decimal('223.936'), '12A'), (Decimal('225.648'), '12B'), (Decimal('227.36'), '12C'), (Decimal('229.072'), '12D'), (Decimal('230.748'), '13A'), (Decimal('232.496'), '13B'), (Decimal('234.208'), '13C'), (Decimal('235.776'), '13D'), (Decimal('237.488'), '13E'), (Decimal('239.2'), '13F')])
    Now if you make your own changes how do you expect to fix something? How can I know if selecting next frequency works?

    I said use up, left etc and was expecting that every change, selects next frequency from table, it does?
    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. #169

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

    Απ: RTL-SDR with Enigma2

    Quote Originally Posted by Matrix10 View Post
    Ok, radiotext works, program station works!

    Tommorow will add a button to select next program, next program, ...
    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

  10. #170

    Απ: RTL-SDR with Enigma2

    Quote Originally Posted by athoik View Post
    When in dab mode every change should select the next available frequency from that table:

    Code:
    +DAB_FREQ = OrderedDict([(Decimal('174.928'), '5A'), (Decimal('176.64'), '5B'), (Decimal('178.352'), '5C'), (Decimal('180.064'), '5D'), (Decimal('181.936'), '6A'), (Decimal('183.648'), '6B'), (Decimal('185.36'), '6C'), (Decimal('187.072'), '6D'), (Decimal('188.928'), '7A'), (Decimal('190.64'), '7B'), (Decimal('192.352'), '7C'), (Decimal('194.064'), '7D'), (Decimal('195.936'), '8A'), (Decimal('197.648'), '8B'), (Decimal('199.36'), '8C'), (Decimal('201.072'), '8D'), (Decimal('202.928'), '9A'), (Decimal('204.64'), '9B'), (Decimal('206.352'), '9C'), (Decimal('208.064'), '9D'), (Decimal('209.936'), '10A'), (Decimal('211.648'), '10B'), (Decimal('213.36'), '10C'), (Decimal('215.072'), '10D'), (Decimal('216.928'), '11A'), (Decimal('218.64'), '11B'), (Decimal('220.352'), '11C'), (Decimal('222.064'), '11D'), (Decimal('223.936'), '12A'), (Decimal('225.648'), '12B'), (Decimal('227.36'), '12C'), (Decimal('229.072'), '12D'), (Decimal('230.748'), '13A'), (Decimal('232.496'), '13B'), (Decimal('234.208'), '13C'), (Decimal('235.776'), '13D'), (Decimal('237.488'), '13E'), (Decimal('239.2'), '13F')])
    Now if you make your own changes how do you expect to fix something? How can I know if selecting next frequency works?

    I said use up, left etc and was expecting that every change, selects next frequency from table, it does?

    Im sorry ,

    This is not clear to me change with what, button ???

    dec freq change not working only 0.1 dec working but not 0.01 or 0.001
    Last edited by Matrix10; 21-12-17 at 01:42.

Page 17 of 47 FirstFirst ... 131415161718192021 ... 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, 19:49
  2. No Radio
    By clweb in forum GbquadPlus
    Replies: 3
    Last Post: 28-02-17, 21:46
  3. Radio.de Plugin
    By enigma1969 in forum Enigma2 Plugins ΟΕ 2.0
    Replies: 0
    Last Post: 22-10-16, 12: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
  •