Well done mate! I did my two doors with actuators, too, but simply with a LDR that opens and closes with the sun. Works great for the last year, just without cell phone.
Instead of the garage door switch and Arduino, you could have just used an MHCOZY or SONOFF 4ch switch. Way better control over the door and way easier to replace if something goes wrong.
One of the best chicken door projects I have seen using arduino and some ingenuity. I hate to copy other people's work, however this looks so good that I don't see any reason to change anything. This is my next project as I'm going away for a couple of days next month and don't have a chicken sitter :) Also in the UK the cost for an off the shelf solution is around £250!!!
Awesome! Thank you so much. Remember I have a board you can order that will make all the connections much easier. Up to you, diy projects are always fun too.
Yes, add a momentary switch to D2 and GND. Pressing this button for 2 seconds will toggle the output to the linear actuator. Hope this helps. Thanks for watching and for the question. 👍
Yes it does, however I use solar power as a backup power source to the AC. If using only solar then you’d have to also use a battery as a constant power source and the solar would just charge the battery.
I am considering building something similar to yours although I have a linear actuator from a lift chair that is 24 V with power supply. Do I need to change anything component wise
The dual relay board will handle 24v on the relay output side. But will still need to be powered by 5v or 12v depending on the relay board you get. So no, I don’t think anything component wise will change, just your wire diagram would be a little different.
Let me know if that wasn’t clear and I can help you out more. Don’t forget, I have a board that will make this build a lot easier for you. Saves people a lot of time. You can find more info here: www.instructables.com/Smart-Phone-Operated-Chicken-Coop-Door-/
Yes absolutely. Some have already done this because their coop isn’t near a power outlet. This is the solar unit they purchased. You will need a 12v 7.5ah battery too. Link to solar charger: amzn.to/3lJk2Av And the battery: amzn.to/3AtE9Xz
I'm trying to recreate this, however can you explain more of how you wire the garage door opener to the arduino?I have everything working, with the exception of opening the door. I have to push the button on app 3 times to open the door, and only once to close it.
Yes! sounds like the sensor is not connected to the Arduino. So the Arduino does not know that the door is closed. The Arduino software will sync to the garage door sensor state every 30 seconds. So if the door closes and the sensor says it is still open, the software will switch back to thinking the doo is still open. That is why it will close first try, because it thinks the door is always open. All you need is the orange wire connected to D3 (picture in link below). The yellow can connect to ground if you'd like, or just not connect the yellow wire. To test if the sensor is working follow these steps: 1. Open the door and make sure the sensor is not in contact with the magnet. 2. Unplug or power off the Arduino. 3. Power the Arduino back on, the door should start to close for 2 seconds then start to open back up. 4. while the door is open 5. Unplug or power off the Arduino. 6. Connect the garage door sensor to the magnet 7. Power the Arduino back on, the door should close all the way The idea is that the door will stay shut if you briefly lose power at night. And stay open during the day in the same scenario. I added a photo to the github that will help with this connection. github.com/CodeMakesItGo/ChickenCoopDoor/blob/main/P1030786.JPG Let me know if this helps. So cool you have made this, congratulations!! If by chance you do have this connection already and still have this issue, ensure that the door sensor is making close enough contact with the magnet. Should be no more than 1" away from it.
Do you know of something small and more simple? I have a cat friend that is stubborn and want to open the door via wifi. i will be able to see the cat on the outside as i have a camera that alerts me the cat is there. She lives in another apartment. I already have an arduino
Yes, this device will allow you to open and close the linear relay. It will replace the Arduino, voltage regulator, and garage door controller. So basically all you need is this, 12v power, and the linear actuator. I’ve actually never tried it, but looks like it should work. Only thing is it will not report if the door actually opened or closed. But, if you can see it then that isn’t a problem. amzn.to/3ALc91p Let me know if you have any questions. I’ll try to help as much as possible.
Greeting from Florida. I can not make this to work. Everything is hooked up like your pictures in github but when i click the garage opener it doesn’t do anything. Please help
Yes let’s talk. We will figure it out. Can you email me at Jason. Altice@codemakesitgo.com Send me a picture of the wire connections on the Arduino and the relay. We can start from there.
@@yigito6900 I haven't received it, looks like there was a space in the email in my previous message. iPhone trying to be smart. Address is "jason.altice@codemakesitgo.com"
So sorry I missed your question from 4 days ago. I do have slightly better wire diagrams on the GitHub page. But, I’m very interested in the easier way too. Please let us know about it.
There are more detailed instructions here and information on a board you can order that has all of this already done to make your life easier. www.instructables.com/Smart-Phone-Operated-Chicken-Coop-Door-/
Instead of the garage door switch and Arduino, you could have just used an MHCOZY or SONOFF 4ch switch. Way better control over the door and way easier to replace if something goes wrong.
Well done mate! I did my two doors with actuators, too, but simply with a LDR that opens and closes with the sun. Works great for the last year, just without cell phone.
Thank you! LDR is a popular option. Some people want feedback to know if and when their door actually opened or not. Peace of mind.
Hey man, i'm trying to do the exact same think but i can't get it to work, can you help me with that? Thank you 😁
@@eliaeligulashvili6539
Arduino is the keyword. Preferably Nano.
@@F74D3N8r0T If you are gonna use an arduino then use the UNO so you can use a motor shield. Makes everything much easier.
Instead of the garage door switch and Arduino, you could have just used an MHCOZY or SONOFF 4ch switch. Way better control over the door and way easier to replace if something goes wrong.
How does this solution provide better control over the door and how is it easier to replace if something goes wrong?
@ptsteln Yes the smart switches will give you way more and better control. And yes, if need be, replacing it can be much easier.
@@ptsteln Guess you really didn't wanna know. LOL
One of the best chicken door projects I have seen using arduino and some ingenuity. I hate to copy other people's work, however this looks so good that I don't see any reason to change anything. This is my next project as I'm going away for a couple of days next month and don't have a chicken sitter :) Also in the UK the cost for an off the shelf solution is around £250!!!
Awesome! Thank you so much. Remember I have a board you can order that will make all the connections much easier. Up to you, diy projects are always fun too.
This worked very well for me, thank you! it was my first arduino project, super fun.
Awesome!! Thank you so much for watching and especially doing the project! Really happy to hear, great job!
Cool video. Is there a way to install a local switch to control the system also. Thanks
Yes, add a momentary switch to D2 and GND. Pressing this button for 2 seconds will toggle the output to the linear actuator. Hope this helps. Thanks for watching and for the question. 👍
Awesome thank you.
Will this setup work with solar power?
Yes it does, however I use solar power as a backup power source to the AC. If using only solar then you’d have to also use a battery as a constant power source and the solar would just charge the battery.
Thank you
Welcome back! How was your vacations? lol.
Could have been better. Glad to be back.
I am considering building something similar to yours although I have a linear actuator from a lift chair that is 24 V with power supply. Do I need to change anything component wise
The dual relay board will handle 24v on the relay output side. But will still need to be powered by 5v or 12v depending on the relay board you get. So no, I don’t think anything component wise will change, just your wire diagram would be a little different.
Let me know if that wasn’t clear and I can help you out more. Don’t forget, I have a board that will make this build a lot easier for you. Saves people a lot of time. You can find more info here: www.instructables.com/Smart-Phone-Operated-Chicken-Coop-Door-/
Most of the 24V DC Linear Actuators found in chairs will still work with 12VDC just slower. That's all.
How can you make this solar powered?
Yes absolutely. Some have already done this because their coop isn’t near a power outlet. This is the solar unit they purchased. You will need a 12v 7.5ah battery too. Link to solar charger: amzn.to/3lJk2Av
And the battery: amzn.to/3AtE9Xz
I'm trying to recreate this, however can you explain more of how you wire the garage door opener to the arduino?I have everything working, with the exception of opening the door. I have to push the button on app 3 times to open the door, and only once to close it.
Yes! sounds like the sensor is not connected to the Arduino. So the Arduino does not know that the door is closed.
The Arduino software will sync to the garage door sensor state every 30 seconds. So if the door closes and the sensor says it is still open, the software will switch back to thinking the doo is still open. That is why it will close first try, because it thinks the door is always open.
All you need is the orange wire connected to D3 (picture in link below). The yellow can connect to ground if you'd like, or just not connect the yellow wire. To test if the sensor is working follow these steps:
1. Open the door and make sure the sensor is not in contact with the magnet.
2. Unplug or power off the Arduino.
3. Power the Arduino back on, the door should start to close for 2 seconds then start to open back up.
4. while the door is open
5. Unplug or power off the Arduino.
6. Connect the garage door sensor to the magnet
7. Power the Arduino back on, the door should close all the way
The idea is that the door will stay shut if you briefly lose power at night. And stay open during the day in the same scenario.
I added a photo to the github that will help with this connection.
github.com/CodeMakesItGo/ChickenCoopDoor/blob/main/P1030786.JPG
Let me know if this helps. So cool you have made this, congratulations!! If by chance you do have this connection already and still have this issue, ensure that the door sensor is making close enough contact with the magnet. Should be no more than 1" away from it.
Did my last reply help? Everything working?
@@CodeMakesItGo Bro, everything is working perfectly. Thank you so much!
Awesome! Good job making this 😁 hope it makes life a bit easier for you and the chickens 🐓
Do you know of something small and more simple? I have a cat friend that is stubborn and want to open the door via wifi. i will be able to see the cat on the outside as i have a camera that alerts me the cat is there. She lives in another apartment. I already have an arduino
Yes, this device will allow you to open and close the linear relay. It will replace the Arduino, voltage regulator, and garage door controller. So basically all you need is this, 12v power, and the linear actuator. I’ve actually never tried it, but looks like it should work. Only thing is it will not report if the door actually opened or closed. But, if you can see it then that isn’t a problem. amzn.to/3ALc91p
Let me know if you have any questions. I’ll try to help as much as possible.
Greeting from Florida. I can not make this to work. Everything is hooked up like your pictures in github but when i click the garage opener it doesn’t do anything. Please help
Yes let’s talk. We will figure it out. Can you email me at Jason. Altice@codemakesitgo.com Send me a picture of the wire connections on the Arduino and the relay. We can start from there.
It says email wont exit
@@yigito6900 I haven't received it, looks like there was a space in the email in my previous message. iPhone trying to be smart. Address is "jason.altice@codemakesitgo.com"
@@CodeMakesItGo i am sorry miss the jason. Part lol
@@yigito6900 no problem, I got the email.
Where is the code that makes it go? 🤔
It’s in the description mr smith.
Can you send me a more detailed wire diagram? Between the two there different.
I’m so close just no motor movement
There’s a lot easier ways! This is for the computer nerds!
So sorry I missed your question from 4 days ago. I do have slightly better wire diagrams on the GitHub page. But, I’m very interested in the easier way too. Please let us know about it.
Sounds like you found a better solution already. But, I can help if you still need.
ahahahahahahah i DIED I'm here because of the pandemic. nice nice.
Thanks for watching and happy you enjoyed the video! Hopefully the pandemic is nearing the end.
HAHAHAHA Loved it!
There are more detailed instructions here and information on a board you can order that has all of this already done to make your life easier.
www.instructables.com/Smart-Phone-Operated-Chicken-Coop-Door-/
Instead of the garage door switch and Arduino, you could have just used an MHCOZY or SONOFF 4ch switch. Way better control over the door and way easier to replace if something goes wrong.