Automatic Fish Feeder | How to make Automatic Fish Feeder Using Arduino | Nothing But

  Рет қаралды 26,218

Manoj Selfie Diary

Manoj Selfie Diary

Күн бұрын

Пікірлер: 87
@diptanupaul2760
@diptanupaul2760 2 жыл бұрын
hello manoj, all is good here, but from end user perspective you can also show that.....once the code is uploaded to aurdino, then there is no more need of serial cable...just power the "already coded aurdino" with 9volt adapter and all goes well (once first time setup done for servo movement degrees, and code uploaded to aurdino.... then no more need of laptop....just power the aurdino with 9volt adapter and all works well)
@nurulayunisaifulanwar2136
@nurulayunisaifulanwar2136 2 жыл бұрын
thank you for sharing the knowledge and the code
@technologyoverload3262
@technologyoverload3262 10 ай бұрын
such a great topic explained step-by-step thanks a lot 🙌 i have a doubt at @9:23 , we are connecting phone to our components for power supply right? can we use laptop or direct power as source?
@insidegamingwithrl1246
@insidegamingwithrl1246 Жыл бұрын
Can we do this using adruino nano
@mdfaizanahmed249
@mdfaizanahmed249 Жыл бұрын
Theres no need of rtc for setting time?
@bryanangelobragais2498
@bryanangelobragais2498 2 жыл бұрын
thank you for sharing your knowledge with us
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Keep support me bro🤗
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 Жыл бұрын
Automatic Fish Feeder Code Below 👇 #include Servo myservo; int pos = 0; long FISHFEEDER = 5000; // 12 hours between feeding long endtime; long now; void setup() { myservo.attach(7); myservo.write(0); delay(15); } void loop() { now = millis(); endtime = now + FISHFEEDER; while (now < endtime) { myservo.write(0); delay(2000); now = millis(); } for (pos = 0; pos < 180; pos += 1) { myservo.write(pos); delay(15); } for (pos = 180; pos >= 1; pos -= 1) { myservo.write(pos); delay(15); } }
@ItsMe-rl7dt
@ItsMe-rl7dt Жыл бұрын
If i want to set the servo for lower spin, which line should i change? Thankyou
@sagarpatil1441
@sagarpatil1441 Жыл бұрын
Best project hain
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 Жыл бұрын
Automatic Fish Feeder Code Below 👇 #include Servo myservo; int pos = 0; long FISHFEEDER = 5000; // 12 hours between feeding long endtime; long now; void setup() { myservo.attach(7); myservo.write(0); delay(15); } void loop() { now = millis(); endtime = now + FISHFEEDER; while (now < endtime) { myservo.write(0); delay(2000); now = millis(); } for (pos = 0; pos < 180; pos += 1) { myservo.write(pos); delay(15); } for (pos = 180; pos >= 1; pos -= 1) { myservo.write(pos); delay(15); } }
@insidegamingwithrl1246
@insidegamingwithrl1246 Жыл бұрын
hello bro so thistakes 12 hours to rotate and feed the fishes right
@AkhilscollectionOfficial
@AkhilscollectionOfficial Жыл бұрын
kitne seconds ke baad bottle flip karta hai ? Please reply
@hm.7414
@hm.7414 Жыл бұрын
may i ask is there any more specific type of arduino uno that you used?
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 Жыл бұрын
No its normal arduino uno
@alirashidspeaks3197
@alirashidspeaks3197 2 жыл бұрын
Can we used 12 hours intesd of 6 hours?
@plbijukumarpavithram
@plbijukumarpavithram Жыл бұрын
bro can we use adruino nano
@parveenbanu3790
@parveenbanu3790 2 ай бұрын
Showing error in code void setup issue What we have to do now
@slcomedyanimations1123
@slcomedyanimations1123 Жыл бұрын
How do I test run the motor to see if the code works?
@AnithaRaja_
@AnithaRaja_ Жыл бұрын
bro can you share the tools required in this project
@dikshantdagar1220
@dikshantdagar1220 2 жыл бұрын
Can you please share the code and above link is asking permision
@insidegamingwithrl1246
@insidegamingwithrl1246 Жыл бұрын
Hello bro how does this work
@Nomankhan-qd4hg
@Nomankhan-qd4hg Жыл бұрын
Aye duity masinr nam ki
@sateeshmendadala1329
@sateeshmendadala1329 Жыл бұрын
Nice can please share the code
@Fantadogg
@Fantadogg 2 жыл бұрын
Please can I have the code
@shahrultanningbina9773
@shahrultanningbina9773 Жыл бұрын
Tq bro
@atnguyentien512
@atnguyentien512 Ай бұрын
cho tôi sourrce code với
@kyleramones4448
@kyleramones4448 3 ай бұрын
Can i get the code 😊 ty
@KamiarRSalih-xj2fe
@KamiarRSalih-xj2fe 2 жыл бұрын
How can i get that code mate?
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Bro code shared 👍
@abinayas944
@abinayas944 2 жыл бұрын
Please give code access 🙏
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Now you can access the Code🤝
@jaynallagorla1996
@jaynallagorla1996 2 жыл бұрын
Bro kindly pls send the code
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Code shared bro👍
@renusri5187
@renusri5187 2 жыл бұрын
Bro could u pls share d code ..??
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Bro code shared enjoy 🤗
@renusri5187
@renusri5187 2 жыл бұрын
@@nothingbut-manojselfie1285 can u send circuit diagram also....
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
@@renusri5187 bro no need circuit diagram.. Deep watch video you automatically understand the circuit 👍
@dongthoigian3105
@dongthoigian3105 2 жыл бұрын
Hi. I like it. Pl share for me. Thanks bro
@krg1231
@krg1231 2 жыл бұрын
hi bro, please share code
@picoyt9913
@picoyt9913 2 жыл бұрын
How to convert 6 hours to milliseconds
@thetechlife1253
@thetechlife1253 3 жыл бұрын
I cannot access the code it needs access permission!!
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 3 жыл бұрын
Ok bro now check
@thetechlife1253
@thetechlife1253 3 жыл бұрын
@@nothingbut-manojselfie1285 Yes now I can access it Thank you so much bro!! 👍🏻
@thetechlife1253
@thetechlife1253 3 жыл бұрын
@@nothingbut-manojselfie1285Bro if I want the servo motor to stay at 180° position for few hours and then return to its original position what changes do I need to make in the code?
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 3 жыл бұрын
@@thetechlife1253 Video Time 4.45 mins. In this Program delay time period is 5 seconds. You can change tha time in milliseconds [Note : milliseconds ]
@thetechlife1253
@thetechlife1253 3 жыл бұрын
@@nothingbut-manojselfie1285 Okay!! And thank you so much bro for your replies!! My work is done!! 👍🏻 😊
@muhammadzuhairie861
@muhammadzuhairie861 3 жыл бұрын
I want code please 🙏
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 3 жыл бұрын
Code shared bro👍
@muhammadzuhairie861
@muhammadzuhairie861 3 жыл бұрын
@@nothingbut-manojselfie1285 thankyou very much bro👌
@j.jebarson
@j.jebarson 2 жыл бұрын
Bro kindly share the code
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Bro now check the code
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Bro now ok?
@Luckyreddy233
@Luckyreddy233 3 жыл бұрын
I like your video I am so exited to do this .Please give code access for me bro . I send you request
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 3 жыл бұрын
Thanks bro code shared 👍
@Luckyreddy233
@Luckyreddy233 3 жыл бұрын
@@nothingbut-manojselfie1285 Thanks a lot
@muhammadzuhairie861
@muhammadzuhairie861 3 жыл бұрын
@@nothingbut-manojselfie1285 i want code
@abcdefg-tt4yl
@abcdefg-tt4yl 2 жыл бұрын
Your video is really nice!!! Please give code access for me bro. I send you request.🙇🏻‍♀️
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Accessed
@auliyasaputri5737
@auliyasaputri5737 Жыл бұрын
i want code pleasee
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 Жыл бұрын
Automatic Fish Feeder Code Below 👇 #include Servo myservo; int pos = 0; long FISHFEEDER = 5000; // 12 hours between feeding long endtime; long now; void setup() { myservo.attach(7); myservo.write(0); delay(15); } void loop() { now = millis(); endtime = now + FISHFEEDER; while (now < endtime) { myservo.write(0); delay(2000); now = millis(); } for (pos = 0; pos < 180; pos += 1) { myservo.write(pos); delay(15); } for (pos = 180; pos >= 1; pos -= 1) { myservo.write(pos); delay(15); } }
@ayahamd6676
@ayahamd6676 2 жыл бұрын
Please share code
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Bro code shared 👍 enjoy
@soundharyab.m.4786
@soundharyab.m.4786 2 жыл бұрын
Bro provide access to code
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Acceded bro😇
@andrewhoogendam2291
@andrewhoogendam2291 2 жыл бұрын
Can you give permission
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Code shared🤝..
@pratikshanikam2503
@pratikshanikam2503 Жыл бұрын
Code upload me problem aa Raha a
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 Жыл бұрын
Automatic Fish Feeder Code Below 👇 #include Servo myservo; int pos = 0; long FISHFEEDER = 5000; // 12 hours between feeding long endtime; long now; void setup() { myservo.attach(7); myservo.write(0); delay(15); } void loop() { now = millis(); endtime = now + FISHFEEDER; while (now < endtime) { myservo.write(0); delay(2000); now = millis(); } for (pos = 0; pos < 180; pos += 1) { myservo.write(pos); delay(15); } for (pos = 180; pos >= 1; pos -= 1) { myservo.write(pos); delay(15); } }
@parvatisingh5285
@parvatisingh5285 3 жыл бұрын
Is this code is working..?
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 3 жыл бұрын
Yess
@nivethitha9935
@nivethitha9935 2 жыл бұрын
please give permission for the code
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Code shared👍
@arhshin3894
@arhshin3894 2 жыл бұрын
can u share me ur code..thank you!!
@chunmichaelnonato3681
@chunmichaelnonato3681 Жыл бұрын
code?
@rahulmari444
@rahulmari444 3 жыл бұрын
Hi brother..could u pls share code and diagram. I requested for access
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 3 жыл бұрын
Code shared bro☺️
@rahulmari444
@rahulmari444 3 жыл бұрын
@@nothingbut-manojselfie1285 got it..thanks a bunch dear... Do u have the connection diagram also...
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 3 жыл бұрын
@@rahulmari444 sorry bro i have not diagram. Pls watch video bro
@rahulmari444
@rahulmari444 3 жыл бұрын
Got..it..thx dear
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 3 жыл бұрын
@@rahulmari444 ☺️☺️
@azmeeromar1225
@azmeeromar1225 2 жыл бұрын
Sent me a code pls
@ravensturm5039
@ravensturm5039 2 жыл бұрын
Share code
@nothingbut-manojselfie1285
@nothingbut-manojselfie1285 2 жыл бұрын
Now check 👍
@mlzsbihta857
@mlzsbihta857 2 жыл бұрын
plsss share the code
automatic fish feeder (3D-printed)
5:05
Glen Waelbers
Рет қаралды 21 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Cara Mudah Membuat Pakan Ikan Otomatis Dengan Arduino | Part 1
15:26
Automatic Food Feeder | Food Timer for Fish
4:39
Platinum Aquarium
Рет қаралды 18 М.
Total Upgrade of Off Grid Solar | Fogstar Energy 15.5Kwh Battery
30:38
Homesteading Uncontained
Рет қаралды 6 М.
ARDUINO™ - Automatic Fish Feeder
5:32
Muhammad Syafiq Haikal Mohd Riduan
Рет қаралды 42 М.
How to Make Automatic Fish Feeder using Arduino
5:44
CrazyScience
Рет қаралды 3,3 М.
SUPER cheap and easy. How to, DIY, automatic fish feeder
6:47
Live Ocean Grown
Рет қаралды 79 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН