Want to reset Arduino Leonardo

I have uploaded mmjoy2 firmware for DIY steering wheel. But it was not suitable for me so i decided to move to another steering wheel software but now my Arduino Leonardo board is not showing in ports because it is converted to another thing named " mmj-reset ". now i need to delete/remove/reset that firmware from my Arduino Leonardo.
i tried Arduino IDE but there i couldnt find board port because the board is converted to mmj2 (gamepad)
( i am not a programmer, i just bought it to make a DIY steering wheel )

Did you try holding down the reset button while you plug in the usb and upload the new sketch?

yes i did nothing is happening

do you have discord where i can share my screen to you?

You can post screen shots here, or a YouTube video of that is what you mean.

Step1
Verify that the bootloader on the Leonardo is still OK by pressing the reset button on the Leonardo. The L LED should fade in and out for approx. 8 seconds. If not, you will have to burn the bootloader.

Step2

  1. If you're on Windows and your PC has a COM1, select that as the port.
    If you have e.g. an Uno, Nano, Mega or TTL-to-USB converter, connect that to the PC and select its port in the IDE; keep that board connected during the upload.
  2. Select the Leonardo as the target board; keep port as is.
  3. Start an upload of an innocent sketch; e.g. blink
  4. When the IDE reports the memory usage, press and release the reset button on the Leonardo; you have about 8 seconds.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.