Hi all
This is probably more of a electronics question than a Raspberry question but here goes. I am trying to learn to work with the GPIO pins. I set up a simple circuit on a breadboard consisting of one LED and a 1k resistor. When I plug it into the 3.3 rail it works fine (its a little dim because of the resistor but that is on purpose).
So then I set up my python script to blink the lights and play with PWM output. I attach to pin 7. When I run either program it will blink perhaps for 10 seconds and then refuse to turn on again. I am running a loop in the python program to turn it on and off. I have tried different intervals 3 seconds and .1 second. I have tried different LED's, Different transistors. to no avail. Any ideas what is going on?