1

I'm building a digital soldering station using Arduino nano. I need to add code to the sketch for troubleshooting. I's like to add "Serial.print" statements but don't know if it's possible to run both USB power and power supply connects at the same time.

1 Answers1

1

The Arduino Nano has a series diode on the USB VBUS specifically for this use case, so that you can safely power the Arduino Nano from a separate 5V power supply but still connect the USB.

Klas-Kenny
  • 4,283
  • 5
  • 24