Working properly on PS4 with the Raspberry Pi 3A+ #142
Replies: 4 comments 3 replies
-
Thank you! |
Beta Was this translation helpful? Give feedback.
-
Thank you, I’ll test this out with other pi’s I have 😁 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the replies! I also set my Raspberry Pi's hostname to "toypad" and made index.js start after boot. Now every time I plug in my Raspberry Pi (which I never really used for anything else) into my PS4, I can access "toypad.local" on any device connected to the same network, and it works! My real toypad broke a few years ago, and it's really great to play the game again! Thanks to all the people who contributed to this! |
Beta Was this translation helpful? Give feedback.
-
After a long time getting familiar with command line here’s mine working, change user and version if needed [Unit] [Service] [Install] |
Beta Was this translation helpful? Give feedback.
-
Just wanted to let you know that I think I managed to get it working on the 3A+ because the description says it does not work. As you can see, it is very similar. In my case I have a PS4, but it might also work on other consoles. If you have any questions, or so, feel free to ask. Here is the updated instruction for the RPI 3a+
Prerequisites
Guide
Settings Image:
Connect the Raspberry Pi to your PC via USB cable
Use SSH to run the following commands (Don't know the IP address? Try "raspberrypi.local" instead of an IP adress.)
Reboot the raspberry pi with this command:
sudo shutdown -r now
Wait a minute or so, until it rebooted. Then connect via SSH again and run the following commands:
Usage
Connect the Raspberry Pi with Your console using a USB cable.
Run the emulator server with this command if you are in the correct folder (otherwise run
cd LD-ToyPad-Emulator
first):node index.js
Type your single board computer's IP address(or "raspberrypi.local") in a browser on your pc or phone to use the emulator.
If you want to turn it off, just press Ctrl + C in the cmd window, then use the command
sudo shutdown now
to safely power off the device.Beta Was this translation helpful? Give feedback.
All reactions