Page 1 of 1

[PS4] Need help with arduino and cp2102

Posted: Sat Apr 15, 2017 12:26 pm
by Sasuke952
Hello,

I got a CP2102 that i bought here :D
http://www.ebay.com/itm/CP2102-USB-2-0- ... 0683943875

and an Arduino Mega 2560 :geek:
https://www.arduino.cc/en/Main/arduinoBoardMega2560

with all of this what can i do for making a working tool ?
Keyboard & Mouse on PS4

Could you help me ?

I tried to connect my Arduino on my PS4 then i connect [CP2102 TX RX GND] on [Arduino RX TX GND]
Then i click on Gimx-launcher with this config https://puu.sh/vkZ38/18a1b6214c.jpg

and i got
global option -l with value `log.txt'
global option -c with value `Dualshock4.xml'
controller #1: option -p with value `COM7'
now reading arguments for controller #2
le flag "status" est positionné
le flag "subpos" est positionné
le flag "force_updates" est positionné
GIMX 6.5 x86_64
Windows 7 SP1 x64
Kernel version: 6.1 (7601)
../common/windows/async.c:344 async_read_timeout: ReadFile failed: timeout expired.
can't read packet header
../common/windows/async.c:344 async_read_timeout: ReadFile failed: timeout expired.
can't read packet header
../common/windows/async.c:344 async_read_timeout: ReadFile failed: timeout expired.
can't read packet header
../common/windows/async.c:344 async_read_timeout: ReadFile failed: timeout expired.
can't read packet header
../common/windows/async.c:344 async_read_timeout: ReadFile failed: timeout expired.
can't read packet header
../common/windows/async.c:344 async_read_timeout: ReadFile failed: timeout expired.
can't read packet header
../common/windows/async.c:344 async_read_timeout: ReadFile failed: timeout expired.
can't read packet header
../common/windows/async.c:344 async_read_timeout: ReadFile failed: timeout expired.
can't read packet header
../common/windows/async.c:344 async_read_timeout: ReadFile failed: timeout expired.
can't read packet header
../common/windows/async.c:344 async_read_timeout: ReadFile failed: timeout expired.
can't read packet header
gimx.c:208 SDL_main: no adapter detected
Previous thread : viewtopic.php?f=19&t=2074&p=11633#p11633

Re: [PS4] Need help with arduino and cp2102

Posted: Sat Apr 15, 2017 1:15 pm
by Matlo
Hello,

The atmega2560 chip is not compatible.
https://gimx.fr/wiki/index.php?title=DIY_USB_adapter
The best option is a board based on the atmega32u4 chip and running at 5V, e.g. an Arduino Leonardo.