Guide for displaying PinToMind on Raspberry Pi
🛒 It may be a good idea to buy a Raspberry Pi starter kit, as you will get the equipment you need in one package. Otherwise, you will need the following parts to run PinToMind on a Raspberry Pi:
- Raspberry Pi
- Power adapter
- Micro SD-card
- HDMI to micro HDMI-cable
- Cabinet (Optional, but recommended)
- Windows or Mac with SD-card-input
📽 IMPORTANT! Raspberry Pi has low performance when using video. Here you will find a list of equipment that is compatible with video.
If all the conditions above are in place, let's start! 😊
Download Raspberry Pi Imager ( https://www.raspberrypi.org/software/) for your operating system.
- Select Raspberry Pi OS 32 bit, followed by the SD-card you have put in your PC/Mac.
- Select "Advanced options" (the ⚙️ in the in the bottom right corner)
- Select "Disable overscan" and write a recognizable and unique name - You need this in the following steps!
- Select "Enable SSH" and "Use password authentication".
- Select "Set username and password", enter the username, which must be "pi", and select a password for the Pi user.
- Select "Configure wifi" and write the password for your wifi network (optional, but recommended).
- Select "Set locale settings", and select settings for your time zone and keyboard.
- Finish by clicking "SAVE"
- Click "WRITE" (Mac users must provide access by entering the user's password).
- When done, plug the SD card into the Pi, turn on the power, and connect the HDMI cable.
For Mac
- Once the Raspberry Pi has started, open the terminal on your Mac.
- In the terminal window, write:
- "ssh pi@name-you-chose-earlier.local"
- At the next point, write "yes".
- And the password you set earlier.
- You know that you are in when the line starts with "pi@name-you-chose-earlier:~ $".
- Run the following command in the terminal:
/bin/bash "$(curl -fsSL https://app.pintomind.com/pi/install.sh > install.sh | echo install.sh)"
- The Pi will now download all the updates and set itself up to display PinToMind in kiosk mode. When done, it restarts itself.
- PinToMind Player starts. The screen displays a code.
- On another computer or mobile: Log in to app.pintomind.com/connect, and enter the code on the screen to connect the device to your account.
- Select which screen to display on the device under "SELECT A SCREEN".
You can change the screen displayed on this device, at any time. See info here. - The screen you selected now starts displaying on your device. 🎉
For Windows
- Once the Raspberry Pi has started, log on to your Windows machine.
- Open "Settings" -> "Apps" -> "Optional features" -> "Add a feature"
- In the search field, write "OpenSSH Client" (1).
- Select the app (2) and click "Install" (3).
- Open the command line that can be done by searching "Command prompt"
- Type "ssh pi@name-you-chose-earlier.local" in the command line
- At the next point, write "yes".
- And the password you set earlier.
- You know that you are in when the line starts with "pi@name-you-chose-earlier:~ $".
- Run the following command in the terminal:
- The Pi will now download all the updates and set itself up to display PinToMind in kiosk mode. When done, it restarts itself.
/bin/bash "$(curl -fsSL https://app.pintomind.com/pi/install.sh > install.sh | echo install.sh)"
1. PinToMind Player starts . The screen displays a code.
2. On another computer or mobile: Log in to app.pintomind.com/connect, and enter the code on the screen to connect the device to your account.
3. Select which screen to display on the device under "SELECT A SCREEN".
You can change the screen displayed on this device, at any time. See info here.
4. The screen you selected now starts displaying on your device. 🎉
Change to portrait or landscape display
1. Log in to the Pi via ssh, and find the file named:/home/pi/resolution.sh2. Edit the file in a text editor and change the following line:
ORIENTATION=normalto either:
ORIENTATION=leftor:
ORIENTATION=right
3. Restart the Pi.