How To Control A Solenoid With A Raspberry Pi Using a Relay

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

Комментарии • 148

  • @Four_Eyes
    @Four_Eyes 3 года назад +3

    this is how to youtube

  • @Euripides_
    @Euripides_ 3 года назад +7

    Why do you tubers talk like that, with the upward inflections and enunciating every full stop? lol - great vid tho

    • @jesuschris9543
      @jesuschris9543 Год назад +4

      Makes it easier to splice together different takes.

    • @FIstof7LEGEND
      @FIstof7LEGEND 4 месяца назад

      He’s just an Australian…

  • @nowdatsfresh
    @nowdatsfresh 4 месяца назад +1

    Why not just suggest that people get a 3.3v relay or a relay hat designed for the Pi instead of using a 5v relay that "works fine"? I can imagine a scenario where someone buys a 5v relay off Amazon, finds it doesn't work with the 3.3v pin, tries it with the 5v pin, and fries their Pi. Would it be that hard to just stock a 3.3v relay or a hat?

  • @jonathanlim1775
    @jonathanlim1775 8 месяцев назад +2

    hi i have issue, connected using 3.3v but relay doesnt work, red led indicator shown, however if connected to 5v the relay works but it will keep turned on. please advised on the steps or approach. Using SONGLE relay module 5v

  • @SirTrollingham
    @SirTrollingham 3 года назад +10

    I got a raspberry pi a week ago and just found your channel. You have the easiest to understand explanations of both the hardware and software side of things. Great video, and I'm looking forward to seeing more of your content.

  • @Beavis-et8ox
    @Beavis-et8ox Год назад +5

    The way you explain things matches perfectly how my old brain learns. Thank you for this, great job.

  • @jerrygodson5094
    @jerrygodson5094 4 месяца назад +1

    are you certain connecting the positive end of my 5v relay to the 3.3 pin wont burn out my raspberry pi?

    • @jyvben1520
      @jyvben1520 4 месяца назад

      use the 5v pin on the rpi

  • @CodingAbroad
    @CodingAbroad 2 года назад +2

    Can you control raspberry pi with javascript instead of python?

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      You definitely can, Node.js is what I'd recommend if you were to start. Its not installed by default and there are some different versions to choose from. This should help - thisdavej.com/beginners-guide-to-installing-node-js-on-a-raspberry-pi/

    • @CodingAbroad
      @CodingAbroad 2 года назад +1

      @@Core-Electronics thanks for the info ☺️ my ultimate project is to make a small pinball machine using raspberry pi 4 using windows and javascript. Do you think that’s possible?

    • @Core-Electronics
      @Core-Electronics  2 года назад

      Oh yes I do! Just check out what I was looking at yesterday. This Pinball machine is all controlled via a Raspberry Pi 4 - ruclips.net/video/FajNEfTG89U/видео.html

  • @vasudhadighole2671
    @vasudhadighole2671 Год назад +1

    Can i make this project with supplying power just to the raspberry pi instead of both the raspberry pi and solenoid? Like instead of needing 2 power sources.

  • @MegaBlox_YT
    @MegaBlox_YT 4 месяца назад +1

    This would be great to have in your room & unlock this with a fingerprint scanner or an LCD display.

    • @Core-Electronics
      @Core-Electronics  4 месяца назад +1

      We've got a separate video about a fingerprint scanner for Raspberry Pi, you could easily combine those two guides together if you were interested. Check it out here: ruclips.net/video/-IUae_-LqR4/видео.html

    • @MegaBlox_YT
      @MegaBlox_YT 4 месяца назад

      @@Core-Electronics Thanks! Your videos are amazing

  • @superliegebeest544
    @superliegebeest544 2 года назад +2

    Hello, I have a question about the raspberry nano and pico, they dont operate on 5v but 3,3v can they operate these relais, or do u need a stepup something in the middle?

    • @Core-Electronics
      @Core-Electronics  2 года назад

      The exact Relay you see in the video will work just fine with the Raspberry Pi Pico. In the Specification on the Product Page you will see this - While marked as a 5V supply voltage & input signals, we have found this to work fine at 3.3V - core-electronics.com.au/catalog/product/view/sku/CE05137

    • @superliegebeest544
      @superliegebeest544 2 года назад +1

      Rhanks, I am.still in doubt if I should go for arduno and a pi as server or everything pi. I lean more to everything pi. I want to connect everything by utp. And I dont like to solder, so I meed shields/hats for all sensors and.a couple.of.motors. real headach to figire it out.

  • @Jdog-np6oi
    @Jdog-np6oi 3 года назад +3

    Can I use multiple relays attached to the rassbeery pi? I would need around three total

    • @Core-Electronics
      @Core-Electronics  3 года назад +1

      Absolutely. And if you needed to control even more that that I would recommend using this HAT core-electronics.com.au/adafruit-16-channel-pwm-servo-hat-for-raspberry-pi-mini-kit.html

    • @neurodavidus
      @neurodavidus 2 года назад

      ​@@Core-Electronics Thanks so much for this video and your replies to comments. I would need to control 16 solenoid (DC 12V). COuld I use 16 relays connected to 16 solenoids? Would there be issue of the relays share the same 3.3V power from the PI? Regarding your suggestion about using the above HAT, I am not sure it work for solenoids that need 12 V (looks like it is for driving servo motor of 5 V). I am not very experienced so any comment suggestion super welcome. thanks a lot

  • @jyvben1520
    @jyvben1520 4 месяца назад

    1:50 top red line goes to 3.3v on rpi, should be 5v for the 5v relay, on relay NC normally closed (here 12v power to solenoid = bad), NO normally open (no power to solenoid)
    4:06 while (True): why add the () it is useless

  • @maricelcarney6805
    @maricelcarney6805 3 месяца назад

    HI, do know how can i connect this for facial recognition and use microsoft azure face api?

  • @davyS4v
    @davyS4v Год назад +1

    Excuse my ignorance, by replacing the solenoid with a 230v electric motor, could I activate with the same scheme? Obviously I'll have to feed the engine with 230 instead of 12v, right?

    • @Core-Electronics
      @Core-Electronics  Год назад

      Definitely so long as its a DC Motor. You need to have a Relay that can manage that level of Voltage and Current. Also 230Volts can easy stop your heart and kill you before you hit the floor. I'd only mess around with it if you are an electrician. DC Motors can run at various voltages with less efficiency. You may just be able to run your motor at a safer ~28V which, in that case, you could use this relay here - core-electronics.com.au/5v-2-channel-relay-module-10a.html

  • @MicaseHD
    @MicaseHD 2 года назад +1

    I want to make A mini jackhammer out of a push pull solenoid. I don't know how to make it work like a jackhammer?? like 'Push and pull' is one cycle like a jackhammer. I have been trying to find out how for like 4 days now. is there a little pcb board that can do this or control it?

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      Haha I love the idea, although once complete it will be more of a prop than a fully functioning Jackhammer. The solenoid doesn't have as much strength as compressed air.
      You can control the solenoid to open and close rapidly by altering the Python Scripts I provided here, you could also use an Arduino like this - core-electronics.com.au/guides/solenoid-control-with-arduino/

  • @sanedmohamed2909
    @sanedmohamed2909 Год назад +1

    I have an application already built it C# which prints out a label. I would like to make changes so that when the user clicks on print a solenoid opens and sprays water into the box. Is this possible? Can I interact with Raspberry PI in C# ?

    • @Core-Electronics
      @Core-Electronics  Год назад

      You can absolutely run, build and test Scripts written in C#. Here is a really nice guide to get you up to speed 😊 carmalou.com/raspberry-pi/2017/04/21/code-c-sharp-on-a-raspberry-pi-in-5-minutes.html

  • @joshualavers235
    @joshualavers235 Год назад +2

    Is back EMF an issue to be worried about? When is it necessary to be using opt-isolated relays? PS. Love your videos and all the others by the Core Electronics team.

    • @Core-Electronics
      @Core-Electronics  Год назад +2

      The relay used here has all the circuitry (most importantly a correctly placed diode on the PCB) to manage the Back EMF that this solenoid produces. If your working with much larger solenoids (or other back EMF producing hardware like DC Motors) with much higher voltages, an Optically Isolated Relay makes perfect sense.
      Thanks so much for your love 😊❤️ hope you have a fantastic week!

    • @flickmew99
      @flickmew99 Год назад

      @@Core-Electronics so in general most relay modules have a back EMF diffuser mechanism such as flyback diode? I also wanna ask why it's fine to connect the 5V relay's VCC to 3.3V of RPi ? Thank you for this comprehensive tutorial

  • @skd7626
    @skd7626 2 года назад +1

    How much current can raspberry give out from gpi pin ,want to control a pump with solid state relay if possible, plzz reply

    • @Core-Electronics
      @Core-Electronics  2 года назад

      The operating voltage of the GPIO pins is 3.3v with a maximum current draw of 16mA. As the Relay will be managing the heavy current/voltage needed for the pump, it isn't too important what current the Raspberry Pi can give out. Just so long as it is enough to activate the relay on and off.

  • @dorszes
    @dorszes 2 месяца назад

    what do I do if I need to operate 6 solenoids with one rpi ? Is it possible at all?

  • @boomfunkk4253
    @boomfunkk4253 2 года назад +1

    I'm attempting to do this remote through ssh with VS code, but from some reason after installing all the dependencies and packages I can't use "import RPi.GPIO" its like it doesn't exist

    • @Core-Electronics
      @Core-Electronics  2 года назад

      Heyya mate, using GPIO through SSH remotely seems to have some intricacies that I've only just become aware of. Come give this a look here - gpiozero.readthedocs.io/en/stable/remote_gpio.html and this here stackoverflow.com/questions/52678458/python-over-ssh-event-detect-not-working . Hopefully that will help solve your issues

  • @scorpions333z
    @scorpions333z 2 года назад +1

    good, I want to realize that I can turn on my miner remotely, can I get it? which Raspberry P buy? Thank you

    • @Core-Electronics
      @Core-Electronics  2 года назад

      Come pop us a message on our forum 🙂 that way we can get our whole team to help you.

  • @Jdog-np6oi
    @Jdog-np6oi 3 года назад +1

    I have been using this setup for about two weeks no with no issues. However for the past 2 days whenever I turn on my rasberry pi and run the code, I will get to clicks (activations of the solonoid) and then the screen go black and the computer crash. Please if you have any fixes to this let me know.
    Thanks, Jdog

    • @Core-Electronics
      @Core-Electronics  3 года назад +1

      That is weird, perhaps the Micro-SD card has slightly corrupted. If re-flashing the card doesn't work send through some pictures of your set-up to our forum and we'll figure it out.

  • @baharbahar9960
    @baharbahar9960 2 года назад +1

    thank you so match ....great video

  • @seangahan1298
    @seangahan1298 2 года назад +1

    I have a question: I have a project which I just started working on that is similar to your video, my set up though has a 12v system using a momentary push button and I need to see the event using the RPI. My question is on the relay, are they bi-directional meaning if I hook the button to the 12v side and clicked the button would I see the event on the 3.3v side of the relay? Thank you in advance.

    • @Core-Electronics
      @Core-Electronics  2 года назад

      So take the time to check all the Specification Sheets, but with the right Relay you should be able to control a 12V system using a Raspberry Pi.
      That is one of the great things about relays allowing you to mechanisms on a higher voltage/current which are activated by a lower voltage/current device. Naturally plugging 12V electricity directly into a Raspberry Pi Board is a big no go though.

  • @vikaskadel858
    @vikaskadel858 2 года назад +1

    what is this connector called which is used to connect 12v supply with jumper cables?

    • @Core-Electronics
      @Core-Electronics  2 года назад

      I got you, its a DC Barrel Plug, you can find it here - core-electronics.com.au/dc-barrel-plug-to-2-pin-terminal-block-adapter.html

  • @ErbyST
    @ErbyST 2 года назад +1

    I'm getting a sudo verification error when trying to add my Rpi, can you give me guidance of what I need to look for or change ?

    • @Core-Electronics
      @Core-Electronics  2 года назад

      How wierd! If you make a forum post, link in video description, and copy and paste the error your having issues with, that would be the most effective way to troubleshoot and fix it.

  • @lanetimepditty
    @lanetimepditty Год назад +1

    Why put parenthesis around the "True" in the while loop?

    • @Core-Electronics
      @Core-Electronics  Год назад +1

      Absolutely a good point, those parenthesis are not needed for the script to run. I think it just helped me best understand the script as I was doing it.

  • @pedrom.l.230
    @pedrom.l.230 3 года назад +1

    What happend if the realy is 12 vdc ? It will work at the same ?

    • @Core-Electronics
      @Core-Electronics  3 года назад

      If you tried to use a 12 Volt relay it would never actuate as the maximum voltage that the Raspberry Pi can provide is lower.

  • @ibrahimmolero2096
    @ibrahimmolero2096 2 года назад +1

    Hi Tim, Excellent tutorial! I have a question, is it possible to connect six 5v solenoid with a raspberry pi working all together at the same time? I'm working on a Braille project for donate to blind kids. I hope you can help me. Thanks!

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      Hey mate 😊 big thanks. I think I found the perfect product for you, the linked product will give you 8 Relays on a HAT that you can use to control the 8 Solenoids. core-electronics.com.au/catalog/product/view/sku/CE08528
      Love the idea of the project! Come do a write up at our forums when your done.

  • @fokopokco
    @fokopokco Год назад +1

    Thank you overwhelmingly.
    Thanks to you, you saved a Korean college student.

  • @DanRamosDR
    @DanRamosDR 2 года назад +2

    I actually needed this information to do the same thing with a Raspberry Pi Pico! Same principle, really! THANK YOU!!!

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      Yay, hope your project is going well 🙂

    • @DanRamosDR
      @DanRamosDR 2 года назад +1

      @@Core-Electronics I shall endeavor to do so, good sir!

  • @EEZYEEEE
    @EEZYEEEE 2 года назад +1

    How many solenoids can one raspberry pi control independently?

    • @Core-Electronics
      @Core-Electronics  2 года назад

      The main focus is how many relays can the Raspberry Pi control which will then be used to activate the Solenoid. You should be able to control at least 2 relays using this method but there are some fantastic Relay HATS for the Raspberry Pi which will let you control more. You can also use I2C expanders to control many many more (check the following links for examples of these). core-electronics.com.au/catalog/product/view/sku/CE04864 and core-electronics.com.au/catalog/product/view/sku/DEV-14150

  • @benignoambus4283
    @benignoambus4283 3 года назад +1

    do have a video on how you will control this from c# form application?

    • @Core-Electronics
      @Core-Electronics  3 года назад

      Not on C# form application but I have got a video on using Tkinter to create GUI, perhaps worth a look. core-electronics.com.au/tutorials/Tkinter-Python.html

  • @yonatan2608
    @yonatan2608 3 года назад +2

    why do you attach the 3.3V pinout to a 5V relay?

    • @Core-Electronics
      @Core-Electronics  3 года назад +7

      Excellent question. This Relay is labelled as 5V but we can run it at 3.3V with no problem. To run this Relay the Supply Pin (Vcc) Voltage needs to be the same as the Logic Level Voltage (IN) Pin.
      Connecting the Relay to the 3.3V Pin means the High Signal will trigger at 3.3V and the Low Signal trigger at 0V. Max Signal Voltage from a Raspberry Pi GPIO is 3.3V so it can work.
      If instead we connected to the 5V Pin the High Signal would only be triggered at 5V and the Low Signal triggered at 0V. Max Signal Voltage from a Raspberry Pi GPIO is 3.3V so it would not be able to trigger the High Signal on the Relay.
      Hope this helps!

    • @yonatan2608
      @yonatan2608 3 года назад +2

      Amazing answer! Thank you.

    • @hungtruongvanviet7324
      @hungtruongvanviet7324 Год назад

      @@Core-Electronics thanks, it's useful

  • @BrianThomas
    @BrianThomas 3 месяца назад

    Why can't you use a 5v dc to 12v dc boost convert instead of using 12v mains power?

    • @Core-Electronics
      @Core-Electronics  3 месяца назад +1

      If you are looking at powering the Solenoid, you could definitely use a buck converter! As long as it can supply enough current for the solenoid to actuate.

  • @jorgerojas6443
    @jorgerojas6443 2 года назад +1

    Thank you so much for the video! Do you have a project where facial recognition is carried out so that the relay can be opened?

    • @Core-Electronics
      @Core-Electronics  2 года назад

      No problem mate. Take what you have learned here and apply it to the Face Recognition Script you can find in the guide here - core-electronics.com.au/tutorials/face-identify-raspberry-pi.html
      You'll be opening and closing doors in no time 😄

  • @benignoambus4283
    @benignoambus4283 3 года назад +1

    can you integrate this to a c# window form application?

    • @Core-Electronics
      @Core-Electronics  3 года назад

      You could, if your interesting in creating GUI to control the solenoid another option would be using Tkinter that works in the Python Programming Language

  • @dmkchannel5572
    @dmkchannel5572 2 года назад

    can i know why i flw your step but also cannot if i use the solenoid in power supply can, but in the raspberry cannot.

  • @brettgreiner8740
    @brettgreiner8740 5 месяцев назад

    When the relay is actuated and it the solenoid changes states, is it constantly being powered until the relay is again actuated back? Or is the solenoid only powered in for a moment when it switches states?

    • @Core-Electronics
      @Core-Electronics  5 месяцев назад

      Hey Brett, the relay acts like a switch and when it changes state, it will keep powering the solenoid until the relay is turned back off

  • @Keeping_IT_Simple
    @Keeping_IT_Simple 3 года назад +2

    Why do you write while ( True) :
    How is this different to while True:

    • @jyvben1520
      @jyvben1520 3 года назад +2

      probably had some other code in it before, "while 1:" is also valid.

    • @Keeping_IT_Simple
      @Keeping_IT_Simple 3 года назад +1

      @@jyvben1520 thanks for letting me know - really appreciate it
      Are any of these methods more preferred than the others I wonder ?

    • @jyvben1520
      @jyvben1520 3 года назад +2

      @@Keeping_IT_Simple no, it is just an unending loop, personal preference, i like typing less.

    • @nil0bject
      @nil0bject 3 года назад +1

      the brackets are for containing a logic statement like `while (x==1)`. the language allows you to remove the brackets. it changes nothing

    • @Keeping_IT_Simple
      @Keeping_IT_Simple 3 года назад

      @@nil0bject thank you for taking the time to let me know !

  • @jaxus6626
    @jaxus6626 Год назад

    Question: does the 5v relay module can also work in raspberry pi 3 b+ with this tutorials?

  • @aymenzidane7130
    @aymenzidane7130 2 года назад +1

    Thank you so much. But, is it confirmed that 3.3V will make all the 5V relays work?

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      For this particular gear absolutely. Check the specification sheet to find out whether a particular component is capable of running at lower voltages.

    • @aymenzidane7130
      @aymenzidane7130 2 года назад +2

      @@Core-Electronics Thanks a lot

  • @admin8784
    @admin8784 8 месяцев назад

    You need a snubber diode

  • @cristianpeter9478
    @cristianpeter9478 Год назад

    I've got a problem, I've done the connections just like you and connected everything, but it doesn't work, the green led switches from on and off but the solenoid lock doesn't work. The only thing different from your project is that i've used is a 12V 1A DC power supply, can this be the reason it doesn't work?

  • @FrankP83
    @FrankP83 Год назад

    i've the exactly same schema, but i'm using Arduino and a solid state relay, i can see the led of the relay turning on, but the solenoid doesn't click...i don't have the short between the 2 pins of the relay...i really don't know why...

  • @d0nt-rump202
    @d0nt-rump202 2 года назад +1

    Good info and video

  • @Jdog-np6oi
    @Jdog-np6oi 3 года назад +1

    Thank you so much for the quick responce time! I just had one more question, could we use the 5v pins insted of the 3v pin. Because I am using three relays there are only two 3v headers and 2 5v. Or would I be able to attach two relays to one 3v header. Thank you so much for the help, keep up the helpful and amazing content!

    • @Core-Electronics
      @Core-Electronics  3 года назад

      Excellent question. So you won't be able to use the 5v pin. I wrote a comment below which explained the exact details of why.
      However there should be no issue attaching two relays to one 3.3v Pin if the relays are connected in parallel.

  • @jamiegough47
    @jamiegough47 2 года назад +1

    For the project I'm working on I need 6 12v solenoids which I planned on using an 8 channel relay for with the raspberry pi. How would I need to go about powering each solenoid? They would only be switched on one at a time for very short bursts. Is there any way to power them all with one supply? Thanks in advance

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      The Raspberry Pi needs to be at 5V, so to eliminate the need for that power-supply you can use a step down converter like this one and then pull the power for the Pi from the Solenoid Power supply - core-electronics.com.au/catalog/product/view/sku/ADA1385
      Also check out this 4 channel relay module - core-electronics.com.au/catalog/product/view/sku/CE05279
      Make a forum post and we can help you even more if you need 😊

    • @Core-Electronics
      @Core-Electronics  2 года назад +1

      Also take a look at this - core-electronics.com.au/catalog/product/view/sku/DEV-14150

    • @jamiegough47
      @jamiegough47 2 года назад +1

      @@Core-Electronics thankyou! :)

  • @teddylu6295
    @teddylu6295 6 месяцев назад

    Will this also work with a raspberry pi pico and the very same relay?

    • @Core-Electronics
      @Core-Electronics  6 месяцев назад

      That relay is designed to work with a 5 Volt signal, but we've found it to work at the 3.3 Volt signals the Pico uses.
      We also have a dedicated guide to relays for the Pico if you want to check it out: core-electronics.com.au/guides/digital-electronics/getting-started-with-relays-examples-with-raspberry-pi-pico/

  • @raphaelfr8778
    @raphaelfr8778 Месяц назад

    What if I want to control 100 solenoids? Are there any hats I can stack on the raspberry pi? Or a way to connect multiple multi-channel relays?

    • @Core-Electronics
      @Core-Electronics  Месяц назад

      10 solenoids becomes a little bit of a challenge, 30 would be difficult, and 100 is an absolute monster of a project! The Raspberry Pi only has 26 IO pins that can turn a relay on and off, so the first challenge is getting more pins or efficiently using them. You can wire 20 pins up into a 10x10 matrix to get 100 outputs, search for something along the lines of "LED multiplexing" to find some good starting guides. The only issue with multiplexing is that you cant individually control all the solenoids, its better for only a few select at a time.
      If you want to individually control a lot of them at once, you might need to look for an IO expander, they ussually plug in via I2C and give you more IO pins. You will also need to manage your power which can add up really quickly. This sounds like a big project with a lot of moving parts, doing things at the scale of 100 is quite a challenge. If you are looking for some more guidance we have a community maker forum with lots of eyes over there that love these sorts of challenges, feel free to chuck a post there about your project!
      forum.core-electronics.com.au/

    • @raphaelfr8778
      @raphaelfr8778 Месяц назад

      @@Core-Electronics Thank you for the detailed suggestions! I'll be looking for Expenders via I2C and also SPI.
      I've done some research and found 16 channel and 24 channel relays.
      I also found something called a I2C Multiplexer which I will also look more into to connect multiple I2C expenders so I can individually control each one of them.
      As for managing the power, that's a good point, I'll have to do some research.
      I'll definitely be reaching out to the community!

  • @minecraft6130
    @minecraft6130 3 года назад +1

    Is there such a thing as a normally closed solenoid of this same type for the pi? i.e. - when relay actuated, it makes solenoid rise, then falls back when relay opened again.

    • @Core-Electronics
      @Core-Electronics  3 года назад

      The lock solenoid designs that I have encountered are all extended when un-powered. Pop us a message on our forum and we can help you further - forum.core-electronics.com.au/

    • @minecraft6130
      @minecraft6130 3 года назад +1

      would it be safe to have a normally open solenoid always not extended?

    • @Core-Electronics
      @Core-Electronics  3 года назад

      Heyya, if you keep a solenoid active for a long time (>20 minutes ) it will get too hot to touch. Thats the limiting factor.

  • @i.c.h.v3
    @i.c.h.v3 3 года назад +1

    Why are you not using a diode to protect against voltage spikes?

    • @Core-Electronics
      @Core-Electronics  3 года назад

      The relay is able to do the job of the diode in this set up as it has inbuilt voltage spike protection.

    • @i.c.h.v3
      @i.c.h.v3 3 года назад

      @@Core-Electronics however, since the relay also has a electromagnet built in, it needs a diode on it's own. Or not?

  • @ShivamSharma0720
    @ShivamSharma0720 2 года назад +1

    cab we use a 5V solenoid ??

    • @Core-Electronics
      @Core-Electronics  2 года назад

      You definitely can, just make sure to use a 5V Power supply 😊

  • @delacruzerickson539
    @delacruzerickson539 Год назад

    Hello dude, I have an 12 volts solenoid, is it okay to use 12v relay module?

  • @TheChrisPutnam
    @TheChrisPutnam Год назад

    I built this exactly the same as you - the green light on the relay turns on and off at intervals but it doesn't seem to power the 12V side - is it because my relay is too cheap and doesn't work with 3.3V ?

    • @rinokurian6299
      @rinokurian6299 5 месяцев назад

      i have the same problem. Any solution ??

  • @jerrygodson5094
    @jerrygodson5094 4 месяца назад

    would this work if i used a smaller solenoid

  • @TangodownNZ
    @TangodownNZ Год назад

    Thanks for this. Some people say to use a diode to stop current flowing back?

  • @mySD_
    @mySD_ Год назад

    Great video! Do you know how much Ib this solenoid can handle? If I want to use this setup to build a trapped door for an ice dispenser, for example?

  • @andrewrider3965
    @andrewrider3965 3 года назад +1

    Hi Tim, would this general set up work with the 36v solenoid for sale on your website? Also, could you power the raspi and solenoid with batteries, as opposed to mains power?

    • @Core-Electronics
      @Core-Electronics  3 года назад

      Heyya mate, if your talking about the 36V Solenoid I have linked then even though the datasheet states that the solenoid is rated for 36V they will work like a charm at 12V - core-electronics.com.au/solenoid-36v.html -
      And so long as you supplied the solenoid with 12V, the Raspi with 5V and had enough current available you absolutely can power the system from batteries.

    • @andrewrider3965
      @andrewrider3965 3 года назад

      @@Core-Electronics Thanks, I really want to operate it at the full 36V, because I need the solenoid to "pack a punch"!! I'll be using a separate 36V battery for the solenoid and probably a 5V/3A battery for the Pi, but do you think the 5V/3A battery will have enough "juice" to trigger the relay?

    • @Core-Electronics
      @Core-Electronics  3 года назад

      @@andrewrider3965 That should be a good amount of current, the Spec sheet recommends 2.7 amps at 36 Volts so you are within the ballpark.

  • @xerxel69
    @xerxel69 Год назад

    Why no pull down resistors?

  • @stowjer
    @stowjer 2 года назад +1

    Super vid! Cheers

  • @ChandlerHartman
    @ChandlerHartman 5 месяцев назад

    you do a great job on your videos!

  • @jimsquared153
    @jimsquared153 Год назад

    Awesome video! Crazy how I thought to myself I'd never find a video of this, and here you were.
    Any recommendations on how you could link multiple solenoids to the raspberry pi? Say I wanted to have 5 latches (only opening one at any given time)

    • @Mike-qd6lb
      @Mike-qd6lb Год назад

      Instead of an sd card, you can use an ssd, its far more stable,faster and alot more memory.

  • @goyoub7549
    @goyoub7549 2 года назад

    I have a excavator , can i control the solenoid by this ideas ? because my electric system is gone . Thank you

    • @Core-Electronics
      @Core-Electronics  2 года назад

      So long as you have power this system will be able to control a solenoid :) and you can scale if up if need be.

  • @stephinsiby1525
    @stephinsiby1525 Год назад

    Is the 12 v power supply damage the relay

    • @cadmarins
      @cadmarins 8 месяцев назад

      You are mistaken and missed details. The power supply is only supplying the load and the relay can work on the NO/NC contacts and common contact safely within the 10A/250V AC or 10A/30V DC specifications. The "VCC" pin that caused you confusion will have 5V because the Raspberry was powered by USB

  • @omega134
    @omega134 10 месяцев назад

    Great video would i work with the Pi Zero WH ?

    • @Core-Electronics
      @Core-Electronics  10 месяцев назад

      It should be able to work, the Pi Zeros have the same 40 pin layout

  • @samihatahiti2385
    @samihatahiti2385 2 года назад

    I used the same code but the door is only unlocked. Lock part is not working

    • @Core-Electronics
      @Core-Electronics  2 года назад

      Using a solenoid like the one in this guide won't be powered in the locked position. If it was it would gradually overheat. The way that it locks is based on the shape of the latch. When it is in locked position it physically won't be able to open as it will bump up against the female side of the latch. Only when the solenoid is activated and pulls the latch back will you be able to open the door.

    • @zerocool8863
      @zerocool8863 2 года назад

      How would I know end the loop to a simple open then lock? Instead of it constantly looping the process???

  • @fridder.
    @fridder. Год назад

    Thank you

  • @javanisme
    @javanisme 3 года назад

    it's works.. thank you bro

  • @barrythelad7793
    @barrythelad7793 2 года назад

    10/10 tutorial

  • @Mike-qd6lb
    @Mike-qd6lb Год назад

    You might be better using the pi for home assistant, then use esp32 boards or 8266 boards as the micro controller, to control the electrical signal, home assistant is a very powerful system and your already doing most of the processes required to utilise it, and affords a wider scope of operations/ functions, just a thought for anyone going down this route.