Easy To Use Tap List Digital Screens Recipe
Make Easy To Use Tap List Digital Screens Recipe in just 2h . Get the full recipe with step-by-step instructions at pekinthechef.com.
Was this page helpful?
Help improve this recipe for others.
Send this recipe to your inbox.
We'll email it straight to you - plus weekly cooking inspiration.
Ingredients
Some product links may be affiliates. If you buy through them, you're supporting the site and Pekin may earn a commission at no extra cost to you.
Hardware Components
Software Components
Method
Hardware Setup
- 1
Connect Digital Screen to Raspberry Pi
Use the HDMI cable to connect the digital screen to the HDMI port of the Raspberry Pi.
- 2
Insert MicroSD Card
Insert the pre-loaded MicroSD card into the MicroSD slot on the Raspberry Pi.
- 3
Power the Raspberry Pi
Connect the power supply to the Raspberry Pi and plug it into an electrical outlet to power it on.
- 4
Install Raspberry Pi in Enclosure
Place the Raspberry Pi inside the enclosure case to protect it from damage.
Software Installation
- 5
Install Raspberry Pi OS
Follow the instructions on the Raspberry Pi website to install the Raspberry Pi OS onto the MicroSD card.
- 6
Install Node.js
Open the terminal on Raspberry Pi and run the command 'curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -' followed by 'sudo apt-get install -y nodejs' to install Node.js.
- 7
Install Tap List Software
Clone the Tap List software repository from GitHub and navigate into the project directory. Run 'npm install' to install all necessary dependencies.
Final Setup
- 8
Configure Tap List
Edit the configuration file to input your tap list information such as drink names, prices, and descriptions.
- 9
Start the Tap List Application
Run the command 'node app.js' in the terminal to start the Tap List application and display it on the digital screen.