Page 8 of 16 FirstFirst 12345678910111213141516 LastLast
Results 71 to 80 of 151

Thread: For Guino: USB Radio FM with RDS from Silabs

  1. #71
    Constant Bitrate RRMobile's Avatar
    Join Date
    Jun 2006
    Location
    Milan, Italy
    Posts
    156
    Quote Originally Posted by FMode View Post
    Can you copy the functionality behind the buttons "freq" and "tune" to an external library which calls excactly as my interface I_FMRadioHAL ?
    This gives us the advantage that if some Frontend using my FMRadioHAL it supports the Silabs too.(if a Cinergy driver is written than also the Cinergy)
    The end-user only has to replace the DLL. The Frontend developer doesn't need to have a Silabs AND a HQCT.
    and a dual-tuner-driver-stub can also be created...

    And surely we can discuss about the Interface and its definition...

    And have a look at my RDSInterpreter it is an object representation of RDS (by aeroanderz)...




    Do you have the ISO14819 complete (TMC) ?
    I have a (not encrypted!) locationlist for germany !
    So may be we can look into D......... how the TMC location lists are encrypted there

    Real-diversity ?
    Why should you stick only to Silabs ?
    Why not doing a diversity with a 2 Silabs, 1 HQCT and a TMC mouse ?
    Just write a 4-tuner-driver-stub and give it the 4 FMRadioHAL's and go !
    In effect i was in the stage to find the TMC specification but I only found sites that sell them at 60€-90€

    I also have a very old Pascal source code that I'm using as a guide.
    ...anything can help

    Why Stick on Silab?
    Dunno actually I want to start from something that I have in hands.
    ...life is too short!!!
    You can download my Road Runner plugin from: http://www.alibri.it/RRMobile/RRMobile.htm

  2. #72
    Raw Wave rando's Avatar
    Join Date
    Mar 2004
    Location
    Redondo Beach, CA
    Posts
    1,973
    @RRMobile: Yah, that's completely different than what 'diversity' tuning normally means. I'll go back to sleep now.

  3. #73
    Constant Bitrate
    Join Date
    Mar 2005
    Location
    Wiesbaden/Germany
    Posts
    214
    Quote Originally Posted by RRMobile View Post
    FMode is correct. My "idea" of diversity is probably slight different from the standard market.

    This summarize the idea:

    The first dongle:
    1) does an endless scan of the band getting a list of the available station with all the RDS information available.

    2) For the ones that have also carry TMC information read and store them in a file for TMC/GPS specific plugin.

    3) drive the second dongle to the best (greater signal) frequence for the currentry selected station (same PS).

    4) force the second dongle if one of the station is trasmitting a TA message.

    The second dongle:
    1) tune to one of the 1° dongle station list where the user can also filter the list according to "National" or "Regianal" station and/or current program played (PTY)
    forget the word "dongle" or "silabs" ! - you mean radio-tuner

    (2)to get the TMC information to the "GPS/TMC" plugin (you mean destinator, ... ?) you have to modulate the RDS datas onto a virtual serial Port along with the NMEA from the GPS mouse.

    (4)could also be done if you only have one RADIO-TUNER (not dongle! "Silabs dongle" is a "subgroup" of Radio-Tuner) and you are listening to a station with EON.

    (3) a common module can do that without knowing specific radios (HQCT, Silabs) without being recognized by Frontends (Roadrunner, Centrafuse, ...)
    So this common module can be programmed later because a change in the frontends and radio drivers is not necessary.
    This common module can fill up the EON list with your list of the available stations from point (1). The frontend thinks it is a large EON list ! But it isn't

    Quote Originally Posted by RRMobile View Post
    In effect i was in the stage to find the TMC specification but I only found sites that sell them at 60€-90€

    I also have a very old Pascal source code that I'm using as a guide.
    ...anything can help

    Why Stick on Silab?
    Dunno actually I want to start from something that I have in hands.
    ...life is too short!!!

    60-90Euro for ONE of SIX Chapters !

    Do you have the locationID's and such from the pascal source ? I have the string-table for Germany (Read my thread please !).

    Is life too short to copy+paste your source into a seperate module using my interface definition ? (I like discussions about ! I may have forgetten much... I also like any other common interface definition we don't need to take mine ! only the same - and thats the point)
    May be Centrafuse (example) users may also like your Silabs driver ?

  4. #74
    Constant Bitrate
    Join Date
    Mar 2005
    Location
    Wiesbaden/Germany
    Posts
    214
    Quote Originally Posted by RRMobile View Post
    The second dongle:
    1) tune to one of the 1° dongle station list where the user can also filter the list according to "National" or "Regianal" station and/or current program played (PTY)
    That is frontend implementation ! to give an example what is driver and what is frontend.

    I should draw a Visio ? Because noone has fully understand the (my) concept behind it.... (?)
    My interface (definition) is like a "Radiatorplugin" only enhanced with RDS.
    And it doesn't give you the type problems between a C++ integer and a VB integer because it is written in .NET (and so it gives the freedom to use VB, C#, Delphi .NET, ...) .

    Can you (all) imagine what it means if windows wouldn't have any printerdrivers and Office has to support the printers directly ?

  5. #75
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    Radiator already offers a plugin interface... The current RR versions do support a "generic" interface through the sendmessage API -- just needs to be documented. I do however want to make a "Standardized" COM/ActiveX interface for this, it only needs a handfull set of functions and properties.
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  6. #76
    Constant Bitrate
    Join Date
    Mar 2005
    Location
    Wiesbaden/Germany
    Posts
    214
    Quote Originally Posted by guino View Post
    Radiator already offers a plugin interface... The current RR versions do support a "generic" interface through the sendmessage API -- just needs to be documented. I do however want to make a "Standardized" COM/ActiveX interface for this, it only needs a handfull set of functions and properties.
    Should we use RR as a radiodriver ? Are you serious ?

    But you mean you wannt to copy that generic interface to a COM/ActiveX ?
    That is excatly my FMRadioHAL idea.
    I like the handling of ActiveX's and COM in the IDE but gives some type problems with C and stuff so I decided to do it in .NET ...

  7. #77
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    Well, how about making RR use your FMRadioHal (So anything you add to it can be used in RR), and ALSO provide the COM/ActiveX for anyone who wants provide support for a radio card be able to use ? Of course, if that's similar to what your FMRadioHal is doing (reading standard functions/properties off COM objects made for it), then there's no need to do it in RR as well. I just honestly have not had the time to check it out just yet.
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  8. #78
    Newbie apache99's Avatar
    Join Date
    Jun 2006
    Location
    NJ
    Posts
    10
    I just got my usb radio Monday it works nice, a lot better then Radio Shark also a lot smaller I would be happy to test any Beta plugin for RR if they are ready

    Thanks

  9. #79
    Newbie
    Join Date
    Oct 2006
    Posts
    3
    FM-RDS & silabs

    It looks like some had noticed the RDS data given over USB has some issues with the silabs products.

    My steps:
    1. Using source code from silabs.com, I edited it to dump all the registers to a file when RDS came in. Basically, overrode the FIFO function to write to a file all 16 registers instead of using a FIFO for four.

    2. Read the RDS spec and cleaned up their CRDSData class a bit. Did not introduce errors, just documented each step of their parsing and mapped the group stuff into a more descriptive enum type.

    3. Noticing the following discrepancy between the RDS Spec and the CRDSData class code.

    ------------------------------------------------------------------
    RDS Spec:
    An important feature of type 2 groups is the Text A/B flag contained in the second block.

    Whereby, RadioText Type 2A looks thus:
    Block A (Block 1):
    ._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.
    0 1 2 3 4 5 6 7 8 9 A B C D E F

    PI Code


    Block B (Block 2):
    ._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.
    0 1 2 3 4 5 6 7 8 9 A B C D E F
    |Group Type|| || |-----PTY---|| |--Addr-|
    .0..0..1..0..1.| |TP / \
    / \ A/B
    B0

    Etc.
    ------------------------------------------------------------------
    Source Code:
    Where:
    registers[0xB] == RDS Read Chan
    registers[0xC] == Block A (1)
    registers[0xD] == Block B (2)
    registers[0xE] == Block C (3)
    registers[0xF] == Block D (4)

    case RDS_RTO_2A:
    // RDS Block B == 0xD
    addr = (registers[0xd] & 0xf) * 4;
    // RDS Read Chan == 0xB
    abflag = (registers[0xb] & 0x0010) >> 4;
    // RDS Block C == 0xE
    update_rt(abflag, 4, addr, (BYTE*)&(registers[0xe]), errorFlags);

    Notice the 5th bit of the Read Chan register is used rather than the 5th bit of the Block B register for the A/B Flag? I tried to update it to use the Block B register 0xD and the text failed to decode.
    ------------------------------------------------------------------

    Using the above information, is it safe to say the chip or firmware is incorrectly updating the Readchan when it means to reference Block B? Is this fixable in the firmware? I also noticed other areas that gave a strange result when I tried to interpret the RDS specification literally.

    I live in USA. Might this be due to the case of the USA RDS format being different than the actual RDS spec I hold? You'd think that they'd keep consistency in the block, especially with regards to the fact that READ CHAN is a chip specific register and not mapped directly to something given off the RDS Data stream over the air.

    I tried to read the firmware, but it looks like the registers are read from the chip, so I don't feel I am able to influence the correct capture of the A-D RDS Blocks. Can anyone clarify? If you had updated the firmware to support RDS properly or found a workaround for the other group types that seem to have problems; then I am all ears! I appreciate your reading in this far

  10. #80
    Maximum Bitrate kpjuk's Avatar
    Join Date
    Dec 2003
    Location
    West Midlands
    Posts
    474
    This is interesting, and worthy of a note back to scilabs. It could be a simple change on their side. I am interested in knowing what the reception is like for these things. I still have a Head unit in the car, but would love to be able to take it out and have Road Runner do the whole thing (once I get rid of my ground loop problem).

    keep posting, I can't help with code unfortunately but you seem to be making good progress.

    cheers
    KPJUK
    M1000, 512MB, 512MB CF, 6GB Disk (4200rpm),
    DVD/RW, Dynamix 8" screen, M2-ATX, Custom case,Too many hours building and rebuilding and rebuild.......

Similar Threads

  1. Is this another USB RDS radio in the making?
    By skippy76 in forum Hardware Development
    Replies: 1
    Last Post: 05-17-2005, 09:17 PM
  2. USB FM Radio with RDS?
    By BeamRider in forum General Hardware Discussion
    Replies: 3
    Last Post: 05-09-2004, 12:05 PM
  3. WTB: D-Link USB FM radio
    By Stine161 in forum Classified Archive
    Replies: 4
    Last Post: 11-12-2002, 08:02 AM
  4. USB FM Radio
    By vickumar in forum General Hardware Discussion
    Replies: 4
    Last Post: 04-28-2002, 10:34 PM

Bookmarks

Posting Permissions

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