croustibat
Posts: 2
Joined: Tue Jan 13, 2015 4:56 pm

[Noob post] smartphone controlled webradio possible?

Tue Jan 13, 2015 5:14 pm

Hi everybody,
I'm pretty new to raspberry pi systems, and I have a beginning of a project:

-I want to make a raspberry module which can play any webradio (maybe using dirble api).
-This module would be connected to my house network (and to Internet) using wifi
-This module could be controlled using an android app on any smartphone connected to this network (for example to choose the webradio)
-To install it I just have to connect this module to an amplifier with a jack (or rca) and boom.

Until now, I only programmed on win32/64 platforms using C++/C#/Python and other non relevant languages.

My question: Is that possible?
If yes, could you help me a lot by giving me some bookmarks?
Thanks in advance!

FM81
Posts: 518
Joined: Wed Apr 17, 2013 4:33 pm

Re: [Noob post] smartphone controlled webradio possible?

Fri Jan 16, 2015 7:20 am

croustibat wrote:My question: Is that possible?
Yes.
croustibat wrote:If yes, could you help me a lot by giving me some bookmarks?
Use the normal raspbian (or any minimized version of it, if you wish) and install MPD.
croustibat wrote:To install it I just have to connect this module to an amplifier with a jack (or rca) and boom.
You can use the on-board-analog jack for lower quality or an USB- or I2S-sound-adapter for higher.
croustibat wrote:This module would be connected to my house network (and to Internet) using wifi
Support for very most USB-wifi-adapters should be included in raspbian.
croustibat wrote:This module could be controlled using an android app on any smartphone connected to this network
Lots of client-apps exists for MPD; for Android, Windows, Linux etc. ...

MfG, FM_81
A: What does the command 'cat /dev/urandom', can you tell me please?
B: Yeah, that's very simple: It feeds your cat with radioactive material!

croustibat
Posts: 2
Joined: Tue Jan 13, 2015 4:56 pm

Re: [Noob post] smartphone controlled webradio possible?

Fri Jan 16, 2015 10:40 am

Hey FM81 thanks for the info,
So it seems that I probably won't need to do so much code, that's a cool project to begin with pi!
If anyone interested, once I do it, I'll post some feedback.
See you

tpylkko
Posts: 409
Joined: Tue Oct 14, 2014 5:21 pm

Re: [Noob post] smartphone controlled webradio possible?

Sun Jan 18, 2015 9:49 pm

I think this can do everything that you want:
http://www.woutervanwijk.nl/pimusicbox/

There are other similar projects.

Return to “Media centres”