[PS4, bluetooth]Pairing procedure not working

Need help? Ask here and someone will help
Post Reply
Cybereu
Posts: 183
Joined: Sun Jul 10, 2011 1:10 pm

[PS4, bluetooth]Pairing procedure not working

Post by Cybereu »

I got this: https://www.aliexpress.com/item/Mini-Le ... 46884.html, i could get it in bootloader mode by wiring and removing wire two times on RST and GND, but i dint use USB to UART board as said on tutorial.

Code: Select all

avrdude -p atmega32u4 -c avr109 -P /dev/ttyACM0 -D -U flash:w:atmega32u4.hex:i

Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
    Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.

Programmer supports the following devices:
    Device code: 0x44

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e9587
avrdude: reading input file "atmega32u4.hex"
avrdude: writing flash (4364 bytes):

Writing | ################################################## | 100% 0.34s

avrdude: 4364 bytes of flash written
avrdude: verifying flash memory against atmega32u4.hex:
avrdude: load data flash data from input file atmega32u4.hex:
avrdude: input file atmega32u4.hex contains 4364 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 0.03s

avrdude: verifying ...
avrdude: 4364 bytes of flash verified

avrdude: safemode: Fuses OK (E:CB, H:D8, L:FF)

avrdude done.  Thank you.
But when using gimx-helper it inst recognized

Code: Select all

The bluetooth dongle address is XX:XX:XX:XX:XX:XX.
The bluetooth hci number is 0.
Plug the DS4 with a USB cable.
The DS4 address is XX:XX:XX:XX:XX:XX.
Unplug the DS4.
Plug the teensy.

Code: Select all

lsusb
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 028: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 004 Device 024: ID 046d:c07f Logitech, Inc. 
Bus 004 Device 023: ID 04d9:1702 Holtek Semiconductor, Inc. Keyboard LKS02
Bus 004 Device 022: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 008: ID 0951:1665 Kingston Technology Digital DataTraveler SE9 64GB
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Edited: Could get it working by using an older firmware i have.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: [PS4, bluetooth]Pairing procedure not working

Post by Matlo »

Hi,
You probably loaded a wrong firmware. The firmware to load is called EMUPS4PAIRING. The link is given on the wiki.
GIMX creator
Post Reply