my ps2 wireless controlller receiver that i connect with arduino uno does not working, the RX led does not blinking anymore on the receiver. in happen after i upload another code into the arduino, help me pleaseee, im doing my final year projectt.
There’s a lot to factor into making a PS2 work with an Arduino. Check the following:
]Certain PS2 receivers need a level shifter, while others do not/:m]
]Check the pinout from the receiver, and then check the sample code you are using; each pin on the receiver should be connected to each appropriate pin on the Arduino/:m]
]Check the code - what is it supposed to do? The sample PS2 library / code spits out the button presses via the serial terminal; ensure you have the right COM port and Baud rate selected./:m]
]Check that the batteries are correctly inserted and fully charged in the remote - if it’s left on, the batteries drain very quickly./:m]