Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.
I managed to get some time to goto my local Jaycar store and pickup some ESP8266 boards and some SD breakout boards.

I have put together a small example of a webserver with the files hosted off a SD card. Using an SD card allows you to update the payloads without needing to flash the ESP board and it allows you to have more than around 4MB of files because the ESP boards have a low amount of storage memory. It also has a DNS server built in so you can use it via the user guide on the PS4.

You can also configure the webserver and wifi access point from a file on the SD card with CONFIG.INI.

The Arduino SD library is limited to 8:3 file name format which means all the file names must be 8 characters or less and the file extension must be 3 characters or less, this would be the limit FILENAME.TXT

:alert: Make sure you use a SD card that is formatted to fat or fat32.

On my board (d1 mini compatible) the following pins are used with the SD breakout board
  • D5 = SCK
  • D6 = MISO
  • D7 = MOSI
  • D8 = SS
ESP8266 Server From SD Card for PS4 4.55 Payloads by Stooged 2.jpg

You can find datasheets online for all the different types of boards so you should be able to find the pins you need to connect to.

The ino sketch and SD files are here: https://github.com/stooged/ESP-Server

ESP8266 Server From SD Card for PS4 4.55 Payloads by Stooged.jpg@pearlxcore has a guide here on how to program the ESP8266 board using the Arduino ide.

I might look at opening up one of my PS4s and installing it inside the PS4 and soldering it in because it is pretty small.

ESP8266 Server From SD Card for PS4 4.55 Payloads by Stooged 3.jpg

ESP8266 Server From SD Card for PS4 4.55 Payloads by Stooged 4.jpg
 

Comments

@imedox nice!! hey don't know much about this but do they sell like "female" ends that you can crimp or solder to the wires so that way you can just slide them onto the male prongs? you know what i mean?

that way for those of us without steady hand/s it would be easier to just use those. Except i have no idea what they would be called or even if they exists

@imedox hah nevermind.... found them :)
 
if the micro sd holder is too small for you to solder you can use a micro sd to sd adapter like this.

just make sure you don't connect it to the 5v pin only use the 3.3v pin

sdesp.jpg

20180415_051728.jpg

doing it this way I can put the sdcard next to the hdd on the ps4 for easy access.

these are the connections I used on my fat (CUH-1102A) ps4

20180415_125224.jpg

the esp board runs without a usb plugged in, its powered from the ps4.

20180415_125328.jpg

 
Status
Not open for further replies.
Back
Top