Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
raspberry_pi [2019/09/17 03:38]
neds [Pi as a viewer for TV]
— (current)
Line 1: Line 1:
-====== Raspberry Pi ====== 
-<​lead>​Raspberry Pi is a brand of "​single board computers"​ that can connect using HDMI, is fairly inexpensive,​ and is used by students and hobbyists for various electronics projects. Over the years it has turned out to be a useful device for a number of unexpected areas, including being used along side HDHomeRun products. There are multiple models of the Raspberry Pi, but most of them will function well as an HDHomeRun client or "​streaming box" for TVs, and the latest version (the "Pi 4") can also work as a DVR storage device for **[[:​DVR|HDHomeRun DVR service]]**.</​lead>​ 
  
-===== Pi as a viewer for TV ===== 
-<WRAP indent> 
- 
-==== Requirements ==== 
-<WRAP indent> 
-In addition to the HDHomeRun device and a network connection (ethernet recommended,​ 802.11AC wireless may work as well), here is what you will need. As most Raspberry Pi products are sold by themselves, you will need to make sure you have the right parts for a complete system: 
- 
-{{:​rpi3B.jpg?​direct&​200 |}} 
-  * The Raspberry Pi itself. We recommend using at least a Raspberry Pi 2 or later, and a "model B" type so that you have the option of a wired ethernet port. This will include the Raspberry Pi models: **2B, 3B, 3B+, and 4B**. 
-      * The Raspberry Pi 4B has options for different amounts of RAM. Any amount is fine, even the smallest 1GB RAM version. ​ 
-      * The 3B+ and 4B may work well over wi-fi, rather than using ethernet, as they have support for 802.11AC wireless. 
-      * Model A and Zero versions of Pi's may work if using a fast enough USB wifi adapter, or a USB ethernet adapter. The built-in wireless from the Zero W and 3B (non plus) will not be fast enough for most HDHomeRun devices, unless using the HDHomeRun EXTEND. 
-      * Pi 1 and Pi Zero models will be slower, due to them using the oldest processor in the Pi family, but can also be used as viewers if you don't mind the interface not loading as fast. 
-<WRAP clear/> 
-{{:​rpi4b_case.jpg?​direct&​200 |}} 
-  * A case for the Raspberry Pi. 
-<WRAP clear/> 
-{{:​usb-c_charger.jpg?​direct&​200 |}} 
-  * A power supply. How good of a power supply will depend on the generation of Pi being used, and you may have an old phone charger that will serve just fine as a power supply. All models except for the 4B will use a micro USB port. The 4B will use USB-C. The Raspberry Pi Foundation also sells an official power supply if you are unsure of what to buy. 
-<WRAP clear/> 
-{{:​msd2.jpg?​direct&​200 |}} 
-  * A micro SD card. If you don't have a spare laying around from some other device, you should be okay with getting most brand-name cards of at least 2 GB or more. If using a Pi 1B (non plus) version, you may need a micro SD to regular SD card adapter, but all other models will use micro SD. 
-<WRAP clear/> 
-{{:​hdmi.jpg?​direct&​200 |}} 
-  * HDMI cable for your TV.  
-      * Most Raspberry Pi's (all of the 1, 2, and 3 models) will use a normal HDMI cable. ​ 
-      * The Raspberry Pi 4 will require a "​micro-HDMI to HDMI cable"​. ​ 
-      * The Raspberry Pi Zero will use a "​mini-HDMI to HDMI cable"​. 
-<WRAP clear/> 
-{{:​remote_icon_cc0.png?​direct&​200 |}} 
-  * A remote control of some kind. 
-      * If your TV supports what is known as "HDMI CEC" then you won't need a separate remote control. This is a feature of the TV that allows one remote to control other devices, such as bluray players, streaming boxes, or even Raspberry Pis. 
-      * An inexpensive "​Android"​ remote with USB receiver dongle (or bluetooth, if using a Pi with build-in bluetooth), which can be found in the normal places (eBay, Newegg, Amazon, etc) normally operate as as a remote with no special software needed. These remotes are offered under numerous brand names and model types, but typically work by emulating a wireless keyboard, but in the shape of a typical remote control. They may also feature "air mouse" features, but a mouse will not be required for this set up. 
-      * Since we are going to be using the Kodi media software for this set up, you can also use an Android or iOS smart phone or tablet as a remote control: https://​kodi.wiki/​view/​Smartphone/​tablet_remotes 
-      * Additional advanced options can be found here: https://​kodi.wiki/​view/​Raspberry_Pi#​Remote_controls 
- 
-</​WRAP>​ 
- 
-==== Installing the software ==== 
-<WRAP indent> 
- 
-This guide will provide three basic paths for using a Raspberry Pi to view TV from an HDHomeRun device, all of which are based on using the open source video player [[Kodi]]: 
- 
- 
-\\ 
-<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[Raspberry Pi:Basic client|Basic client]]</​btn>​\\ 
-Click here if you want to use our pre-made Raspberry Pi image that has everything already set up, if all you intend to use the Pi/Kodi for is as a HDHomeRun viewer. 
-\\ 
-\\ 
-\\ 
-<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[Raspberry Pi:​Community client|Unofficial community client]]</​btn>​\\ 
-Click here if you want to use a pre-made unofficial community Raspberry Pi image that has everything already set up, and uses Kodi's built-in PVR/DVR features instead of the official HDHomeRun add-on. 
-\\ 
-\\ 
-\\ 
-<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[:​kodi|Existing Kodi setup]]</​btn>​\\ 
-Click here if you already have an existing Kodi setup on a Raspberry Pi, and just want to see the instructions for viewing HDHomeRun content. 
-\\ 
-</​WRAP>​ 
-</​WRAP>​ 
-===== Pi 4 as DVR server/​storage ===== 
-<WRAP indent> 
- 
-==== Requirements ==== 
-<WRAP indent> 
-The requirements for using the Raspberry Pi as a DVR server are the same as the above requirements for using it as a viewer, with the following excepetions:​ 
- 
-  * Only the Raspberry Pi model 4B is recommended 
-  * Only an ethernet connection to your local network is recommended 
-  * A USB 3 external hard drive of about 500 GB or more is needed for recordings. Using SSDs/Flash memory is discouraged due to the live TV buffer always writing to the drive. 
-  * HDMI cables and remotes are not required. 
- 
-</​WRAP>​ 
-==== Installing the software ==== 
-<WRAP indent> 
- 
-<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[Raspberry Pi:DVR server|Basic DVR server]]</​btn>​\\ 
-Click here for our guide to setting up a basic DVR server using the HDHomeRun DVR software. 
-\\ 
-\\ 
-\\ 
-<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[Raspberry Pi:​community DVR server|Unofficial community DVR server]]</​btn>​\\ 
-Click here for the unofficial community guide for setting up a DVR server using the HDHomeRun DVR software, plus extras like commercial detection and other post-processing tricks. 
-\\ 
- 
-</​WRAP>​ 
-</​WRAP>​ 
  • Last modified: 2019/09/17 03:38