Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
raspberry_pi [2019/09/10 06:19] – neds | raspberry_pi [2023/01/28 22:45] (current) – removed neds | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Raspberry Pi ====== | ||
- | < | ||
- | ===== Pi as a streamer for TV sets ===== | ||
- | <WRAP indent> | ||
- | |||
- | ==== Requirements ==== | ||
- | <WRAP indent> | ||
- | In addition to the HDHomeRun device and a network connection (ethernet recommended, | ||
- | |||
- | {{: | ||
- | * 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/> | ||
- | {{: | ||
- | * A case for the Raspberry Pi. | ||
- | <WRAP clear/> | ||
- | {{: | ||
- | * 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/> | ||
- | {{: | ||
- | * 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 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 " | ||
- | * The Raspberry Pi Zero will use a " | ||
- | <WRAP clear/> | ||
- | {{: | ||
- | * 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 " | ||
- | * 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:// | ||
- | * Additional advanced options can be found here: https:// | ||
- | |||
- | </ | ||
- | |||
- | ==== Installing the software ==== | ||
- | <WRAP indent> | ||
- | <panel type=" | ||
- | |||
- | </ | ||
- | </ | ||
- | </ | ||
- | ===== Pi 4 as DVR storage ===== | ||
- | <WRAP indent> | ||
- | |||
- | ==== Requirements ==== | ||
- | <WRAP indent> | ||
- | As most Raspberry Pi products are sold by themselves, you will need to make sure you have the right parts for a complete system. | ||
- | |||
- | </ | ||
- | ==== Installing the software ==== | ||
- | <WRAP indent> | ||
- | sudo apt install usbmount | ||
- | |||
- | enter password | ||
- | |||
- | sed -i ' | ||
- | |||
- | mkdir / | ||
- | |||
- | echo ' | ||
- | |||
- | curl http:// | ||
- | |||
- | chmod +x / | ||
- | |||
- | mkdir / | ||
- | |||
- | / | ||
- | </ | ||
- | </ |