Automatic Fish Feeder Mechanism with Timer by using Arduino || Fish Feeder DIY

  Рет қаралды 68,800

Robotica DIY

Robotica DIY

Күн бұрын

Пікірлер: 81
@dadavillorente694
@dadavillorente694 5 жыл бұрын
Thank you we will try this for our thesis capstone
@OHMSdev
@OHMSdev 4 жыл бұрын
my friend says there are some issues with fish flake food and also issues with other fish stealing food from other fish in the tank. any suggestions? maybe an air burst to scare the other fish away?
@dannielkentlacanaria5641
@dannielkentlacanaria5641 Жыл бұрын
why does it say that the library for the rtc is invalid
@therealtrevor
@therealtrevor 2 жыл бұрын
You said it wasn't reciprocating as many times as you thought. But the 2 seconds in your if statement is for the time it happens, not for how long, right? At 10:00:02 and 21:00:02 it turns the servo. You just need to repeat the servo code section a couple more times.
@faaiquealimehmood
@faaiquealimehmood 2 жыл бұрын
he says to change the seconds to change the no of receprocations but it is not the case
@nicotulali288
@nicotulali288 5 жыл бұрын
Thank you for this ideas bro!
@MrRoehre
@MrRoehre 5 жыл бұрын
Nice project. Next get your Betta a proper tank
@RoboticaDIY
@RoboticaDIY 5 жыл бұрын
Its just for a video. I have 10 gallon tank for my Betta.
@MrRoehre
@MrRoehre 5 жыл бұрын
@@RoboticaDIY oh cool then I thought it might be just for the video but you never know.
@akbartaufiqurrahman6148
@akbartaufiqurrahman6148 5 жыл бұрын
Thanks a lot for the idea bro...
@roshands1604
@roshands1604 5 жыл бұрын
Good idea...may all ur hard work see success....all the best for ur channel...
@RoboticaDIY
@RoboticaDIY 5 жыл бұрын
Thank you so much Roshan for your kind comment.
@junaldabasolo1067
@junaldabasolo1067 Жыл бұрын
can we use ESP32?
@vaibhavsinha3199
@vaibhavsinha3199 Жыл бұрын
I have not made the circuit yet but the ok button to schedule time is not working
@vaibhavsinha3199
@vaibhavsinha3199 Жыл бұрын
Please answer
@AGaureshParhad
@AGaureshParhad 4 жыл бұрын
bro what is arduino??
@jayateerthupadhye4302
@jayateerthupadhye4302 4 жыл бұрын
What changes should be done when using RTC DS3231?
@abbddullah
@abbddullah 2 жыл бұрын
Only library will change. You will use the functions of DS3231 as it is.
@rattakarnboonmasueb60
@rattakarnboonmasueb60 2 жыл бұрын
@@abbddullah can u find code or make it for us please ?
@abbddullah
@abbddullah 2 жыл бұрын
@@rattakarnboonmasueb60 yes dear, please email me the detail you want for your project. Thanks.
@erikgonzalezmichel
@erikgonzalezmichel Жыл бұрын
​@@abbddullahcual es tu email? Me interesa ese también por favor Saludos y excelente trabajo
@aidazulaikhamy5997
@aidazulaikhamy5997 4 жыл бұрын
Hi there! This helps me a lot. Thank you 🤗
@aksharaammu109
@aksharaammu109 4 жыл бұрын
Sir can i use ds3231 instead of ds1302
@RoboticaDIY
@RoboticaDIY 4 жыл бұрын
yes you can use.
@henryong1264
@henryong1264 4 жыл бұрын
Hi, why my servo motor cannot function when the time is reach, I make sure the servo motor is no broken and all the code and wire is correct, why mine cannot fuction, Thank you
@Toby-tp4sd
@Toby-tp4sd 4 жыл бұрын
the code is not written correctly
@abbddullah
@abbddullah 2 жыл бұрын
Might be some issue with the code. you can share your code if you want to.
@arifaiman9036
@arifaiman9036 4 жыл бұрын
After you set the timer So you do not need to control it anymore right
@abbddullah
@abbddullah 2 жыл бұрын
yes, this is the main objective of this video.
@naufaldian6029
@naufaldian6029 4 жыл бұрын
can i use spyder to write down the code? or should i use some specific IDE apps to run it?
@RoboticaDIY
@RoboticaDIY 4 жыл бұрын
No, you have to use Arduino IDE, you can use alternative to arduino IDE, but i would recommend Arduino IDE, its easy and simple.
@faaiquealimehmood
@faaiquealimehmood 2 жыл бұрын
bro i cannot get more than two strokes why is that?
@humzamunawar7527
@humzamunawar7527 4 жыл бұрын
hi can we use RTC-DS1307 instead of DS1302???
@RoboticaDIY
@RoboticaDIY 4 жыл бұрын
yes you can use, but you have to use ds1307 library & do some changes in code accordingly.
@medhavanaikoo2027
@medhavanaikoo2027 4 жыл бұрын
thanks a lot bro! you are the best
@henryong1264
@henryong1264 4 жыл бұрын
The rtc time is just only copy or need to change to my upload time?
@RoboticaDIY
@RoboticaDIY 4 жыл бұрын
first set time rtc.setDOW(FRIDAY); rtc.setTime(8, 59, 50); rtc.setDate(4, 17, 2020); then upload the code. comment out these lines and again upload the code. If you don't comment out these lines, everytime you plug the power, the time will start from where you have set. it will not show current time. To show current time whenever we power the board, we need to comment out these lines, as a result DS1302's mini battery will take care of current time. //rtc.setDOW(FRIDAY); // Set Day-of-Week to SUNDAY //rtc.setTime(8, 59, 50); // Set the time to 12:00:00 (24hr format) //rtc.setDate(4, 17, 2020); // Set the date to August 25th, 2019
@henryong1264
@henryong1264 4 жыл бұрын
@@RoboticaDIY okay thank
@henryong1264
@henryong1264 4 жыл бұрын
it need after one day only can function?
@henryong1264
@henryong1264 4 жыл бұрын
@@RoboticaDIY it need after one day of upload coding only can function?
@_Debjeet_
@_Debjeet_ 2 жыл бұрын
can we use arduino nano
@pradheesh16s87
@pradheesh16s87 4 жыл бұрын
Great work 👌
@hilman574
@hilman574 2 жыл бұрын
Hello sir sorry !!! Can you help me on how to set 10 times reciprocate
@hilman574
@hilman574 2 жыл бұрын
its said that ds1302 no such file or directory in arduino ide
@hilman574
@hilman574 2 жыл бұрын
can you help me please?
@gamingtechgiant9902
@gamingtechgiant9902 4 жыл бұрын
How to power the uno board with ?
@abbddullah
@abbddullah 2 жыл бұрын
using its Power Cable
@gebanarojanc.3373
@gebanarojanc.3373 2 жыл бұрын
guys there's a wire connecting to each other, how did you know where to connect the wire?
@gebanarojanc.3373
@gebanarojanc.3373 2 жыл бұрын
please answer my question
@syedansarmohamedkalik7623
@syedansarmohamedkalik7623 3 жыл бұрын
Are your code is writen right
@yebreorton1939
@yebreorton1939 3 жыл бұрын
thanks for speak english, nice video
@Shyamkumar-di5fu
@Shyamkumar-di5fu 3 жыл бұрын
Can i use DS3231???
@abbddullah
@abbddullah 2 жыл бұрын
yes dear you can
@xilly_s4428
@xilly_s4428 2 жыл бұрын
@@abbddullah sir tell me how to fix Time t; does not type name please.
@abbddullah
@abbddullah 2 жыл бұрын
@@xilly_s4428 dear, please email me your project details and error.
@faisalm2088
@faisalm2088 4 жыл бұрын
Good idea. Thanks
@adamjohan3905
@adamjohan3905 4 жыл бұрын
i have question
@jenntek.101
@jenntek.101 Жыл бұрын
very very cool
@Toby-tp4sd
@Toby-tp4sd 4 жыл бұрын
The code is filled with incorrect lines...
@Cozyyy2
@Cozyyy2 3 жыл бұрын
I try compile but error exist 1
@abbddullah
@abbddullah 2 жыл бұрын
can you please show the error here?
@sudhantiwarigamingandvlogi5319
@sudhantiwarigamingandvlogi5319 4 жыл бұрын
Wtf so small tank and no filter
@abbddullah
@abbddullah 2 жыл бұрын
dear its only for the video.
@tiagokotryk2139
@tiagokotryk2139 4 жыл бұрын
the code doesn't work properly
@technomad9071
@technomad9071 10 ай бұрын
biger tank!
@nandakumar5842
@nandakumar5842 4 жыл бұрын
some error are found wt to do
@Toby-tp4sd
@Toby-tp4sd 4 жыл бұрын
use a different persons code
@abbddullah
@abbddullah 2 жыл бұрын
what errors are you facing? can you show here?
@alexiz.7569
@alexiz.7569 2 жыл бұрын
Why go Arduino when there is much better timer boards for cheaper available ?
@dipdas5192
@dipdas5192 3 жыл бұрын
I have used only one display separately, but after a while the power motor in Arduino is turned off and so is the RTC module, but Arduino has power and the display does not count the time by showing the character, what is causing this problem ?? PLZ help me🙏🙏
@adaytolife
@adaytolife 3 жыл бұрын
Can you make it for me one set i will pay for you bro
@ajaquatics
@ajaquatics 4 жыл бұрын
There is a worm in there not safe
@sulthan9086
@sulthan9086 9 ай бұрын
worms are betta's food bro
@arifaiman9036
@arifaiman9036 4 жыл бұрын
Please answer
@arifaiman9036
@arifaiman9036 4 жыл бұрын
Hello
@joaquinserrano-armas666
@joaquinserrano-armas666 3 жыл бұрын
thats not a big anough tank
@abbddullah
@abbddullah 2 жыл бұрын
Its just for the video dear.
@f-magsinoroanurcia5787
@f-magsinoroanurcia5787 2 жыл бұрын
@@abbddullah can you send to me the correct codes
@4ohm531
@4ohm531 2 жыл бұрын
man please take the fish out of the bowl and put it in a real tank
@Toby-tp4sd
@Toby-tp4sd 4 жыл бұрын
this is bs
automatic fish feeder (3D-printed)
5:05
Glen Waelbers
Рет қаралды 21 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
You can learn Arduino in 15 minutes.
16:34
Afrotechmods
Рет қаралды 10 МЛН
Puzzles That Look Hard But Are Actually Easy!
26:47
Hafu Go
Рет қаралды 1,9 МЛН
The Best 20 Arduino Projects of the year 2024!
14:59
ToP Projects Compilation
Рет қаралды 96 М.
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 1,4 МЛН
Getting Started with LIDAR
47:27
DroneBot Workshop
Рет қаралды 1,4 МЛН
Homemade Cat Feeder - 3D Printed & Arduino Control
15:15
Electronoobs
Рет қаралды 83 М.