rasberry pi simple blinking led project help

March 8, 2024, 21:47

animelover1212

Hi. So for school I bought a bread board and I’m supposed to make it so that the led bulb flashes. I have the code and it runs but the led lightbulb doesn’t flash. I have a good feeling it’s the wiring. I’m extremely new to this and any advice is appreciated. Code: https://github.com/Freenove/Freenove_Super_Starter_Kit_for_Raspberry_Pi/blob/master/Code/Python_Code/01.1.1_Blink/Blink.py

k9t33n

so close.

k9t33n

the blue wire needs to be plugged into the same line as gpio 11 not 20

animelover1212

I’m sorry but I don’t see gpio11 on my extension board

animelover1212

Also does it matter which way I insert the extension board (I have it upside down because I was struggling to insert it the other way with the numbers starting from 1)

k9t33n

ok then in your code switch the led pin to 20

k9t33n

no

oops.se

The white plate is called a "Bread Board or a "Experiment Board". And how to use them check this https://www.youtube.com/watch?v=fq6U5Y14oM4

k9t33n

for the most part it looks like you've wired it up correctly though, if you hadn't shown me the code that's correct wiring

k9t33n

it's just that the code is activating a different pin than what your using on the breadboard

animelover1212

Thanks guys. I can’t connect my rasberry pi right now but once I’m able to I’ll come back 🙂

k9t33n

ok