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)
@nurulayunisaifulanwar21362 жыл бұрын
thank you for sharing the knowledge and the code
@technologyoverload326210 ай бұрын
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 Жыл бұрын
Can we do this using adruino nano
@mdfaizanahmed249 Жыл бұрын
Theres no need of rtc for setting time?
@bryanangelobragais24982 жыл бұрын
thank you for sharing your knowledge with us
@nothingbut-manojselfie12852 жыл бұрын
Keep support me bro🤗
@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 Жыл бұрын
If i want to set the servo for lower spin, which line should i change? Thankyou
@sagarpatil1441 Жыл бұрын
Best project hain
@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 Жыл бұрын
hello bro so thistakes 12 hours to rotate and feed the fishes right
@AkhilscollectionOfficial Жыл бұрын
kitne seconds ke baad bottle flip karta hai ? Please reply
@hm.7414 Жыл бұрын
may i ask is there any more specific type of arduino uno that you used?
@nothingbut-manojselfie1285 Жыл бұрын
No its normal arduino uno
@alirashidspeaks31972 жыл бұрын
Can we used 12 hours intesd of 6 hours?
@plbijukumarpavithram Жыл бұрын
bro can we use adruino nano
@parveenbanu37902 ай бұрын
Showing error in code void setup issue What we have to do now
@slcomedyanimations1123 Жыл бұрын
How do I test run the motor to see if the code works?
@AnithaRaja_ Жыл бұрын
bro can you share the tools required in this project
@dikshantdagar12202 жыл бұрын
Can you please share the code and above link is asking permision
@insidegamingwithrl1246 Жыл бұрын
Hello bro how does this work
@Nomankhan-qd4hg Жыл бұрын
Aye duity masinr nam ki
@sateeshmendadala1329 Жыл бұрын
Nice can please share the code
@Fantadogg2 жыл бұрын
Please can I have the code
@shahrultanningbina9773 Жыл бұрын
Tq bro
@atnguyentien512Ай бұрын
cho tôi sourrce code với
@kyleramones44483 ай бұрын
Can i get the code 😊 ty
@KamiarRSalih-xj2fe2 жыл бұрын
How can i get that code mate?
@nothingbut-manojselfie12852 жыл бұрын
Bro code shared 👍
@abinayas9442 жыл бұрын
Please give code access 🙏
@nothingbut-manojselfie12852 жыл бұрын
Now you can access the Code🤝
@jaynallagorla19962 жыл бұрын
Bro kindly pls send the code
@nothingbut-manojselfie12852 жыл бұрын
Code shared bro👍
@renusri51872 жыл бұрын
Bro could u pls share d code ..??
@nothingbut-manojselfie12852 жыл бұрын
Bro code shared enjoy 🤗
@renusri51872 жыл бұрын
@@nothingbut-manojselfie1285 can u send circuit diagram also....
@nothingbut-manojselfie12852 жыл бұрын
@@renusri5187 bro no need circuit diagram.. Deep watch video you automatically understand the circuit 👍
@dongthoigian31052 жыл бұрын
Hi. I like it. Pl share for me. Thanks bro
@krg12312 жыл бұрын
hi bro, please share code
@picoyt99132 жыл бұрын
How to convert 6 hours to milliseconds
@thetechlife12533 жыл бұрын
I cannot access the code it needs access permission!!
@nothingbut-manojselfie12853 жыл бұрын
Ok bro now check
@thetechlife12533 жыл бұрын
@@nothingbut-manojselfie1285 Yes now I can access it Thank you so much bro!! 👍🏻
@thetechlife12533 жыл бұрын
@@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-manojselfie12853 жыл бұрын
@@thetechlife1253 Video Time 4.45 mins. In this Program delay time period is 5 seconds. You can change tha time in milliseconds [Note : milliseconds ]
@thetechlife12533 жыл бұрын
@@nothingbut-manojselfie1285 Okay!! And thank you so much bro for your replies!! My work is done!! 👍🏻 😊
@muhammadzuhairie8613 жыл бұрын
I want code please 🙏
@nothingbut-manojselfie12853 жыл бұрын
Code shared bro👍
@muhammadzuhairie8613 жыл бұрын
@@nothingbut-manojselfie1285 thankyou very much bro👌
@j.jebarson2 жыл бұрын
Bro kindly share the code
@nothingbut-manojselfie12852 жыл бұрын
Bro now check the code
@nothingbut-manojselfie12852 жыл бұрын
Bro now ok?
@Luckyreddy2333 жыл бұрын
I like your video I am so exited to do this .Please give code access for me bro . I send you request
@nothingbut-manojselfie12853 жыл бұрын
Thanks bro code shared 👍
@Luckyreddy2333 жыл бұрын
@@nothingbut-manojselfie1285 Thanks a lot
@muhammadzuhairie8613 жыл бұрын
@@nothingbut-manojselfie1285 i want code
@abcdefg-tt4yl2 жыл бұрын
Your video is really nice!!! Please give code access for me bro. I send you request.🙇🏻♀️
@nothingbut-manojselfie12852 жыл бұрын
Accessed
@auliyasaputri5737 Жыл бұрын
i want code pleasee
@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); } }
@ayahamd66762 жыл бұрын
Please share code
@nothingbut-manojselfie12852 жыл бұрын
Bro code shared 👍 enjoy
@soundharyab.m.47862 жыл бұрын
Bro provide access to code
@nothingbut-manojselfie12852 жыл бұрын
Acceded bro😇
@andrewhoogendam22912 жыл бұрын
Can you give permission
@nothingbut-manojselfie12852 жыл бұрын
Code shared🤝..
@pratikshanikam2503 Жыл бұрын
Code upload me problem aa Raha a
@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); } }
@parvatisingh52853 жыл бұрын
Is this code is working..?
@nothingbut-manojselfie12853 жыл бұрын
Yess
@nivethitha99352 жыл бұрын
please give permission for the code
@nothingbut-manojselfie12852 жыл бұрын
Code shared👍
@arhshin38942 жыл бұрын
can u share me ur code..thank you!!
@chunmichaelnonato3681 Жыл бұрын
code?
@rahulmari4443 жыл бұрын
Hi brother..could u pls share code and diagram. I requested for access
@nothingbut-manojselfie12853 жыл бұрын
Code shared bro☺️
@rahulmari4443 жыл бұрын
@@nothingbut-manojselfie1285 got it..thanks a bunch dear... Do u have the connection diagram also...
@nothingbut-manojselfie12853 жыл бұрын
@@rahulmari444 sorry bro i have not diagram. Pls watch video bro