Hi all
I recently bought a Lynxmotion PS2 Controller V4 for my hexapod phoenix
Finally i received the package today and connected to the BotBoarduino
It was working at the very first time. But after I calibrate servos then turn on the power, I can’t see green light from the ps2 receiver.
I think wires are connected correctly
Can anybody help me??
Hi,
Unfortunately, we have a hard time following the wires in your picture. Could you take top-view pictures of your BotBoarduino, making sure to show clearly all components, such as the wiring, jumpers, power connections, etc.
Also, in your pictures it seems like the wires connected to the GND/5V/CLK on the receiver adapter board are not completely the same color as the ones on the BotBoarduino. Please make sure to show this entire set of wires, too.
We await your reply to further help you.
Sincerely,
Thank you very much for the reply.
I took new pictures with new wire
Please have a look those pictures I attached
First picture is the picture when i turn on the board for checking the flashing leds
Second is the picture of the board for jumper setting
Third picture show how i connected between ps2 receiver and board
I’m waiting for you reply … I hope my ps2 rsceiver is not broken.
Again thank you for your help~
Hi,
Thanks for the images.
Please try the following:
]Go to your Arduino > libraries folder and remove any PS2X library/:m]
]Download the Lynxmotion version of the library here (download as ZIP)./:m]
]Import this library into your Arduino IDE. Follow the guide here./:m]
]Edit the PS2X_lib.h file in the PS2X_lib folder, activating/uncommenting both debug options (remove the “//” in front of “//#define PS2X_DEBUG” and “//#define PS2X_COM_DEBUG”)./:m]
]In Arduino IDE, open a new example from the PX2X_lib titled PS2X_Example./:m]
]Upload the code to your BotBoarduino (yours is set to “EXT” power, so you will need to use your battery pack to power it up instead of only USB)./:m]
]Then, power up both the BotBoarduino and the PS2 controller. Their lights should quickly become solid to indicate a connection./:m]
]Open the Serial Monitor and check the debug output. As you press keys, the output should change./:m]
Let us know how this test goes.
Sincerely,