Yes its another esp8266 project

I made this for my own personal use but I will post it for other people to use too.
This is a project designed for the
esp8266 D1 Mini to be installed inside the console much like a modchip but to provide a wifi http server and dns server.
The D1 Mini is perfect for this project because it is only 34mm x 25mm in size and can operate off 5v using the 5v pin onboard so the usb connection is not needed and the ps4 has 5v solder points.
The firmware is updatable via http and the exploit files can be managed via http so the esp8266 board once installed never needs to be accessed again.
This is designed to use the 5.05 exploit and payloads in a single html file format like
ApptoUsb.html
I would not call this a
modchip but its the closest thing we have right now to having a totally self contained method for the PS4 to launch
mirafw and the payloads.
Implemented Internal Pages
- admin.html - the main landing page for administration.
- index.html - if no index.html is found the server will generate a simple index page and list the payloads automatically.
- info.html - provides information about the esp board.
- format.html - used to format the internal storage(SPIFFS) of the esp board.
- upload.html - used to upload files(html) to the esp board for the webserver.
- update.html - used to update the firmware on the esp board (fwupdate.bin).
- fileman.html - used to view / download / delete files on the internal storage of the esp board.
- config.html - used to configure wifi ap and ip settings.
There is a storage limitation of
2.8mb using the D1 Mini board
The
User's Guide in the ps4 settings menu will be redirected to the main index.html
Installation is simple you just use the arduino ide to flash the sketch/firmware to the esp8266 board.
Make sure you set the flash size to
4M (3M SPIFFS)
- Next you connect to the wifi...