I just got an Arduino Nano today. This is my first Arduino or any programmable board. It is a genuine board bought from Arduino.
I have the Arduino IDE 1.8.19 installed on Windows 11 and updated the boards in board manager. When I plug the Nano into my system it installs as "USB Serial Port (COM3)" using a generic Windows driver and the manufacturer is FTDI. I tried to update the drivers from the Arduino\Drivers folder, however there are no drivers for the Nano. There are drivers for everything else, but nothing for the Nano. Picking any of the other Arduino drivers crashes Windows immediately with a BSOD.
I also tried to use the Arduino Cloud and installed the Arduino Agent, but that doesn't seem to provide any better drivers.
Are the nano drivers supposed to come with the Arduino IDE 1.8.19? If not, how do I get the device to be properly recognized in Windows 11?
Thank you for reading this and any help you can provide,
Make sure you select the board and the port it is connected to before uploading a sketch.
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.
Thank you for responded. It is indeed genuine, bought from the Arduino store on Amazon.
I uninstalled, deleted the folders, redownloaded and reinstalled
I made sure the board package was updated
I have used two different cables a previous known good and a new one purchased with the nano
I installed the FTDI driver.
It has no errors in Device Manager
I connected the board, verified it was set for the Nano and Com3
I tried both the (old bootloader) and the ATMega328P.
I used the basic blink sketch and get the sync error
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xb2
I tried to double tap the reset button but the green light always stays green. The receive light blinks momentarily when it first gets power, but the green light is immediately on and never turns off until power is removed. I tried holding down the reset, double tap, triple tap.
Did you try other USB sockets on your PC/laptop? Sometimes different USB sockets are connected to different USB controllers on the motherboard, and some may work better than others.
The board is new, but considering the reset button doesn't seem to work as you indicated it feels like something is wrong with it.
I did have an Uno R3 on order as well, that arrived a few minutes ago and is working immediately out of the box. Identified as an Uno and took the sketch no problem.
Thank you for your help, I didn't even realize there was a reset button and all the steps gave me a very valuable crash course on the drivers and config side.
I don't know how the return policy works. Just in case, you can contact Arduino via https://www.arduino.cc/en/contact-us/ if you have questions regarding that.