Difference between revisions of "Arcade-101-1P"

From Waveshare Wiki
Jump to: navigation, search
Line 14: Line 14:
 
===Install driver===
 
===Install driver===
 
*Download the latest Retropie image from [https://retropie.org.uk/download/ Retropie webiste].
 
*Download the latest Retropie image from [https://retropie.org.uk/download/ Retropie webiste].
 +
[[File:Game-HAT-Manual01.jpg|600px]]
 +
*Extract and get the .img file, write it to a SD card.
 +
*After writting, modify the config.txt file which located in root directory of the SD card. Add following statements to the end of config.txt file
 +
<source lang="c">
 +
max_usb_current=1
 +
hdmi_force_hotplug=1
 +
config_hdmi_boost=10
 +
hdmi_group=2
 +
hdmi_mode=87
 +
hdmi_cvt 1024 600 60 6 0 0 0
 +
</source>
 +
*Save and eject the card. Insert it to Raspberry Pi and power it on, You need to connect a keyboard to Raspberry Pi and make sure the network is accesable.
 +
*Following the commands below to install WM8960 audio driver
 +
<source lang="c">
 +
git clone https://github.com/waveshare/WM8960-Audio-HAT
 +
cd WM8960-Audio-HAT
 +
sudo ./install.sh
 +
sudo reboot
 +
</source>
 +
*Reboot the Raspberry Pi, and execute aplay -l command to test the audio. If there is not audio card detect, please re-install driver.
 +
* Open alsa setting
 +
<source lang+"c">
 +
sudo nano /usr/share/alsa/alsa.conf
 +
</source>
 +
 +
Find statements:
 +
 +
<source lang="c">
 +
defaults.ctl.card 0
 +
defaults.pcm.card 0
 +
</source>
 +
 +
change them to 1 as below
 +
 +
defaults.ctl.card 1
 +
defaults.pcm.card 1
 +
 +
Save and exit.
 +
*Install joystick control script
 +
<source lang="c">
 +
git clone https://github.com/waveshare/mk_arcade_joystick_rpi.git
 +
cd mk_arcade_joystick_rpi
 +
sudo ./install.sh
 +
</source>
 +
 +
Reboot Raspberry Pi
 +
 +
* Long-press button "A" (Arcade-101-P) enter the key mapping page
 +
following prompt to finish the setting. Note that you just need to set the first twelve buttons, and no hot-key required. You can long-press "A" button to
  
 
== Resources ==
 
== Resources ==

Revision as of 09:15, 8 March 2019

Arcade-101-1P
Arcade-101-1P-8.jpg

A Retro-gamming machine which is based in Raspberry Pi and Retropie
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

User Guide

To use the Arcade-101-P, you can install driver yourself or directly use the retropie image we provide.

Install driver

Game-HAT-Manual01.jpg

  • Extract and get the .img file, write it to a SD card.
  • After writting, modify the config.txt file which located in root directory of the SD card. Add following statements to the end of config.txt file
max_usb_current=1
hdmi_force_hotplug=1 
config_hdmi_boost=10
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1024 600 60 6 0 0 0
  • Save and eject the card. Insert it to Raspberry Pi and power it on, You need to connect a keyboard to Raspberry Pi and make sure the network is accesable.
  • Following the commands below to install WM8960 audio driver
git clone https://github.com/waveshare/WM8960-Audio-HAT
cd WM8960-Audio-HAT
sudo ./install.sh
sudo reboot
  • Reboot the Raspberry Pi, and execute aplay -l command to test the audio. If there is not audio card detect, please re-install driver.
  • Open alsa setting
sudo nano /usr/share/alsa/alsa.conf

Find statements:

defaults.ctl.card 0
defaults.pcm.card 0

change them to 1 as below

defaults.ctl.card 1
defaults.pcm.card 1

Save and exit.

  • Install joystick control script
git clone https://github.com/waveshare/mk_arcade_joystick_rpi.git
cd mk_arcade_joystick_rpi
sudo ./install.sh

Reboot Raspberry Pi

  • Long-press button "A" (Arcade-101-P) enter the key mapping page

following prompt to finish the setting. Note that you just need to set the first twelve buttons, and no hot-key required. You can long-press "A" button to

Resources

Images

Driver

Support

Support

If you require technical support, please go to the Support page and open a ticket.