Link to home
Start Free TrialLog in
Avatar of dtivmk
dtivmk

asked on

USB powered FM Radio

One of my friends is planning to make a USB powered FM Radio as his final year project.
Could someone help with how to proceed on this?
Suppose he has the FM radio circuitry to start with.
What would be the next steps?
Will he have to write a device driver from scratch for this device?
Or something similar is already available?
Avatar of Callandor
Callandor
Flag of United States of America image

>Or something similar is already available?
Yes: http://www.amazon.com/D-Link-DSB-R100-USB-Radio-Software/dp/B0000488VF
Avatar of dtivmk
dtivmk

ASKER

Actually I meant,
is a similar device driver is available?
Device drivers are very specific as to the hardware they support.  As far as I know, there is no generic USB radio driver.
Avatar of dtivmk

ASKER

ok, but will a device driver be required for sure?
or is there a way to make the above device without a driver?
No, all USB devices require a device driver, unless they are just using the USB for power.  Think of USB as a serial communications port (which it is) - how do you communicate with it, unless there is a driver?
Avatar of dtivmk

ASKER

Ok, so I can make a fm radio device which only takes power from USB.
In that case, there would be no device driver needed, right?
Will a USB port be able to provide enough power to a FM radio with
a small speaker?
Yes, just like a cell phone can be charged using a pc, you can power a device.  The ports are designed to provide 5v at 500 milliamps max, so if the circuit can operate on that, you may be successful.  However, manufacturers are not consistent at making sure this standard is adhered to - in that case, the safe route would be to put a powered USB hub in between.  Warning: drawing too much current from a USB port can damage the port!
ASKER CERTIFIED SOLUTION
Avatar of muttley3141
muttley3141

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dtivmk

ASKER

I have not looked at the solution yet, but am in a hurry since too many of my questions
are open and the account would be suspended if I don't take an action.
OK. Let me know if you want additional help in designing "small" USB stuff like this. I have some (limited) experience.