Arduino Nano Every USB Port Problem Win 7

I have programed an Nano Every and it is working.
But now I want to use it on a Win 7 PC without installing the Adruino IDE. I want only install the driver. I have used other Arduinos there allready by only installing the driver.

The arduino is found by the device manager, but not connected as USB port.

image

The PC is offline what driver I have to install?

Kind regards

The drivers are here:
https://github.com/arduino/ArduinoCore-megaavr/tree/master/drivers
They are installed by this batch file that automatically runs when you install Arduino megaAVR Boards platform via the Arduino IDE:

the command is unkown drivers\dpinst-amd64.exe %ARGS%


The download is from last year

Try the steps below via the IDE:

· Tools > Board > Boards Manager

· Search for "Arduino megaAVR Boards"

· From the drop-down menu select the latest version

· Click "Install"

· Wait for installation to finish

· Click "Close" and restart your IDE.

Note: Use a data USB cable and do not use a USB hub.

I have insatlle the IDE, but the PC is not online.
So it can't find the megaAVR Boards.

You need access to a computer that has ONLINE capability.

Somebody who can help with that is @pert once you have access to the internet.

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