arduino reading ps2 controler problem

first of all Hello XD
i found this page

i see the video and other videos but i have still a problem:

No controller found, check wiring, see readme.txt to enable debug. visit www.billporter.info for troubleshooting tips
Unknown Controller type

i check up to 10 times the wiring
i use Logic3 ps412k ps controler
does it work or i must use the original?

Can you post a picture of your setup, and having another controller will help to debug the issue. Also the voltage to the controller must be 3.3V and NOT 5V.

I have 3 different playstation to arduino libraries, and Im not sure which one was from Bill Porter, but let me check. I the mean time, can you post a picture?

Added: found it. Pay CLOSE attention to the wire pins, 10, 11 and 12 are swapped. (13,11,10,12)

PS2X_Example.ino (5.68 KB)

can you tell me the wiring
my connection is
13 clock
12 data
11 command
10 attention
is this right?

Correct. Now what about the voltage? 5V or 3.3V?

i put in pin 3.3v on arduino board

And you still get nothing? Strange. Well try another controller. I have a wireless PS2 Intec controller and it work nicely.

i have the original but i dont remember where it is
can you send me a deferent library?

i olso have an old microsoft SideWinter Dual Strike but it is for pc
can i do enithing with that?

I dont think so. Is it USB? If so you will need a USB shield and a library, possibly 2. (1 for the USB shield and another for the controller.)

yes it is usb
nothing :~
thanks for your time i understand

can you send me a deferent library?

When I get home I can send you one. OR, just pick one from here, these are the ones I have.

thanks a lot

You need to add a 10k ohm pull up resistor to the data line and a in line resistor to each of the lines that are connected to the pins on Arduino (except for the data line). Also I used 5v and it works fine.