jucasan
Posts: 6
Joined: Tue Jul 26, 2016 6:39 pm

Is my pi working?

Thu Apr 13, 2017 3:59 am

I was trying to make the blinking LED program using the gpio's and was not working the way I was expecting. I started to troubleshoot and connected the + of the LED to the 3.3v output and the LED is blinking. My understanding is that pin is a continuous 3.3v. Why the LED connected to that pin is blinking?
Thanks

wh7qq
Posts: 1450
Joined: Thu Oct 09, 2014 2:50 am

Re: Is my pi working?

Thu Apr 13, 2017 4:37 am

jucasan wrote:I was trying to make the blinking LED program using the gpio's and was not working the way I was expecting. I started to troubleshoot and connected the + of the LED to the 3.3v output and the LED is blinking. My understanding is that pin is a continuous 3.3v. Why the LED connected to that pin is blinking?
Thanks
For the LED to be blinking, you probably have the other end connected to a GPIO pin which is doing the switching on and off. I hope you put a series resistor between the LED and the GPIO pin...something on the order of 100 ohms, so that excess current is not driven into the GPIO port. One side of the LED has to be at a power supply value in order to be switched by the Pi GPIO pin

drgeoff
Posts: 10829
Joined: Wed Jan 25, 2012 6:39 pm

Re: Is my pi working?

Thu Apr 13, 2017 7:34 am

@jucasan
Please keep to the first thread you started on this.
viewtopic.php?p=1146579#p1146579
Quis custodiet ipsos custodes?

Return to “Troubleshooting”