psp-controller is just a prototype and inspired from the project of iketsj's PSP Robot Controller.
I want to try his project, but there's no source code available. That's why I decided to create it on my own and make it open-source for others to learn from and modify on their own for those who want to try it.
psp-controller.mp4
The video is about the PlayStation Portable (PSP), which can turn on and off the LED connected to the ESP8266.
- Button
X
- Off state of LED - Button
O
- On state of LED
CUSTOMIZED FIRMWARE OF PSP IS REQUIRED!
Note Use WSL2 or Ubuntu
REQUIRED
- PSPDEV Main Website(PSPSDK Installation guide and PSP apps/games programming examples here.)
- CMake(psp-cmake)
- Make
run to build:
mkdir build && cd build
psp-cmake ..
make
Check Releases for the latest pre compiled EBOOT.PBP
Now connect your PSP to your Computer and copy the EBOOT.PBP
to your PSP's directory like this:
PSP/GAME/<dirname>/EBOOT.PBP
<dirname>
is an arbitrary name and put the EBOOT.PBP inside
REQUIRED
Download the arduino sketch file here psp-esp8266
I'm open to any type of contribution. I have issues if you want to take them. Thanks!