Page 3 of 16 FirstFirst 12345678910111213 ... LastLast
Results 21 to 30 of 151

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

  1. #21
    Constant Bitrate RRMobile's Avatar
    Join Date
    Jun 2006
    Location
    Milan, Italy
    Posts
    156
    I received yesterday 2 USBRadio and I may say that even with the wire antenna the receiption is quite good maybe is not at the level of HQCT but at least I didn't see problems using it.

    The RDS data is cool! also becouse from the source code you can access to a lot of information more.

    I also received the VC++ souce code of the standard application from Wickerswammie (thanks!) and actually I'm playing with the code to find I way to convert in VB6...

    I have to admit that is a Hell of job!!!! C++ is quite cryptic to interpratate.

    I'll let you know...
    You can download my Road Runner plugin from: http://www.alibri.it/RRMobile/RRMobile.htm

  2. #22
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    I've done plenty of work with VC++ so, feel free to ask for any help. Dare I say, the Cinergy600 interface is all in VC++ -- All I did was get their sample software and integrate it to send/receive info from/to RR. I think that anything beyond the listed bellow would not really be necessary for in-car usage:

    -Direct Tune of Freq.
    -Polling of current frequency
    -Seek Up and Down (possibly with a seek level option)
    -Tune Up/Tune Down, Fine Tune Up/Down (normally just using the Tune Freq, but some cards have faster functions for those)
    -Stereo Indicator
    -RDS Text Display (and Station Name)

    Everything else is pretty much handled by RR.

    Quote Originally Posted by RRMobile View Post
    I received yesterday 2 USBRadio and I may say that even with the wire antenna the receiption is quite good maybe is not at the level of HQCT but at least I didn't see problems using it.

    The RDS data is cool! also becouse from the source code you can access to a lot of information more.

    I also received the VC++ souce code of the standard application from Wickerswammie (thanks!) and actually I'm playing with the code to find I way to convert in VB6...

    I have to admit that is a Hell of job!!!! C++ is quite cryptic to interpratate.

    I'll let you know...
    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."

  3. #23
    Constant Bitrate
    Join Date
    Mar 2006
    Posts
    145
    what about TA and switch to tuner - will this work when you only get RDS text and station name?

  4. #24
    Newbie Wickerswammie's Avatar
    Join Date
    Apr 2006
    Location
    North Carolina
    Posts
    26
    Quote Originally Posted by guino View Post
    I've done plenty of work with VC++ so, feel free to ask for any help. Dare I say, the Cinergy600 interface is all in VC++ -- All I did was get their sample software and integrate it to send/receive info from/to RR. I think that anything beyond the listed bellow would not really be necessary for in-car usage:

    -Direct Tune of Freq.
    -Polling of current frequency
    -Seek Up and Down (possibly with a seek level option)
    -Tune Up/Tune Down, Fine Tune Up/Down (normally just using the Tune Freq, but some cards have faster functions for those)
    -Stereo Indicator
    -RDS Text Display (and Station Name)

    Everything else is pretty much handled by RR.
    I've actually already modified the source SiLabs used to supply, to create a DLL that exports functions which do all of those things. It currently has a Radiator interface, but just about anything can be added.

    RRMobile wants to add the ability to control two of these devices for some reason, so I may make some modifications to my source to allow that.

    I'll post my source if I get a chance when I get home from work.

  5. #25
    FLAC Griff1's Avatar
    Join Date
    Nov 2005
    Location
    Midlands
    Posts
    1,052
    Quote Originally Posted by RRMobile View Post
    I received yesterday 2 USBRadio and I may say that even with the wire antenna the receiption is quite good maybe is not at the level of HQCT but at least I didn't see problems using it.

    The RDS data is cool! also becouse from the source code you can access to a lot of information more.

    I also received the VC++ souce code of the standard application from Wickerswammie (thanks!) and actually I'm playing with the code to find I way to convert in VB6...

    I have to admit that is a Hell of job!!!! C++ is quite cryptic to interpratate.

    I'll let you know...
    Good news,now i just need to find an outlet so i can join in.
    Off to ebay

  6. #26
    FLAC Griff1's Avatar
    Join Date
    Nov 2005
    Location
    Midlands
    Posts
    1,052
    I can't find these anywhere.

  7. #27
    Constant Bitrate RRMobile's Avatar
    Join Date
    Jun 2006
    Location
    Milan, Italy
    Posts
    156

    VB6 porting

    At the end is not so devasting to port C++ code to a VB6 "testbed" application.
    I found on the net a wonderful example to how controll USB HID devices and i'm using it toi make a SilabTest.vbp project.

    Here is code found.
    Attached Files Attached Files
    You can download my Road Runner plugin from: http://www.alibri.it/RRMobile/RRMobile.htm

  8. #28
    Constant Bitrate RRMobile's Avatar
    Join Date
    Jun 2006
    Location
    Milan, Italy
    Posts
    156
    Quote Originally Posted by guino View Post
    I've done plenty of work with VC++ so, feel free to ask for any help. Dare I say, the Cinergy600 interface is all in VC++ -- All I did was get their sample software and integrate it to send/receive info from/to RR. I think that anything beyond the listed bellow would not really be necessary for in-car usage:

    -Direct Tune of Freq.
    -Polling of current frequency
    -Seek Up and Down (possibly with a seek level option)
    -Tune Up/Tune Down, Fine Tune Up/Down (normally just using the Tune Freq, but some cards have faster functions for those)
    -Stereo Indicator
    -RDS Text Display (and Station Name)

    Everything else is pretty much handled by RR.

    Yes Guino but RDS data can be used in many ways beside the Station name:
    - Traffic Alert
    - TMC information (i have a C++ example to how decode that info )
    - Using 2 USB sticks in parallel be able to select the station and favourite program from a list of available ones instead to use the freq up/down.
    - ...

    This obviously depend on how the Silabs guy did the firmware job!!
    You can download my Road Runner plugin from: http://www.alibri.it/RRMobile/RRMobile.htm

  9. #29
    Newbie
    Join Date
    Jul 2004
    Posts
    49
    Did anyone ever end up porting the source to VB????

    Thanks!
    David

  10. #30
    Evo
    Evo is offline
    Low Bitrate Evo's Avatar
    Join Date
    May 2005
    Location
    UK
    Posts
    87

    So to confirm

    So in summary do people think that the Silab usb fm tuner audio quality is good? and what connector type is used for the external aerial as it will need adapting to fit a car motorola aerial?

    I am an experienced programmer in C++ and VB6 and .Net, so if this radio is viable from a quality perspective I will help develop the code required to get it working with the frontends e.g. Centrafuse
    Life moves fast, so don't get left behind, buy a fast car!

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
  •