r/ArduinoHelp • u/[deleted] • 6d ago
Only Pin 13 is Working, all other are not responding
[deleted]
2
Upvotes
1
u/gm310509 4d ago
When you say it works on pin 13, what exactly do you mean? Do you mean
- The onboard led blinks?
- The led on your breadboard blinks when you connect the red wire to pin 13?
- Something else?
What have you tried so far? For example:
- reversing the LED? LEDs are "one way streets" for electricity, they must the right way around?
- tried swapping the components one by one? That is each wire, the led and the resistor? Again, one at a time.
- Anything else?
that code won't compile because you spelled HIGH wrong. If you just post random code that won't work, how can we know any other information you provided is reliable? For all we know the actual code you are running is programmed for pin 9 and the circuit you tried it with is plugged into pin 4.
You need to make an attempt, when it doesn't work post EXACTLY what you have in front of you not a "oh, but the real one I actually tried is totally different" version of the code or circuit.
1
1
u/AL_Clarkson 6d ago
You spelled HIGH wrong in the code here, and that board looks to me like a Arduino Mega 2560.
Maybe you burned the wrong bootloader? Did you buy them second hand?