Basic usage of the Raspberry Pi GPIO pins

Поділитися
Вставка
  • Опубліковано 7 жов 2024

КОМЕНТАРІ • 135

  • @SchoolforHackers
    @SchoolforHackers 5 років тому +52

    Loving your from-the-ground-up approach: great for learning how actually to build on the Pi. Hope you’ll make this a series.

  • @capistor1
    @capistor1 5 років тому +12

    Eyyy loved the video. Please continue and make this a series

  • @smmextraYT
    @smmextraYT 3 роки тому +1

    Great instructional video! I've watch many videos on very similar functions, but the way you explain each function, while showing the dual view (well, tri-view), made each step easy to follow. You've taken the fear out of programming. Thank you and keep it up!

  • @sasakanjuh7660
    @sasakanjuh7660 5 років тому +20

    Definitely more RP videos! Or even some basic electronics could be interesting :)

  • @reinaldonovoa
    @reinaldonovoa 4 роки тому

    Most clear coding example I've seen for the RPi. Definitely more RPi videos please I recently fell into the RPi rabbit hole.

  • @markharrisllb
    @markharrisllb 2 роки тому

    This is the first video I’ve seen of yours but it’s certainly not the last. Everything explained thorough but succinctly without any waffle.

  • @PR0MINENCE
    @PR0MINENCE 11 місяців тому +2

    Great video! Just a small comment - It doesn’t matter where you put the resistor. It can be either on negative or positive side of the LED. It will still limit the current that goes through.

  • @brandonbrand2338
    @brandonbrand2338 4 роки тому +2

    This was brilliant E-Man, thank you. Looking forward to much more raspberry pi videos especially when coding using Python and the RPi's GPIO pins. I simply love tinkering with these SBC.

  • @beron_the_colossus
    @beron_the_colossus 5 років тому +4

    Thank you, always love videos about Raspberries

  • @gsansoucie
    @gsansoucie 4 роки тому

    Excellent hello world here. I’ve done Pic and Arduino now for decades, just got a Pi, just needed this to figure out where to start.

  • @tburda823
    @tburda823 4 роки тому

    Setting up a circuit to add to outdoor motion lights when one catches motion, it turns them all on. This was a perfect tutorial to get the basics I needed of using GPIO to detect input. Thanks.

  • @leanobajio
    @leanobajio 5 років тому +5

    Awesome video. I'd love to see more Arduino and Raspberry Pi projects in the future.

    • @skeeveskeeve
      @skeeveskeeve 5 років тому +3

      agreed

    • @JosueRodriguez08
      @JosueRodriguez08 5 років тому +1

      Nooooo, look for that in another channel, don't transform this in more of the same shit

  • @timstraps
    @timstraps 5 років тому

    I was going to do a RPi project this summer that involves 7-segment displays. These are really helpful, hope you do more.

  • @hectoro5144
    @hectoro5144 4 роки тому +3

    Whats up man, I like this raspberry video, thank you so much!

  • @lefabb
    @lefabb 5 років тому +1

    Great video, I learned a lot thanks to you. I love the RPi and look forward to seeing the next videos you make about it. Cheers

  • @bullium
    @bullium 5 років тому

    Would love you to continue this series for sure my man!

  • @carpandrei7493
    @carpandrei7493 5 років тому

    You just gave me one more reason to start learning Python. Especially since I already have two Raspberry PIs that I switch back and forth between different projects (mainly retro gaming, music and video streaming).

  • @str0g
    @str0g 5 років тому

    hope that this becomes a series! keep up the great work...

  • @yuvigerstein
    @yuvigerstein 5 років тому

    That's a great tutorial, thank you. Please make more on this exact topic and more advanced physical projects. Thanks!

  • @stevewlasichuk
    @stevewlasichuk 5 років тому

    This was super useful as someone that knows how to program + a little circuit knowledge. If you do more like this, hooking up a motor to a similar event would be cool.

  • @ashwoodson1649
    @ashwoodson1649 5 років тому

    First time I've seen (what seems obvious) the use of an ide cable with a pi... Nice! And Clean!

  • @janism94
    @janism94 5 років тому +6

    R Pi uses round the house would be a good vid

  • @alvfig
    @alvfig 5 років тому

    I'd like to see more videos like this one, too. Thank You!

  • @dvn8ter
    @dvn8ter 5 років тому +4

    man great video! keep it up PLEASE!

  • @ericr5481
    @ericr5481 5 років тому

    This is sweet. Especially love that the code is in python. Please make more.

  • @Soljarag5
    @Soljarag5 3 роки тому

    Perfect tutorial to get started with gpio!! Thanks

  • @TheGreatWolf13
    @TheGreatWolf13 5 років тому

    Only recently started with a RaspberryPi Zero, so would love to see more videos.

  • @fuzzylon
    @fuzzylon 4 роки тому

    This video is exactly what I was looking for. Thanks.

  • @donmiller504
    @donmiller504 10 місяців тому

    Thank You, I'm trying to learn this!

  • @CarinoGamingStudio
    @CarinoGamingStudio 3 роки тому

    i subscribe because this channel can teach me on raspberry pi as what it was.

  • @kwkspectre
    @kwkspectre 4 роки тому

    Very helpful video - I'd like to see more.

  • @ShizzleMyChizzle
    @ShizzleMyChizzle 3 роки тому

    I like your videos before watching them

  • @mohammadrezasabouri6875
    @mohammadrezasabouri6875 5 років тому

    Extremely helpful, I got all the information I needed, thank you so much!

  • @Solcitse
    @Solcitse 5 років тому

    thanks for the videos bro, looking forward to more pi gpio tutorials

  • @fernandoflores3728
    @fernandoflores3728 4 роки тому

    Good and complete video about RP GPIO manage, hope you may make a video using RP with hardware interrupts like we can make with microprocessors (INT), thanks!

  • @nkeirujohnson-achilike6020
    @nkeirujohnson-achilike6020 3 роки тому

    Extremely helpful video

  • @FatPinkSlug
    @FatPinkSlug 5 років тому +1

    One thing that I would be interested to see is actually a step further towards the "basics" and have demonstrate how to launch code on a PI. That, but also I would be super interested to see about things that you can do with a RaspberryPi that you can't do with something like an Arduino.

    • @noweare1
      @noweare1 5 років тому

      Since the PI has an operating system the Arduino is better for processing sensors and in general interfaceing with the environment. The PI has a bunch of stuff to do so it only gives the Arduino a piece of time to do it's thing. If you want to control something use an Arduino. Anything with an O.S. will be slow, slow, slow.

  • @daowiz001
    @daowiz001 3 роки тому

    Super good! please more!

  • @ImARichard
    @ImARichard 5 років тому

    More raspberry pie stuff would be awesome to see!

  • @FPS-WIFI
    @FPS-WIFI 5 років тому

    Great video, and a raspberry pi series would be awesome!

  • @caleb8764
    @caleb8764 5 років тому

    So good mate, keep the Raspberrypi vids coming I say!

  • @andrewpaige9152
    @andrewpaige9152 3 роки тому

    Your the best, im new to this and was understanderbly clear, cheers from down under Australia, can you maybe do tutorials using all the gadgets? How to go to install programs for your shields and install things through terminal onto Raspian so many people just assume because you have a Pi your and expert, but im just making the change over and people can be so arogant i cant see why people give up and run back to windows and never look back and hate the linux community or open source community. But you were very good going step by step and explaining why each step is like it and what piece does what and why this command command does that and if if you dont sceanario. New Subscriber

  • @jeffsirkis2552
    @jeffsirkis2552 5 років тому

    Would like more raspberry pi videos. Thanks!

  • @davidb.5911
    @davidb.5911 3 роки тому

    Thank you, very useful video!

  • @csebastian3
    @csebastian3 3 роки тому

    Great introduction!

  • @johnbarrios4531
    @johnbarrios4531 2 роки тому

    Clarified the BCM and Board setting...had me for a day trying to figure if the outputs were set right in the program..

  • @wedemier
    @wedemier 5 років тому

    Awesome video! More please.

  • @yassinemessaoudi
    @yassinemessaoudi 5 років тому +1

    Great Video

  • @BloodmansCrypt
    @BloodmansCrypt 4 роки тому +1

    Loved the video!

  • @vilks_jan
    @vilks_jan 5 років тому

    Thanks Engineering Man!

  • @sndgx100
    @sndgx100 5 років тому

    Thank you! More please!

  • @Mcfryguy5555
    @Mcfryguy5555 5 років тому

    Yes, do some more Raspberry Pi videos!

  • @Jamison_IO
    @Jamison_IO 5 років тому

    Awesome video. This is a great channel.

  • @IcculusTheProphet
    @IcculusTheProphet 5 років тому

    Great video! I would like to see more RPi projects. This was a great warm-up to show how simple and powerful an RPi can be with just a little coding experience.
    I always thought a gun RPi project would be modifying an old garage door opener to a "smart" garage for opener with a RPi Zero.
    What do you think?

  • @angelbythewings
    @angelbythewings 3 роки тому

    This was awesome manx

  • @RobsPlaceFL
    @RobsPlaceFL 4 роки тому

    Keep them coming! Worked with Pic Micro and Arduino but just getting into Pi. Where did you write the code and where did you execute it?

  • @devnull08
    @devnull08 5 років тому +1

    Great intro, can you possibly do something with reading data from an input such as a temperature sensor, movement detector etc?

  • @ankitmourya9070
    @ankitmourya9070 5 років тому

    Nice explanation.keep it up

  • @zren4585
    @zren4585 4 роки тому

    thank you its really helpful

  • @oswaldjh
    @oswaldjh 5 років тому

    Random pixelization at the top side of your PiJuice makes it appear to letting out the magic smoke.

  • @Compuscience-Python-Prog-Exps

    I soo Love my Raspberry Pi 4b.💙

  • @evertidema3338
    @evertidema3338 5 років тому

    Great video, would love to see some python pi and sensor stuff

  • @Alpha_fitz
    @Alpha_fitz 2 роки тому +2

    Do an apdated version of this.

  • @FEBIHKING
    @FEBIHKING 5 років тому

    Superb.... Please do more raspberry pi video's

  • @BillYovino
    @BillYovino 2 роки тому

    How would I simulate a button press from another Pi? In other words, taking your example in this video, instead of having the physical button you had jumpers from another Pi. How would you define the GPIO pins in software for both Pi's? My idea is to use a WiFi enabled Pico W to trigger a button press on a 3B+ running Fruitbox (Jukebox software). I would then be able to use my phone's browser to control some aspects of it.

  • @LerrySanders
    @LerrySanders 5 років тому +6

    I do not believe it matters which side you put the resistor on a LED

    • @jhoughjr1
      @jhoughjr1 5 років тому

      Taylor Hardin it doesnt.

    • @JosueRodriguez08
      @JosueRodriguez08 5 років тому

      It does, for security reasons :v

    • @jhoughjr1
      @jhoughjr1 5 років тому

      Josue Rodriguez no it doesnt. prove otherwise.

    • @EngineerMan
      @EngineerMan  5 років тому +1

      You're both right, it doesn't. The selection of that side was to guarantee lower current in the event of a mistake hooking it up,

    • @jhoughjr1
      @jhoughjr1 5 років тому

      Engineer Man how does that work though? A series circuit would have the same current regardless of where the resistor is. A hookup error doesn’t seem to change the circuit topology.

  • @BrotherHank
    @BrotherHank 5 років тому

    More Raspberry PI Videos please!

  • @VE3RGO
    @VE3RGO 5 років тому

    Keep showing the RPi stuff!

  • @varunrajput267
    @varunrajput267 5 років тому

    Please more pi videos!

  • @skeeveskeeve
    @skeeveskeeve 5 років тому

    super helpful

  • @assida143
    @assida143 5 років тому +7

    Can you do some on OS Raspberry Pi cluster moving ICE is simple and easy cluster and thank you

    • @JosueRodriguez08
      @JosueRodriguez08 5 років тому

      I have a 15 nodes RaspberryPi Cluster for virtualization

  • @davidwplummer953
    @davidwplummer953 5 років тому +1

    Great intro - now how do I do it in C? I assume it's trivial, but could use a simple example like you've done here for python!

    • @AtoZProgrammingTutorials
      @AtoZProgrammingTutorials 5 років тому +1

      Look into the WiringPi or BCM2835 libraries, for extra points you can control the pins directly by using Linux kernel functions.

  • @kbaeksu
    @kbaeksu 3 роки тому

    Really nice video, Questions, I'd like to connect to Pi & run python remotely, what kind of editor you recommend for Python (Windows app?)? I saw you mounted some drive or network drive, can you explain what working environment you have?

  • @shoaib_zubair
    @shoaib_zubair 5 років тому

    nice vedio!
    great explanation.

  • @Sirmrmeowmeow
    @Sirmrmeowmeow 5 років тому

    nice video! keep it up!

  • @blenzangel06
    @blenzangel06 5 років тому

    Love the video by the way.

  • @gingsSon
    @gingsSon 3 роки тому

    Thanks.

  • @thijsdebont
    @thijsdebont 4 роки тому

    Cool vid! Quick question. Could you use a variable, like the led_on variable, to set the GPIO state instead of GPIO.HIGH/LOW? This would eliminate the need for the if..else statement in the switch function (I could test this myself, but others might be interested).

  • @artlessroger197
    @artlessroger197 3 роки тому

    are the pins the holes on the pcb or is it the little metal prongs that go through the holes? Also can you solder wires to get info/energy from the holes?

  • @stacyblaustein1228
    @stacyblaustein1228 5 років тому

    More pie please.

  • @pawebaran3601
    @pawebaran3601 2 роки тому

    Hey, I plan to use Raspberry as a NAS using OpenMediaVault and I want it to act as a microcontroller to control some of my projects (on Arduino at this point, but my goal is to control them through PI's GPIO pins). How can I achieve both of those goals? Open Media Vault works in headless mode, no monitor and gui, everything controlled from other PC connected to the same network. Do you have any clues? Controlling GPIO in headless mode similar to microcontroller like Arduino or menaging Open Media Vault in normal Raspbian or something

  • @dmbrv
    @dmbrv 5 років тому

    nice video

  • @robertdavis5569
    @robertdavis5569 4 роки тому

    Super new to raspberry and arduino. Which IDE are you using?

  • @blenzangel06
    @blenzangel06 5 років тому

    I would like to correct you at 830 approx. you state that GPIO23 has no value or arbitrary value, BUT in the industry we refer to these open pins as floating.

  • @yannnique17
    @yannnique17 3 роки тому

    What if it's not blinking? I can't measure voltage at the GPIO.

  • @anoniem012
    @anoniem012 3 роки тому

    Herooo, may Allah Bless you with Islaam! I have subscribed.

  • @mikebailey2970
    @mikebailey2970 5 років тому

    Yum, more Pi please 8-) Or perhaps micropython on the ESP8266

  • @peegee101
    @peegee101 5 років тому

    Very Kewl!

  • @maxmillionnunez
    @maxmillionnunez 3 роки тому

    Do you have a script when the button is pressed it calls not for an LED but rather a shell script/file? Is the ‘callback’ would be the call for my script.

  • @jasonstation
    @jasonstation Рік тому

    Is it in any way possible to utilise the GPIO pins of a Raspberry Pi that is running a Home Assistant instance? IE to connect to the sensors of an old home alarm system.

  • @t16bros96
    @t16bros96 4 роки тому

    I’m yet to find a decent button which one did you use

  • @CarinoGamingStudio
    @CarinoGamingStudio 3 роки тому

    how about clustering raspberry using pins to connect each raspberry.

  • @Asithan476
    @Asithan476 4 роки тому

    Does the resistor have to be on the positive side coming in?

  • @HEX1337x
    @HEX1337x 2 роки тому

    How are called this pins? I want to buy on ebay, i need it exactly this what are, the basic M/M pins?

  • @logiztv4986
    @logiztv4986 2 роки тому

    Can‘t you change the voltage of the gpio output ?

  • @balatcode
    @balatcode 4 роки тому

    How to use multiplexed GPIO pins? I can't use that pin????

  • @wiiu7640
    @wiiu7640 3 роки тому

    How would you convert an audio file into dsd to be played back through the PWM methods in this video? PDM is basically the same as PWM but instead of modulating the pulsewidth via time, it’s by keeping it on or off over clock cycles at a really high clock speed. All you would need is a capacitor to filter the high end. Would it be possible to use all the GPIO pins to output this kind of signal?

  • @Manfrix888
    @Manfrix888 3 роки тому

    hi man, i must do the same thing using forth, any tips?

  • @GaetanoSalvatoreFalco
    @GaetanoSalvatoreFalco 5 років тому

    I just don't like python when programming a raspberry pi, I just use c language.. also the use of interrupts is simpler IMO and geany is just great at helping you.

  • @siddharthdedhia11
    @siddharthdedhia11 4 роки тому

    Are the GPIOs same for raspberry pi 3 and 4?