I’ve been tinkering with an arduino board for the first time. I made a few sketches and everything works perfectly.
suddenly when I try to upload a new sketch, nothing happens. as in,
I upload the sketch, my arduino blinks saying its done. then it goes back to doing what the original sketch was telling it to do
Which model of Arduino is this?
Is the result the same for any sketch that you upload? A common test procedure is to upload the blink example and confirm that it works, then make a change to one of the delays (eg, to 2000), upload again, and confirm that the blinking timing has changed. This is a good test because it is about as simple as it can get, only one small change is being made, and that change is easily confirmed.
Hi @Daniel280005,
Jeff already has some good advice for you in his response. If you are able to let us know what model of Arduino you have as well as the version of the Arduino IDE you are currently using we should be able to give you some more specific advice.