Testing QR code

Fireplace

DIY Fireplace: 

The use of a Raspberry Pi for a Fireplace.

BOX: 

Prepare box and cut a hole with about the size of the monitor.

Select Brick motif from the Internet Print and stick on it.

Or even better order decorative tiles and stick them on.

Prepare Raspberry Pi:

SD or MicroSD formatter:

Download and install SD Formatter: https://www.sdcard.org/downloads/formatter_4/index.html

SD or MicroSD flashing:

Download and install etcher: https://www.balena.io/etcher/

Raspberian Image Download: https://www.raspberrypi.org/downloads/raspbian/

Etcher start to select Raspberian as an image and flashing.

Video Looper Installation 

——————————————————————————

System Update

:: sudo apt-get update

——————————————————————————

Git Installation

:: sudo apt-get install -y git

——————————————————————————

Download Video Looper

:: git clone https://github.com/adafruit/pi_video_looper.git

——————————————————————————

Navigate to the directory pi_video_looper then install the software with sudo ./install.sh

:: cd pi_video_looper

:: sudo ./install.sh

——————————————————————————

Wait a few minutes and that ends with a Finished

——————————————————————————

After a restart, the video looper starts automatically.

:: sudo reboot