element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Total newbie - What to purchase for Raspberry Pi home theatre?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 706 subscribers
  • Views 609 views
  • Users 0 members are here
  • raspberry_pi
Related

Total newbie - What to purchase for Raspberry Pi home theatre?

e14 Contributor
e14 Contributor over 13 years ago

I've setup the Apple TV 2 with XBMC on it for upstairs TV.  I want to do something similar for downstairs TV now with Raspberry Pi.  We've been plugging laptops in and its getting to be a hassle.  Just would rather have a stationary device there.  Thing is I'm not sure what exactly I need to buy. 

 

It will connected via HDMI to an audio/video receiver that outputs DTS sound.  It connects to a 1080p TV.  We want to install XMBC on it to stream media. I've alread run ethernet cable to where the device would sit.  That is all it will do.  I know its not very interesting use of the device, but maybe later I can get fancier with it.  For now, just want to get this setup.

 

What exactly do I need to buy from Newark.  I'm guessing I need:

 

Raspberry Pi device

SD Card - Does the pre-loaded one have the right software installed and enough space for my purposes?  I want to install addons into XBMC.

Enclosure/case

 

Any help is appreciated Thanks.

  • Sign in to reply
  • Cancel
Parents
  • e14 Contributor
    e14 Contributor over 13 years ago

    I know this was already answered but I wanted to throw my 2 pennies on top and maybe give you some additional ideas about setting this up.

     

    Materials:

     

    - 1 Raspberry Pi (yay!)

    - (optional) A case for the Pi - element14 sells a great one for this use case, fits the board like a glove and supports the connectors really well.  I would link it but the site is down atm.

    - SD Card with RaspBMC (get a fast one, SDHC)

    - Edimax ew-7811un USB WiFi adapter - These are like $10 and awesome, I have 6 of them around in various applications.  Love them.

    - Micro USB power supply - 500mA will work, 1A is better and more versatile.

    - HDMI cable - To connect to the TV.

    - xbmcRemote App for iPhone or Android - I have the iPhone version but I'm pretty sure there is an Android version as well.

    - You'll want at least a keyboard for the initial setup, but the idea is to use your smart phone as the remote control later on.

     

    What I did:

     

    - Image the SD card with the installer for xbmc.

    - Insert the card into the Raspberry Pi and boot it with the WiFi adapter attached.  You can use an ethernet cable here but you'll then have to configure/switch to the WiFi later which isn't too tough but why make more work for yourself?

    - Follow the prompts to connect to your network and install xbmc proper.

    - Configure xbmc for the time zone, etc.  Mess around in the menu to get a feel for everything if you've never used it before and make sure that the use of external remotes is allowed.  Pretty sure this is turned on by default but I could be remembering that wrong.  Another thing to enable is AirPlay if you use iDevices.  This will give you the ability to not only control your TV with your iPhone/iPod Touch but stream music straight to it over WiFi.  Boss.

    - Mount Samba or AFP network shares that contain your media.  The Raspberry Pi now acts as a media server that streams media from your main computer or NAS.

     

    Once you get past the initial setup all you have to do is connect your RPi to HDMI and Power.  You can completely control the interface for xbmc with your smartphone app and skip having a mouse and keyboard cluttering up your coffee table or whatever, collecting dust when not in use and taking up real estate where you should be setting your frosty beverage of choice which would, of course, spill onto said keyboard and/or mouse getting it sticky and causing you unneccesary irritation which leads, inevitably, to run-on sentences.

     

    EDIT:  I neglected to mention that mounting your network shares is all done through the mostly friendly xbmc interface so you won't have to muck about with shell commands.  I personally love shell commands and I highly recommend getting some experience with using them if you haven't any, but this was written up with the "Total Newbie" in mind.  image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • e14 Contributor
    e14 Contributor over 13 years ago

    I know this was already answered but I wanted to throw my 2 pennies on top and maybe give you some additional ideas about setting this up.

     

    Materials:

     

    - 1 Raspberry Pi (yay!)

    - (optional) A case for the Pi - element14 sells a great one for this use case, fits the board like a glove and supports the connectors really well.  I would link it but the site is down atm.

    - SD Card with RaspBMC (get a fast one, SDHC)

    - Edimax ew-7811un USB WiFi adapter - These are like $10 and awesome, I have 6 of them around in various applications.  Love them.

    - Micro USB power supply - 500mA will work, 1A is better and more versatile.

    - HDMI cable - To connect to the TV.

    - xbmcRemote App for iPhone or Android - I have the iPhone version but I'm pretty sure there is an Android version as well.

    - You'll want at least a keyboard for the initial setup, but the idea is to use your smart phone as the remote control later on.

     

    What I did:

     

    - Image the SD card with the installer for xbmc.

    - Insert the card into the Raspberry Pi and boot it with the WiFi adapter attached.  You can use an ethernet cable here but you'll then have to configure/switch to the WiFi later which isn't too tough but why make more work for yourself?

    - Follow the prompts to connect to your network and install xbmc proper.

    - Configure xbmc for the time zone, etc.  Mess around in the menu to get a feel for everything if you've never used it before and make sure that the use of external remotes is allowed.  Pretty sure this is turned on by default but I could be remembering that wrong.  Another thing to enable is AirPlay if you use iDevices.  This will give you the ability to not only control your TV with your iPhone/iPod Touch but stream music straight to it over WiFi.  Boss.

    - Mount Samba or AFP network shares that contain your media.  The Raspberry Pi now acts as a media server that streams media from your main computer or NAS.

     

    Once you get past the initial setup all you have to do is connect your RPi to HDMI and Power.  You can completely control the interface for xbmc with your smartphone app and skip having a mouse and keyboard cluttering up your coffee table or whatever, collecting dust when not in use and taking up real estate where you should be setting your frosty beverage of choice which would, of course, spill onto said keyboard and/or mouse getting it sticky and causing you unneccesary irritation which leads, inevitably, to run-on sentences.

     

    EDIT:  I neglected to mention that mounting your network shares is all done through the mostly friendly xbmc interface so you won't have to muck about with shell commands.  I personally love shell commands and I highly recommend getting some experience with using them if you haven't any, but this was written up with the "Total Newbie" in mind.  image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube