ArduinoXInput icon indicating copy to clipboard operation
ArduinoXInput copied to clipboard

not detected + reset not working?

Open Rmdhn1 opened this issue 2 years ago • 5 comments

so right now, my micro "successfully" flashes without pressing the reset twice "avrdude done. Thank you."

but it isn't detected by windows, and when it's uploading it doesn't stop, i'd used to flash another board and on the uploading it stops and that's where you double click reset, now this one, it doesn't. if i do double click either it has an error or does nothing.

Rmdhn1 avatar Sep 10 '22 14:09 Rmdhn1

device manager still detects it as micro also says "Device USB\VID_2341&PID_8037&MI_00\7&2c5b71e9&0&0000 requires further installation." dk what to do

Rmdhn1 avatar Sep 10 '22 14:09 Rmdhn1

another attempt leads to this : image sadly still did nothing as on device manager still detected as arduino micro with the vid pid

Rmdhn1 avatar Sep 10 '22 14:09 Rmdhn1

should i try to change the vid pid manually?

Rmdhn1 avatar Sep 10 '22 14:09 Rmdhn1

Hello. Are you using the XInput AVR core? Make sure you're selecting the "with XInput" version of the board in the IDE.

If so, please enable verbose uploading in the Arduino IDE options window and post the full message when attempting to upload. The "avrdude done" message will display even when nothing has been uploaded to the board.

Regardless of the XInput setup, if your board is showing a flag in the device manager you will need to install or update the drivers for best compatibility with the IDE.

dmadison avatar Sep 10 '22 14:09 dmadison

oh yea forgot to use the xinput board, thanks,

On Saturday, September 10, 2022, Dave Madison @.***> wrote:

Hello. Are you using the XInput AVR core? Make sure you're selecting the "with XInput" version of the board in the IDE.

If so, please enable verbose uploading in the Arduino IDE options window and post the full message when attempting to upload. The "avrdude done" message will display even when nothing has been uploaded to the board.

Regardless of the XInput setup, if your board is showing a flag in the device manager you will need to install or update the drivers https://docs.arduino.cc/tutorials/generic/DriverInstallation for best compatibility with the IDE.

— Reply to this email directly, view it on GitHub https://github.com/dmadison/ArduinoXInput/issues/68#issuecomment-1242744784, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM4WETI7ZDE63YJIHJFDICTV5SNEFANCNFSM6AAAAAAQJLI6QA . You are receiving this because you authored the thread.Message ID: @.***>

Rmdhn1 avatar Sep 10 '22 16:09 Rmdhn1