Google Chromecast, RFID and raspberry pi based digital media library
-
Installing rasbian os
-
update and upgrade the os.
-
Install Node-Red
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) sudo systemctl enable nodered.service
-
Install apache web server.
sudo apt install apache2 -y
-
provide permission to /var/www/html directory.
sudo chmod -R 777 /var/www/html/*
-
create folder for audio playlist and videos.
-
craete mapping.csv under /home/pi
-
copy the exec.sh to /home/pi directory.
-
open node red in the web browser.
-
install below nodes
a. node-red-contrib-castv2
b. node-red-contrib-rc522
c. node-red-dashboard
d. Simplecast
-
import the JSON and deploy