Nano Every - Win 11 Not Recognising

Hi

I have a genuine Arduino Nano Every. Running Arduino IDE 2.3.3. Selected Nano as the board type under COM1 (Which Windows does not recognise) and trying to upload with both ATMega328P and tried the ‘Old BootLoader’ too without success.
Is there a specific Windows driver I need to download for the device to be recognised by the OS?

Thanks,

Azhar

The Nano Every is not a Nano and needs its own board file. The only similarity to the Nano is the board footprint and pin layout.

The board file to download is “Arduino megaAVR Boards”. It may already be installed in the IDE, or if you search in Boards Manager for ‘Every’ that board file should be listed.

In the Board option in tools you then select ‘Arduino megaAVR Boards’ and ‘Arduino Nano Every’.

2 Likes

Thank you so much!!

2 Likes