PSXHAX.COM website and domain for sale. Contact Us with your offer!
Live in Your World, HAX in Ours!
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...
PlayStation Now Subscription Updates FAQ, New PS Now Games Added
Today Sony announced that God of War, Grand Theft Auto V, Infamous Second Son and Uncharted 4: A Thief's End are being added to their digital online streaming and downloading video game service alongside lower pricing starting at $9.99 monthly. :)

Below is the latest PS Now trailer video from PlayStation Network VP Grace Chen and a FAQ outlining all of the recent PlayStation Now changes courtesy of Social Media Director Sid Shuman to quote:

In a nutshell, how is PS Now changing?

Starting October 1, the following top blockbuster games will be added to the PS Now service: God of War, Grand Theft Auto V*, Infamous Second Son and Uncharted 4: A Thief’s End. These games will be available starting on October 1 until January 2, 2020 for you to stream to your PS4 system or PC, or download to your PS4 system.

Additionally we are offering PS Now at a new lower price, keeping it line with pricing of other entertainment streaming services. Here are the prices starting today:
  • US: $9.99 – monthly / $24.99 – quarterly / $59.99 – yearly (from $19.99/ $44.99/ $99.99)
  • CAN: $12.99 – monthly / $34.99 – quarterly / $79.99 – yearly (from $19.99/ $44.99/ $99.99)
  • EU: €9.99 – monthly / €24.99 – quarterly/ €59.99 – yearly (from €14.99/ (N/A)/ €99.99)
  • UK: £8.99 – monthly / £22.99 – quarterly/ £49.99 – yearly (from £12.99 / (N/A) / £84.99)
  • JP: ¥1,180 – monthly / ¥2,980 – quarterly / ¥6,980 yearly (from ¥2,500 / ¥5,900 / (NA)
I’m an existing 12-month subscriber. What will change for me?

You will see the new reduced price reflected on your next billing cycle. You’ll also have access to the newly announced blockbuster titles on the service. Otherwise, your service will remain the same, and you can continue to enjoy the hundreds of games currently available.

How often will new titles be introduced to the PS Now catalog?

Each month, the service will add a selection of popular games that will be available for a limited period. This is on top of the existing offering of popular evergreen titles that are added to PS Now on a regular basis.

Will I still be able to stream or download PS Now games included in the subscription plan?

Yes...
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...
Using the DualShock 4 PS4 DS4 Controller with Apple Devices FAQ
Earlier this year Sony added PS Vue Apple TV Multi-view support, and today they announced the arrival of DualShock 4 comparability with Apple devices using the latest iOS / iPad OS / tvOS / macOS update. 🍎 🎮

Here's the full scoop from Sony Peripherals and Esports Marketing Director Anand Agarwal complete with an FAQ to quote:

With the new updates to Apple’s OS for iPhone, iPad, Apple TV and Mac, PlayStation fans can use a DualShock 4 wireless controller to play their favorite PS4 games on an iPad, iPhone or Mac via the PS4 Remote Play app*, and/or enjoy hundreds of controller-supported games on your Apple device.

In light of the news, we pulled together this list of Frequently Asked Questions to help you understand how you can take advantage of the controller’s capabilities with your Apple device.

Q. What operating system do I need to use to play games on my Apple device using my DualShock 4 wireless controller?

A. The DualShock 4 wireless controller can be paired with your Apple device when updated to the following operating systems:
  • iOS 13
  • iPad OS
  • macOS Catalina** (launching in October)
  • tv OS 13
**Apple devices with macOS High Sierra or macOS Mojave operating systems will continue to be able to connect their devices to DualShock 4 by using a USB cable or a DualShock 4 USB wireless adaptor (sold separately) for PS4 Remote Play.

Q. What games can I play with my DualShock 4 wireless controller on Apple devices?

A. There are two main ways to play games with your DualShock 4 wireless controller on Apple devices:
  1. Stream compatible PS4 games directly to your iPad, iPhone or Mac through the PS4 Remote Play app*.
  2. Play hundreds of games with MFi controller support, including titles coming to the new Apple Arcade subscription service***, on your iPhone, iPad, Apple TV and Mac devices.
***Apple Arcade subscription service subject to Apple Arcade subscription service terms of use.

Q. What is the PlayStation 4 Remote Play app?

A. The PS4 Remote Play app allows PlayStation fans to stream games from and/or operate a PlayStation 4 via a wireless connection on a PC, Mac or Apple device. This means:
  • Displaying the...
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