Uploading question

Is it essential to upload a sketch to a arduino board without connections to circuitry?
Or is it ok to upload after the board is wired into the project it is intended for?

  • You can do either.

Note that on AVR based boards, pins 0 and 1 are used by the hardware Serial interface and to upload code. If you have anything connected to those pins then it may interfere with the upload

1 Like

Thanks for the prompt replies!

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