Project: Controlling An LED Using Raspberry Pi (Beginner)

preview_player
Показать описание
Hey Guys,
In this video you will learn to control an LED on a RPi
It is very Beginner friendly and one of the first projects in the Raspberry Pi

Installing gpiozero:
Python 3 - sudo apt-get install python3-gpiozero
Python 2 - sudo apt-get install python-gpiozero

Thanks for Watching!
Рекомендации по теме
Комментарии
Автор

Did this, , , I feel like a rocket scientist now :D

shaheershaikh
Автор

Finally after trying different tutorials for hours and actually yours worked!!
Thank you for the video. I already had python 3 installed in my Pi so I didn't have to use sudo.

qazme
Автор

Finally, the first tutorial video I can understand.

EchoVidsu
Автор

i saw just 2 min of your video u explained everything in your video led, breadboard and each thing beginner and pro both can understand. nice and tx

sidharthakumar
Автор

Very good job clearly explaining a bit of coding. I will be back for more.

chriswalker
Автор

i'm very happy to be your fan! i looked at other videos and only two of them worked and one of them is you. but can you make a video of how to make two leds flash with a time limit?

TonyLee-csbu
Автор

Excellent explanation ...
Bro, please make more videos like this ...😅👍

nikhilchitroda
Автор

Loved the explanation! Thanks for the video.

anirudhpuranik
Автор

Great Explanation. Would like to suggest an advanced board for Raspberry pi. I am familiar with "Sania Box" and by using this board you can get hands-on experience on LED, 7-Segment, Buzzer, Sensors etc.

alexwilhelm
Автор

Thanks for simplifying a great way to get started!

mattrhys-roberts
Автор

Good job, but since you're using "toggle", you could just make your while-loop contain 2 instructions instead of 4, and it would work exactly the same, eh wot? ;')

MajorCaliber
Автор

666th subscriber, HAiL yaaaah. Thanks for posting this video man!

mmphis_chick
Автор

So simple and yet so fun...
that's cool!

invincible.
Автор

Thank you for telling me I can use resistors that are over 100 ohms. I some how couldn’t find any info. This other YouTube channel was telling me to use 270 ohm and I’m like... but it’s a small light? 🤷🏻‍♀️

kikihardxcoremedia
Автор

Can we do this using windows 10 and python compiler

rohith
Автор

Also, you may get a warning when you run your program. If you put GPIO.cleanup() at the end of your program the "Use GPIO.setwarnings(False)" warning will go away.

EchoVidsu
Автор

I was watching this on my pi and i forgot i didn't have speakers/headphones connected

skyjoe
Автор

can i do this also with 30 pins bread board plzZ reply fast

tushar
Автор

if anyone got "TypeError: an integer is required (got type str)"

Just substitute the line "K = input("Sleep for: ")" for "K = float(input("Sleep for: "))" and problem solve

hope it helps

lachiondo
Автор

1.What software/hardware is needed in this project?
2.what hardware/electronics is needed in this project?
3.what other equipments will neend in this project?

KaurPreet_-gdjy