PSXHAX.COM website and domain for sale. Contact Us with your offer!
Friday The 13th: The Game PS4 RTM Trainer for 5.05 FW by GrimDoe
Since my Mortal Kombat XL PS4 Skin Mod last month, I'd like to wish a happy wicked October to all of y'all! 🎃

Halloween, also known as All Hallows' Eve, is coming up fast ! So to bring in all the fun with an axe & a hockey mask 😱 here is my FT13TH: The Game RTM Tool.
Mednafen & OpenBOR PS4 Emulators by Znullptr, Demos via Markus95
Last month we saw a glimpse of the popular multi-system emulator known as Mednafen for PS4 alongside an OpenBOR port forked by @zezu420 (aka Znullptr on Twitter or dmiller423 on Github), and today he shared a new demo of OpenBOR for PS4 running Battletoads on PC with some videos on Twitter of @Markus95 (aka @Kus00095) testing out the Mednafen .self with SNES (Super Nintendo), PSX (PlayStation), PC Engine (TurboGrafx-16) and Sega Genesis (MegaDrive) emulators on PlayStation 4 with configuration help from SCORPION1399. 🥰

Currently there is no public build released Mednafen PS4 PKG Port of the Mednafen PS4 Emulator yet is now released, and according to his Patreon Page to quote:

"Mednafen, available system modules: nes snes gb gba pce lynx md pcfx ngp psx ss vb wswan sms gg snes_faust

Source for mednafen will be available when it's out of 'beta' stage, needs a lot of cleanup and update."

His latest projects also include a PlayStation 4 Usermode Virtualizer emulator currently in development. 🥳

The related Tweets can be found below with some embedded YouTube videos from Logic-Sunrise.com:
Mednafen PS4 (SNES)
Mednafen PS4 (PSX)
Mednafen PS4 (PC Engine)
...
PSLovers: Blazor Project for PS4 Store Discount Notifications by MattMarked
Proceeding the Go PS4 PSN Game Search Utility, software engineer MattMarked shared a Blazor (GIT) Web UI framework project that will notify those interested about new discounts on the PlayStation 4 store when they become available. :spsbuttoncolor: <3

Download: PSLovers.zip / GIT

PlayStation 4 game data includes the icon image, star rating score, game ID, game name, game URL, initial release date, provider name, content type, playable platforms, normal price, discounted price, discount percentage and sale start / end dates with some related JSON (JavaScript Object Notation) articles linked below:
Also heating things up on Twitter recently from Kiwidoggie: :fire:
I got some qwertyoruiopz level memes coming y'all's way in a few days 😂
Tbh I forgot about this 😂
I'll be posting the thing on this as a thread.

So the meme is a ghetto half ass nano port to rust, but then I got rust running (with tons of hacks and unsafe) usage in the PS4 kernel, you can view the nano window over UART...
RPi Camera V2 Stereoscopic Vision Tank PS4 Controller Script by Kokyung
Since the recent RPi PlayStation 4 DS4 Python Scripts developer Kokyung made available a Raspberry Pi Camera V2 Stereoscopic Vision Tank PS4 DualShock 4 Controller Python script for remote use with Android phones currently in development. :geek:

Download: Stereoscopic-Vision-Tank-master.zip / GIT

From the README.md: Stereoscopic-Vision-Tank (Not Final)
  • Source code for stereoscopic vision tank.
  • Remote by PS4 controller.
  • Stereoscopic vision using Raspberry Pi camera V2 and Android phone.
Needs
  • Raspberry Pi 3b+ (2)
  • Raspberry Pi camera V2 (2)
  • Android phone (1)
  • PS4 Controller (DualShock 4) (1)
  • DualShock 4 wireless adaptor (1)
  • WIFI Dongle (2)
  • Tank kit (1)
  • pan-tilt kit (1)
  • L298N motor dirver (1)
  • Adafruit PCA9685 servo driver
  • Power bank (1)
  • AA battery (6)
  • Battery holder(4slot) (1)
  • Battery holder(2slot) (1)
And from RemoteControl1.1.py:
Code:
# -*- coding: utf-8 -*-

# Raspberry Pi GPIO Package
import RPi.GPIO as GPIO
from time import sleep
import time
import sys
import pygame
import os
from adafruit_servokit import ServoKit

os.system("sudo i2cdetect -y 1")

kit = ServoKit(channels=8)

pipe = None

yaw=0 # Vertical.
pitch=1 # Horizontal.
yawValue = 90 # Yaw percentage value. Never use over 50%.
pitchValue= 90 # Pitch percentage value.

# Reset servo motor position
kit.servo[0].angle = 90
time.sleep(0.1)
kit.servo[1].angle = 90
time.sleep(0.1)

# Motor Status
STOP  = 0
FORWARD  = 1
BACKWARD = 2

# Mortor Channel
CH1 = 0 # Left Wheel
CH2 = 1 # Right Wheel

# PIN Input, Output Setting
OUTPUT = 1
INPUT = 0

# PIN Setting
HIGH = 1
LOW = 0

#PWM PIN
ENA = 26  #37 pin
ENB = 0   #27 pin

#GPIO PIN
IN1 = 19  #37 pin
IN2 = 13  #35 pin
IN3 = 6   #31 pin
IN4 = 5   #29 pin

# 핀 설정 함수
def setPinConfig(EN, INA, INB):
    GPIO.setup(EN, GPIO.OUT)
    GPIO.setup(INA, GPIO.OUT)
    GPIO.setup(INB, GPIO.OUT)
    # Active PWM with...
PS4 Kernel 5.3.1 and Overlay Updates for Gentoo Linux in Development
Over the weekend PS4Gentoo has been busy working on some PS4 Kernel 5.3.1 and Overlay updates for Gentoo Linux on PlayStation 4. 🔥

Download: ps4-kernel-master.zip / PS4 Kernel GIT / ps4-overlay-master.zip / PS4 Overlay GIT / initramfs.cpio.gz (2.0 MB) / gentoops4kdebeta7.tar.xz (3.40 GB) via @cedsaill4 on Twitter

According to the README.md the PS4 kernel 5.3.1 for Gentoo on PS4 is currently a work-in-progress (WIP), and from the PS4 Overlay README.md to quote: PS4-Overlay

PS4-overlay for gentoo

thanks to

fail0verflow team & psxita team

https://github.com/fail0verflow/ps4-overlay

https://github.com/Ps3itaTeam/ps4linux-video-drivers (arch drivers)

Cheers to @HydrogenNGU for the heads-up via Twitter earlier on! 🍻

Back
Top