I developed this blink code in python to test and it doesn't light the led on the protoboard, but just the Arduino led, the digital entry for the led is 13, what can I do?
Is that a 10k resistor in there ? Far too high , you need about 330 ohm -if it does light you won’t see it !!
Also check the led is the right way around - short leg to negative .
Run the example blink from the IDE to check it works before you play with that weird snake stuff
GUYS I FIGURED IT OUT!!!
There's nothing wrong with the connections or the code, the problem is the "StandartFirmata" in the IDE, it needs to be uploaded before i can run the py code.
Thanks a lot for the patience guys, i really apreciate it.