I am new to Arduino and this may be a simple question. I am using an Arduino Nano and I want to run Arduino code solely off of the USB. However, this USB would not be connected to my PC. Is it possible to temporarily use the Vin pin to power the Arduino as I make the transfer to an alternative 5V power source that isn't my computer? I'm not sure if this is possible.
So when I have a USB and Vin pin connection at the same time, is there a specific way to disconnect the Vin pin so that when it is disconnected, the Arduino will continue to run via USB?
Connect a 7 to 10 volt source + (positive) wire to the VIN pin, connect the 7 to 10 volt - (negative) wire to Arduino GND pin. Turn the 7 to 10V source ON.
Disconnect the 5V source from USB socket, Arduino should stay ON, connect other 5V source to USB socket, then disconnect the 7 to 10V source from VIN and GND, Arduino should remain running.
What do you plan to use for your 7 to 10V source?