I just wanted to share a little bit of what I learned for anyone else considering doing this. This will create a device that you can plug into a TV through HDMI that will automatically start up a chrome browser in full screen mode to your favorite website (i.e. sign feed). I use this at my church and it works perfectly.
How I set up a sign feed for about $40.
- Purchase Raspberry Pi
- Cheap: http://www.microcenter.com/product/460968/3_Model_B
I didn’t need a power supply because my USB on our TV has enough power to power the Raspberry Pi so we have it powered from there. Which is extra convenient because we just have to turn on the TV to power it on and push the shutdown button to turn it off.
- Convenient: https://www.amazon.com/CanaKit-Raspberry-Clear-Power-Supply/dp/B01C6EQNNK/ref=sr_1_9?s=pc&ie=UTF8&qid=1524768417&sr=1-9&keywords=raspberry+pi
- Buy a 16gb Micro SD Card
- (OPTIONAL) To use a “shutdown” button buy a momentary switch
- Cheap: http://www.microcenter.com/product/392764/Pushbutton_Off-(On)_SPDT_Momentary_Switch **With this you will need wire to connect it to a GPIO pin.
- Convenient: https://www.amazon.com/Raspberry-Squid-Button-Twin-Pack/dp/B0170B75EU/ref=sr_1_1?ie=UTF8&qid=1524769091&sr=8-1&keywords=GPIO+momentary+switch
- Download my image file and write it to the SD Card (Is there a place I can upload the file?)
- I’ve found “Etcher” to be the best option for this
- Put SD Card into the Raspberry Pi and load it up
- It will automatically start Chrome browser to www.logos.com
- Configure it to start to the website you want
- Exit full screen mode
- Open “terminal”
- Type: cd .config/lxsession/LXDE-pi/
- Then type: sudo nano autostart
- Edit the file where you see http://www.logos.com to be whatever website you want.
- Hit ctrl X to exit and save the changes
- Reboot the pi
You're done with the basic setup.
***The image I shared also has a shutdown button program where you can wire a momentary switch to GPIO pin 17 and a ground. Then you will be able to simply push the button and have it shutdown so not to potentially corrupt the SD card by just shutting power off to it.
****Note: I did get the very cheap raspberry pi zero to work in the same way but it could not handle any videos or transitions. If you just want to post slides to switch through on a very low cost machine that would work. If you need instructions on that and an image file let me know and I’d be happy to create on like I did for the full powered raspberry pi.