Raspberry Pi Relay Wiring + Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ค. 2024
  • This video shows how to wire and write python code so that a raspberry pi can turn on a relay
    Music:
    Ray Le Fanue - Heaven [NCN Release]
    Exiro - Miracles [NCN Release]
    Different Heaven - Nekozilla [NCS Release]
    Distrion & Electro-Light - Rubik [NCS Release]
    Github:
    github.com/TechNotebookYT/Ras...
    Thanks For Watching!
    Please Like this video and Subscribe to Tech Notebook
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 66

  • @HobokenHam
    @HobokenHam 29 วันที่ผ่านมา

    Nice video. You are clear and don't run on with distracting verbiage like so many out there. I couldn't watch it straight through though. The background noise was grating to me. Probably a sign of my age. Thanks for your work!

  • @bucovschimihai7949
    @bucovschimihai7949 ปีที่แล้ว +2

    Such a great video. I think the music is not a problem at all... your voice is loud enough and clear ! :) do you have any link to the relays that you used or something similar? keep up the great content! Also I am curious if the cables need to be purchased separately. Do you know that? :) thank you for the video and for inspiring :)

  • @priyalnaidoo78
    @priyalnaidoo78 2 ปีที่แล้ว

    Thank you for this, really detailed! Keep it up homie!!!

  • @ahadbarkat5283
    @ahadbarkat5283 4 ปีที่แล้ว +1

    Finally my favorite TH-camr with 54 subscribers uploaded! Great job

  • @ronk1739
    @ronk1739 2 ปีที่แล้ว +1

    Great video, very helpful. Thanks for posting.

  • @sameeroafbazivich2832
    @sameeroafbazivich2832 ปีที่แล้ว

    Thanks a lot, that was a great tutorial. Keep going :)

  • @utdallaz
    @utdallaz 3 หลายเดือนก่อน

    Thank you! So clear and understandable.

  • @brankend
    @brankend ปีที่แล้ว

    Thanks. Really helpful video😊

  • @user-ey9qk7bz1e
    @user-ey9qk7bz1e 3 ปีที่แล้ว

    I subbed! Nice work!

  • @rickhoro
    @rickhoro 3 หลายเดือนก่อน

    Hey, nice video for me as a beginner trying to understand how to use a relay with Python on a RasPi. Thank you. You might want to drop the music, though. A bit distracting.

  • @rogerrodgersen7702
    @rogerrodgersen7702 3 ปีที่แล้ว +1

    Great work, thanks, ⭐️⭐️⭐️⭐️⭐️. 🤓🤓🤓

  • @hjhjhjh676767
    @hjhjhjh676767 8 หลายเดือนก่อน

    We need your voice not the loud music. Anyway, very good video. Thanks for the details.

  • @jonatandominguez3042
    @jonatandominguez3042 2 ปีที่แล้ว

    this video literally save my life, you are a pro, thanks for share this!!!!!!

  • @aslammeethal3876
    @aslammeethal3876 2 ปีที่แล้ว

    Thank you for your valubale information
    And how interface with web?

  • @stevenbeebe35
    @stevenbeebe35 ปีที่แล้ว +2

    Does anyone know who makes that relay module? I just want life simple and copy his example. AWESOME VIDEO!!!!

  • @ronk1739
    @ronk1739 2 ปีที่แล้ว

    What is the name of the extension that lets you view pi commands while you are typing?

  • @Mr-ws9ky
    @Mr-ws9ky 3 ปีที่แล้ว

    Plz make a video on DHT11 sensor interfacing with Respberry pi to calculate Temperature and humidity....
    Also it's simulation on Proteus plz... Need your help

  • @thistemba
    @thistemba ปีที่แล้ว +2

    Great video! Wouldn't hurt if the music were a little quieter or not there at all

  • @grune_gurke4770
    @grune_gurke4770 ปีที่แล้ว +2

    What relay did you use? PS: great video helped me verry much

    • @stevekyhon
      @stevekyhon ปีที่แล้ว

      I am also interested to know. Very helpful video btw.

    • @TechNotebook
      @TechNotebook  ปีที่แล้ว

      you can use any arduino/pi compatible relay.

  • @Jake-xi7jc
    @Jake-xi7jc 3 ปีที่แล้ว +2

    Nice tutorial.

  • @7mamwait
    @7mamwait 8 หลายเดือนก่อน

    thnx

  • @dineshvyas
    @dineshvyas 2 ปีที่แล้ว

    You are good.

  • @raptor2915
    @raptor2915 3 ปีที่แล้ว +8

    music is alittle too loud

    • @TechNotebook
      @TechNotebook  3 ปีที่แล้ว +1

      Yes I have brought it down in my newer videos

  • @ripper9111
    @ripper9111 3 ปีที่แล้ว

    How do you handle the power on status of the GPIO pins so they don't inadvertently trigger the relays? Thanks

    • @wandersonbarcelos5519
      @wandersonbarcelos5519 3 ปีที่แล้ว +3

      A little late I know, but for future reference: "gpio.setup(21, gpio.OUT, initial=gpio.HIGH)", where "initial=gpio.HIGH" sets the initial state of the gpio (in the case where the relay´s wired). And don´t be confused by the "HIGH" because relays works in a "inverted logic", so this means his initial state´ll be off.

  • @lukebrown6913
    @lukebrown6913 3 ปีที่แล้ว

    Hi, please can you help me understand....if you set 1 second for each function, why is there an overlay where both relays are on at the same time....surely one turns in, then off, then other turns on then off.....unless the pi reads and activates the eecond relay before the 1 second on the first relay finishes?

    • @TechNotebook
      @TechNotebook  3 ปีที่แล้ว +1

      The sequence I used was High, High, Low Low. So, it turns on relay 1, then it turns on relay 2, and then it turns off relay 1, and it turns off relay 2 after that. Therefore, there will be a point where both relay 1 and relay 2 will be on at the same time. I hope that made sense...

    • @lukebrown6913
      @lukebrown6913 3 ปีที่แล้ว

      @@TechNotebook Hi, thanks so much, completely makes sense, you're a star.

    • @TechNotebook
      @TechNotebook  3 ปีที่แล้ว

      You're welcome! Glad I could help

  • @lukebrown6913
    @lukebrown6913 3 ปีที่แล้ว

    Also, can you stop the process by pressing control and c?

  • @lukebrown6913
    @lukebrown6913 3 ปีที่แล้ว

    How do you switch 1st relay on for say 5 seconds, but switch the second relay on 2 seconds after the first relay has activated....sorry for all the questions, trying to understand the logic!,,

    • @TechNotebook
      @TechNotebook  3 ปีที่แล้ว

      No problem... The first delay would be 'time.sleep(5)' and the second delay would be 'time.sleep(2)'

  • @ahmedabdallahfouad8682
    @ahmedabdallahfouad8682 3 ปีที่แล้ว

    what program u used to write the python code?

  • @hansolavrkkennordland9534
    @hansolavrkkennordland9534 ปีที่แล้ว

    The Music?

  • @jehianezra4452
    @jehianezra4452 2 ปีที่แล้ว

    i got warning "this channel is already in use". do you know what's that mean?

    • @TechNotebook
      @TechNotebook  2 ปีที่แล้ว

      That likely means that some of the pins are still active from a previous program. To mitigate this, you will need to add the line GPIO( or whatever your rpi.GPIO instance is called).cleanup()

    • @TechNotebook
      @TechNotebook  2 ปีที่แล้ว

      ^^ GPIO.cleanup()

  • @lassmicharztichbindurch5319
    @lassmicharztichbindurch5319 3 ปีที่แล้ว

    what pip should i use?

  • @jhulindawati7489
    @jhulindawati7489 ปีที่แล้ว

    hello, I can't speak English. I'm using google translate. I'd like to ask. I get the message "RPi.GPIO as GPIO no module" what is the solution? I have installed but it didn't work. Please help me 🙏🙏🙏

  • @teksolucians6989
    @teksolucians6989 ปีที่แล้ว

    Why is there a mechanical noise? For every second. What is that mechanical click sound?

  • @fordsrmaster
    @fordsrmaster 2 ปีที่แล้ว +3

    In your future videos , please stop the background music while you are talking. It is difficult to understand you with that background music.

    • @TechNotebook
      @TechNotebook  2 ปีที่แล้ว +2

      Yeah I have done so in my new videos

    • @fordsrmaster
      @fordsrmaster 2 ปีที่แล้ว

      @@TechNotebook Thank you :-)

  • @NamasenITN
    @NamasenITN 2 ปีที่แล้ว +1

    Music is redundant and too loud.

  • @BRadosavljevich
    @BRadosavljevich 3 ปีที่แล้ว +3

    please turn that music down

    • @TechNotebook
      @TechNotebook  3 ปีที่แล้ว

      I have done that in my newer vids

  • @cinquecento1985
    @cinquecento1985 ปีที่แล้ว

    Thanks for the video. But the music is terrible annoying.

  • @wingit7602
    @wingit7602 2 ปีที่แล้ว +2

    lose the music

  • @ghostcraft2019
    @ghostcraft2019 2 ปีที่แล้ว

    What is the voltage of the reel ?

  • @lolgamerslol5248
    @lolgamerslol5248 2 ปีที่แล้ว

    He sounds like 14 or older

  • @jace_Henderson
    @jace_Henderson 2 ปีที่แล้ว

    Guess I just have shitty relays because none of this is working lmao.

    • @TechNotebook
      @TechNotebook  2 ปีที่แล้ว

      Make sure your jumper cables work. I had a batch of faulty jumper cables once and I thought my relay was broken.

  • @sergioblanco6635
    @sergioblanco6635 3 ปีที่แล้ว

    Desesperantemente lento

  • @rackemyt9999
    @rackemyt9999 2 ปีที่แล้ว +1

    kill the music