I am following the arduino UNO book. I have tested the blink sketch. It was
successfully uploaded - said done uploading,
I didnt mess up the ports - i also tried all other ports,
so I am confused as to why tx and rx leds are still not blinking when I uploaded it. Other than that, I have tested the sketch with different values and the pin 13 LED does not change the frequency at which it's blinking - it stays at the same rate. pls help :(
Your blink.ino sketch will make the "L" LED blink. The Tx and Rx LEDs should only blink to reflect activity on pins 0 and 1, like when you upload the sketch, or print to the Serial Monitor.
Your blink rate is determined in your code/sketch.
th rx tx leds dont blink either way, even when i upload a new sketch. It does say in the book some arduinos come with blink sketch preuploaded but i have tried with other sketches and I still havent noticed them blinking
It's easy to identify which port you should be using. It's the port that disappears when you unplug the Arduino and reappears when you plug the Arduino back in again.
Yes. I figured out with the help of previous comments that it is the arow in the IDE that i was confused about, i was verifying the code instead of uploading. Thank you nonetheless
Yes. I figured out with the help of previous comments that it is the arow in the IDE that i was confused about, i was verifying the code instead of uploading. Thank you nonetheless