Unable to connect device

During the setup device process, the program says it cannot recognize device. The Uno R4 Minima is plugged in to the computer and the green on light is lit with a flashing yellow L light. Tried the recommended reset procedures and such.

Hi @jimqbaum

welcome to the arduino-forum.

please post a screenshot what you see in the device-manager
Is there an entry (COM & LPT)?

under USB
is there an entry
DFU-RT port?

Try out these steps::

  1. Do complete Uninstall Arduino IDE and then re-install the Arduino IDE (use Arduino IDE 2.2.1). Make sure that you install all the dependencies that shows up after the installation. If your machine is running Windows 11, check How to Fix Arduino Problem on Windows 11 and grant the IDE admin right.

  2. Install your board's Package Core, it contains the board's driver.

  3. Use a good quality data USB cable to connect the board to the computer without anything connected or wired to the board. Charging/bad USB cable will make it impossible for your computer to detect your board.

  4. Make sure you select the board and the port it is connected to before uploading a sketch.

  5. If #1-4 above fails to solve it, double tap the reset button fast and check the status of the onboard "L" LED. If the onboard LED fade in and out slowly (pulsating), upload an example sketch (Blink LED) from the IDE to the board.

If #5 fails to resolve it while using a good data USB cable, then reflash " Bootloader" following the steps at Arduino UNO R4 Minima Cheat Sheet

Thanks Stefanl38,
Probem solved. It was a bad USB C cable
Jim Q

1 Like

Thanks guys,
It was a bad USB C cable
Jim Q