No video

How to Make Arduino based Smart Vacuum Cleaner Robot Best for Science Project

  Рет қаралды 1,009,124

Rizwan's Ideas

Rizwan's Ideas

Күн бұрын

Пікірлер: 1 000
@Rizwansideas
@Rizwansideas Жыл бұрын
if you can't Download the code.... Hare it's // Before uploading the code you have to install the necessary library// //AFMotor Library learn.adafruit.com/adafruit-motor-shield/library-install // //NewPing Library github.com/livetronic/Arduino-NewPing// //Servo Library github.com/arduino-libraries/Servo.git // // To Install the libraries go to sketch >> Include Library >> Add .ZIP File >> Select the Downloaded ZIP files From the Above links // #include #include #include #define TRIG_PIN A0 #define ECHO_PIN A1 #define MAX_DISTANCE 200 #define MAX_SPEED 190 // sets speed of DC motors #define MAX_SPEED_OFFSET 20 NewPing sonar(TRIG_PIN, ECHO_PIN, MAX_DISTANCE); AF_DCMotor motor1(1, MOTOR12_1KHZ); AF_DCMotor motor2(2, MOTOR12_1KHZ); AF_DCMotor motor3(3, MOTOR34_1KHZ); AF_DCMotor motor4(4, MOTOR34_1KHZ); Servo myservo; boolean goesForward=false; int distance = 100; int speedSet = 0; void setup() { myservo.attach(10); myservo.write(115); delay(2000); distance = readPing(); delay(100); distance = readPing(); delay(100); distance = readPing(); delay(100); distance = readPing(); delay(100); } void loop() { int distanceR = 0; int distanceL = 0; delay(40); if(distance=distanceL) { turnRight(); moveStop(); }else { turnLeft(); moveStop(); } }else { moveForward(); } distance = readPing(); } int lookRight() { myservo.write(50); delay(500); int distance = readPing(); delay(100); myservo.write(115); return distance; } int lookLeft() { myservo.write(170); delay(500); int distance = readPing(); delay(100); myservo.write(115); return distance; delay(100); } int readPing() { delay(70); int cm = sonar.ping_cm(); if(cm==0) { cm = 250; } return cm; } void moveStop() { motor1.run(RELEASE); motor2.run(RELEASE); motor3.run(RELEASE); motor4.run(RELEASE); } void moveForward() { if(!goesForward) { goesForward=true; motor1.run(FORWARD); motor2.run(FORWARD); motor3.run(FORWARD); motor4.run(FORWARD); for (speedSet = 0; speedSet < MAX_SPEED; speedSet +=2) // slowly bring the speed up to avoid loading down the batteries too quickly { motor1.setSpeed(speedSet); motor2.setSpeed(speedSet); motor3.setSpeed(speedSet); motor4.setSpeed(speedSet); delay(5); } } } void moveBackward() { goesForward=false; motor1.run(BACKWARD); motor2.run(BACKWARD); motor3.run(BACKWARD); motor4.run(BACKWARD); for (speedSet = 0; speedSet < MAX_SPEED; speedSet +=2) // slowly bring the speed up to avoid loading down the batteries too quickly { motor1.setSpeed(speedSet); motor2.setSpeed(speedSet); motor3.setSpeed(speedSet); motor4.setSpeed(speedSet); delay(5); } } void turnRight() { motor1.run(FORWARD); motor2.run(FORWARD); motor3.run(BACKWARD); motor4.run(BACKWARD); delay(500); motor1.run(FORWARD); motor2.run(FORWARD); motor3.run(FORWARD); motor4.run(FORWARD); } void turnLeft() { motor1.run(BACKWARD); motor2.run(BACKWARD); motor3.run(FORWARD); motor4.run(FORWARD); delay(500); motor1.run(FORWARD); motor2.run(FORWARD); motor3.run(FORWARD); motor4.run(FORWARD); }
@myideas9923
@myideas9923 Жыл бұрын
Amazing
@_fazalnjr_8308
@_fazalnjr_8308 Жыл бұрын
Did your model run ?
@princetondwal9961
@princetondwal9961 Жыл бұрын
Bro how will it work ?
@lisha_diaries
@lisha_diaries Жыл бұрын
Does this same code work if we add bluetooth module in the project??
@user-jz6xv4gw5v
@user-jz6xv4gw5v Жыл бұрын
Thnk u so much dua krna humara bhi acha bnjaye
@tangchiawei9708
@tangchiawei9708 2 жыл бұрын
A very motivating project for the starters. Could you tell me what is the things connected to pin 13? In the coding.
@karaca19
@karaca19 Жыл бұрын
I needed to find a way to keep my floors clean without having to spend all day on my hands and knees trying to scrub the dirt away. I bought RobotNox and it works like a charm!
@ylmazylmaz6967
@ylmazylmaz6967 Жыл бұрын
I always used to be a bit hesitant to buy a robot vacuum cleaner because of the price. I was worried that it would break down after a few uses. RobotNox changed my mind completely. It feels sturdy and looks sleek, and does not cost an arm or a leg like other brands.
@rojdatoplu683
@rojdatoplu683 Жыл бұрын
I have two cats, one of which is an escape artist and the other is a little on the chunky side. This means that my carpet was constantly dirty and smelly. I tried RobotNox as a last ditch effort to clean up my pet's messes and this vacuum cleaner robot has been a lifesaver! *And no, this is not an advertisement* hahaha.
@kerem5990
@kerem5990 Жыл бұрын
I've had many vacuum cleaners over the years and RobotNox is by far the best I have ever used. It's suction power is impeccable and it can go for hours on end without stopping! The one thing I would say it needs to work on is its stair navigation, sometimes it gets stuck and isn't able to complete its task which can be frustrating.
@mnrf_mp
@mnrf_mp 2 жыл бұрын
ATL LAP STUDENTS LIKE
@ved_vv
@ved_vv Жыл бұрын
I'm in class 7
@VR_AGENT_FF
@VR_AGENT_FF Жыл бұрын
I am in 7 th
@VR_AGENT_FF
@VR_AGENT_FF Жыл бұрын
Amritavidyalayam school
@funfine2400
@funfine2400 Жыл бұрын
I'm of 10th
@tpmodh9813
@tpmodh9813 Жыл бұрын
I am grade 7
@edgartoon1
@edgartoon1 Жыл бұрын
I have 2 questions, the first is the power supply that you put in the description, what is it for? and the other is, almost at the end of the video when you put the batteries in the car you make a cut and they already look different and with adhesive tape, what did you change in that part?
@edithflores1919
@edithflores1919 Жыл бұрын
Me podría decir cómo corto los PVC x favor
@kspanebisss9366
@kspanebisss9366 Жыл бұрын
​@@edithflores1919 I think with an exacto knife / creo que con un cuchillo exacto
@mxhdi_hxsn
@mxhdi_hxsn Жыл бұрын
The best way to happy your mom!
@pratibhadhami7523
@pratibhadhami7523 2 жыл бұрын
Please make a arduino uno line following robot and show the wiring connections clearly as u have shown in this video. Thankyou.
@Jirayu.Kaewprateep
@Jirayu.Kaewprateep Жыл бұрын
Hi, I found this VDO feed in the KZbin list and I think it can perform more than a vacuum cleaner. You can change it to an antenna for frequency detection, a camera or laser pointer device for pets or area.
@joahnesscaparas5214
@joahnesscaparas5214 19 күн бұрын
@Rizwansideas, how and where did you connect the 12V AC to DC power supply? I couldn't find it in your video though. Hoping for your reply, thanks!
@nobody10011
@nobody10011 Жыл бұрын
Need a project for my innovation class, this is perfect, tysm!
@Ayush-pm5yi
@Ayush-pm5yi 24 күн бұрын
Sir, i have a doubt, what was the thing he inserted for programming?
@sanjivtoys7216
@sanjivtoys7216 Жыл бұрын
Thank you very much you're a brilliant man all students one 👍
@JUSTAtlas123
@JUSTAtlas123 Жыл бұрын
I'm a sucker for gadgets lol. I have to admit, my wife is really not. Which is why she was so against us buying a robot vacuum for the house. However, after RobotNox went out of their way to explain how the vacuuming process worked and how it could help us save time on our cleaning schedule, she felt much more comfortable with the purchase.
@THEHELLGAMERS-hx8pe
@THEHELLGAMERS-hx8pe 22 күн бұрын
it is so beautiful project and i made it 🥰🥰🥰
@ok.hf-1234
@ok.hf-1234 Жыл бұрын
Where do you use the 12v AC To DC power supply
@prishasinha3029
@prishasinha3029 Жыл бұрын
It's used in the motor
@princetondwal9961
@princetondwal9961 Жыл бұрын
Sir very greatful to you for sharing this tutorial ! Can you pls give a link for the accurate code of this video actually i want to make this same project so i need it ... Thanks
@princetondwal9961
@princetondwal9961 Жыл бұрын
Pls share it fast ...
@biggbosstamil5702
@biggbosstamil5702 3 ай бұрын
Bro one doubt in this project whether the fan will rotate in clockwise or anticlockwise direction?? Pls tell bro
@sabihashaikh500
@sabihashaikh500 3 жыл бұрын
Mashallah Rizwan Khan 🤩🤩 Good job Rizwan Khan 🥳😍👌👌
@Rizwansideas
@Rizwansideas 3 жыл бұрын
Thank you so much
@sabihashaikh500
@sabihashaikh500 3 жыл бұрын
Welcome 😊
@creepermite2642
@creepermite2642 Жыл бұрын
Hi there, would a normal motor driver work instead of the motor shield? thank you
@CircuitCrafterz
@CircuitCrafterz 7 ай бұрын
yes you can use l298n motor drivr
@chhabindraghadei4415
@chhabindraghadei4415 2 жыл бұрын
It could be more better by adding a solar panel to charge the rechargeable batteries.
@Mrbanglabeastusbd
@Mrbanglabeastusbd 10 ай бұрын
I watched this video for my school's project.
@Rizwansideas
@Rizwansideas 8 ай бұрын
Thank you so much. Yahi project banao 1st aaoge 😁. If need any components or full project please contact us on WhatsApp @+91 8141682492
@shitalchandgude1413
@shitalchandgude1413 2 жыл бұрын
Very nice I have made Project can you tell how much battery power you have used please tell me day after tomorrow my exhibition is there.
@misbahdalal9364
@misbahdalal9364 3 жыл бұрын
Masha Allah. Meritorious work 👏👏👏
@Rizwansideas
@Rizwansideas 3 жыл бұрын
Thank you
@nilaygaming716
@nilaygaming716 2 жыл бұрын
The wires of the motor of the bottle was connected to what
@user-iw4ze6vr3v
@user-iw4ze6vr3v 9 ай бұрын
this is good idea now i use this project to do my project this year
@Rizwansideas
@Rizwansideas 8 ай бұрын
Thank you so much and good luck if you need this project or components so please WhatsApp up @+91 8141682492
@Maddyislive24
@Maddyislive24 Ай бұрын
@@Rizwansideas HI BRO CAN YOU REPLY
@hahamoosa
@hahamoosa 12 күн бұрын
You forgot to put the link for the jumper wires. but its an amazing project thank you
@florinspace3238
@florinspace3238 2 жыл бұрын
You're Amazing! thank you for your incredible videos!
@koushikgatla2791
@koushikgatla2791 Жыл бұрын
Bro is it working or not.. ?
@HACKINGVERSE
@HACKINGVERSE 2 жыл бұрын
Are you controlling this robot from an app or this is automatic?
@chetananam9141
@chetananam9141 Жыл бұрын
The program controls it all.
@rafaysyed1871
@rafaysyed1871 4 ай бұрын
@@chetananam9141 how does it turn on though? is there a switch?
@chetananam9141
@chetananam9141 4 ай бұрын
@@rafaysyed1871 yes, an on-off switch is shown in the circuit diagram. The circuit diagram is shown after about 4.43 .
@FurkanHarmansah
@FurkanHarmansah Жыл бұрын
*RobotNox - this vacuum cleaner* is the best I have ever had. Really.
@Terna-e2g
@Terna-e2g Ай бұрын
Are you controlling direction of car by remote controller or its self object avoiding ?
@Rizwansideas
@Rizwansideas Ай бұрын
It's a full self object avoiding
@jeremiahcoronado3719
@jeremiahcoronado3719 2 жыл бұрын
Do you have the instruction on how to make this i need it for my paper
@RoyalGame_
@RoyalGame_ 2 жыл бұрын
Mantap👍, terimakasih ilmunya 🥰
@tomandfriends9536
@tomandfriends9536 2 жыл бұрын
Servo is not working
@user-sf5qb4ub9c
@user-sf5qb4ub9c 6 ай бұрын
​@@tomandfriends9536have you done or not me also not working
@miracbadrak
@miracbadrak Жыл бұрын
I have been using RobotNox for a year now. It has been the best vacuum robot I've ever had and it's really worth it. One of its biggest advantages is that it can map out the house and clean every nook and cranny. The app is also really simple to use which is always a plus.
@ibrahimylmaz904
@ibrahimylmaz904 Жыл бұрын
I just bought a RobotNox and I have to say that I am very impressed. Thanks guys for recommending.
@burakk.48
@burakk.48 5 ай бұрын
What is robotnox? Was this a product promotional video?
@MKBhai-bh5by
@MKBhai-bh5by 2 жыл бұрын
Bro can you please upload the circuit diagram ASAP
@aisharaza965
@aisharaza965 2 жыл бұрын
very nice project, well explained , Can you please tell which software you used to make the circuit diagram. really appreciated
@Rizwansideas
@Rizwansideas 2 жыл бұрын
Blender and after effects
@f4clutchgod510
@f4clutchgod510 2 жыл бұрын
@@Rizwansideas bro can we controll it with mobile also??
@Rizwansideas
@Rizwansideas 2 жыл бұрын
Yas you need Bluetooth module
@f4clutchgod510
@f4clutchgod510 2 жыл бұрын
@@Rizwansideas bro i wanted to say can we also add bluetooth mode to this project if we can can you guide 🥰
@meghana.mmeghana.m4126
@meghana.mmeghana.m4126 2 жыл бұрын
Sir can you explain it in own voice ..and add circuit diagram also explain it sir plz
@vinuvinu2962
@vinuvinu2962 17 күн бұрын
How much rupees did the things
@kehanshamim5224
@kehanshamim5224 14 күн бұрын
Total money spent in this?
@thesukanya8839
@thesukanya8839 3 жыл бұрын
Great Job bro 🤜🤛👍👏💯 🤩❤
@Rizwansideas
@Rizwansideas 3 жыл бұрын
Thank you
@taskinfaizan7348
@taskinfaizan7348 3 жыл бұрын
First
@dreamworld4021
@dreamworld4021 Жыл бұрын
Bolatoo🗣 bantya🤘 kadak 😄 Mashallaha broo🤩
@Diamond-cheems
@Diamond-cheems 7 ай бұрын
bendiciones,muchas gracias saludos desde mexico ❤
@alesgg320
@alesgg320 6 ай бұрын
¿Te funcionó? A mi me da error la libreria de new ping
@sohelshaikh7281
@sohelshaikh7281 3 жыл бұрын
Outstanding bro, it's really amazing👍
@Rizwansideas
@Rizwansideas 3 жыл бұрын
Thank you so much
@mv_1k
@mv_1k 3 жыл бұрын
Sir, your project very usefully✌👌
@idrismadraswala6527
@idrismadraswala6527 2 жыл бұрын
Hi sir i am ur very big fan i just wanted to know as i am making this project u mentioned a power supply Can i know where did u Use that??
@Rizwansideas
@Rizwansideas 2 жыл бұрын
Thanks for a support ❤️ I Use Power supply for battery charge
@biggbosstamil5702
@biggbosstamil5702 4 ай бұрын
is this project works successfully?
@prakateshb3107
@prakateshb3107 2 жыл бұрын
what are disadvantages in smart vacuum cleaner?
@Naddyyy.
@Naddyyy. 2 жыл бұрын
What is the use of 12V AC to DC power supply ?
@rgopu5588
@rgopu5588 Жыл бұрын
Why we want to use this
@anshsingh3857
@anshsingh3857 25 күн бұрын
So much helpful for me thanks bro because after 8 day i have a pitch in my school
@Ayush-pm5yi
@Ayush-pm5yi 24 күн бұрын
Sir, i have a doubt, what was the thing he inserted for programming?
@biggbosstamil5702
@biggbosstamil5702 5 ай бұрын
Which sensor is used to observe the dust particles bro?
@sounabhasikdar05
@sounabhasikdar05 2 жыл бұрын
Will PCB be required for this project?
@utkuduman7231
@utkuduman7231 Жыл бұрын
no
@shailsh3965
@shailsh3965 2 жыл бұрын
How area mapping was performed to ensure 100% coverage of Area considering there will be obstacles in between ?
@nhatdang9887
@nhatdang9887 Жыл бұрын
Ye
@aayushj7874
@aayushj7874 Жыл бұрын
Instead use phone controller or Voice and remove obstacle (you can still go with it but quite complicated)
@idksorry3782
@idksorry3782 Жыл бұрын
@@aayushj7874 and how to control it by phone ? any other youtube link ?
@balachandirandevaraj8944
@balachandirandevaraj8944 Күн бұрын
Thank you for the code!!😊🎉
@raymond4165
@raymond4165 Жыл бұрын
Lovely work does it avoid obstacles
@zacnew7406
@zacnew7406 3 жыл бұрын
What is the use of AC to DC power supply?
@mehulchitte327
@mehulchitte327 Жыл бұрын
ac = dc so dc= ac + ca =dc
@drdrunkenstein8974
@drdrunkenstein8974 Жыл бұрын
@@mehulchitte327 bro not funny
@drdrunkenstein8974
@drdrunkenstein8974 Жыл бұрын
@@mehulchitte327 get a job+ratio+L+dont care
@riyagurav4119
@riyagurav4119 Жыл бұрын
Program video is not clear
@crazyboygaming2736
@crazyboygaming2736 Жыл бұрын
Best project my dear
@azharzoravarpathan392
@azharzoravarpathan392 3 жыл бұрын
Arre jordar 😍😍😍😍 Welcome back Rizwan
@andreeacarmenbeudean3040
@andreeacarmenbeudean3040 2 жыл бұрын
Love it! ❤️
@Rizwansideas
@Rizwansideas 2 жыл бұрын
Thanks
@boomber_man
@boomber_man 2 жыл бұрын
Love you
@shashankchintu183
@shashankchintu183 2 жыл бұрын
Can u pls rply we have some dout
@sahbajshaikh921
@sahbajshaikh921 3 жыл бұрын
अरे वाह बेटे वाह मोज़ करदी
@derivoid
@derivoid 8 ай бұрын
Love the video! One question- what do you use to make your circuit animation diagram, i.e. at 4:43 ? I want to use the application for one of my other projects for school.
@Rizwansideas
@Rizwansideas 8 ай бұрын
After effects and blender
@karuppaiahsuresh5672
@karuppaiahsuresh5672 10 ай бұрын
Bro robot Will it take some time to run? Search
@Rizwansideas
@Rizwansideas 8 ай бұрын
Nope
@omkarsalade7051
@omkarsalade7051 10 ай бұрын
Hii brother Please you can help me for this project Because not working the program issue And the car will work only one direction and the was not chenge direction
@Rizwansideas
@Rizwansideas 8 ай бұрын
Sorry for reaching you very late 😔 please contact us on WhatsApp @+91 8141682492
@N.S.Mestha
@N.S.Mestha 2 жыл бұрын
Hi I am fan of you Please make a opening a and closing mask
@Mitunkannan
@Mitunkannan 11 ай бұрын
Thank you for the new idea
@ekochannel5023
@ekochannel5023 15 күн бұрын
nice
@ROHANPATIL-xx2ji
@ROHANPATIL-xx2ji 8 ай бұрын
Broo which fan did you use pls tell name😢😢
@AirmaxPneumaticsLTD
@AirmaxPneumaticsLTD 3 жыл бұрын
good work
@omarr8198
@omarr8198 Жыл бұрын
Hello, how are you, friend? Could you help me with the programming? It's not working for me and I need it very quickly because it's for a life or death project.
@biggbosstamil5702
@biggbosstamil5702 3 ай бұрын
Is it mandatary to place capacitor in the motor???
@hasnurnauwirahhisham1789
@hasnurnauwirahhisham1789 Жыл бұрын
where did u put the 12V AC to DC power supply??
@Sumlilpunk
@Sumlilpunk 9 ай бұрын
Can u please state what the name is of the white pipe like item u made to build the vacuum suction thing or where you bought it
@Rizwansideas
@Rizwansideas 8 ай бұрын
Please contact us on WhatsApp @+91 8141682492 for more details
@HCB0305
@HCB0305 8 ай бұрын
Buen e interesante proyecto, al inicio estuve con el problema del no funcionamiento del sensor ultrasonico y el servo motor. Debo afirmar que el codigo compartido es correcto, y el problema radicaba en las fuentes, las cuales sugiero sean independientes.
@Rizwansideas
@Rizwansideas 8 ай бұрын
Make sure to connections properly
@Rubikscuberjunior
@Rubikscuberjunior 2 жыл бұрын
Can you please tell me that can we use 9v battery instead of the two lithium batteries !?
@sanukaSanjaya-ty8db
@sanukaSanjaya-ty8db 4 ай бұрын
පට්ටම
@sumaiyabinterafiq1421
@sumaiyabinterafiq1421 3 ай бұрын
Can anyone explain the battery setup?
@nianshaxawan3831
@nianshaxawan3831 5 ай бұрын
Do you need to connected to the vacuum cleaner
@chessersarthak
@chessersarthak 2 жыл бұрын
Sir plz tell how you have joined battery with button with charging port plz sir
@aashishojha5474
@aashishojha5474 Жыл бұрын
an ideal youtuber
@mews56
@mews56 Жыл бұрын
More like how or where to buy one ?So when confined to the bed room can still control it to make sure it is doing the job correct
@Mr.Thenula2011
@Mr.Thenula2011 Жыл бұрын
Hi, can you please share the programme part bit more clear, my son is very interested on this project but he's stuck because of the coding part.
@gulsenmorkurt
@gulsenmorkurt Жыл бұрын
RobotNox is cheap, very functional and has a permanent warranty.
@ranjania5345
@ranjania5345 3 ай бұрын
We're having a problem. Like that port option, it's in disabled conditions. How to ennable it???
@Ayush-pm5yi
@Ayush-pm5yi 24 күн бұрын
Sir, i have a doubt, what was the thing he inserted for programming?
@sarmadnadeem8219
@sarmadnadeem8219 3 ай бұрын
Bhai only motor shilder mehh terminal lagany hin bettery k yaa ardunio mehh bhe or batteries ktni use kee hin
@KaBADI9
@KaBADI9 11 ай бұрын
Bro we can put 9v battary
@asifscraftsorigami4587
@asifscraftsorigami4587 3 жыл бұрын
Very super bro 👌 Wonderful idea
@Rizwansideas
@Rizwansideas 3 жыл бұрын
Thank you brother
@videosbynala7966
@videosbynala7966 2 жыл бұрын
Hi, I tried following all of your steps exactly one by one and have reached til' the end. However, when I turned the switch on, the only thing that's running was the fan. The wheels and servos didn't turn on. Any advice? Thanks!
@Rizwansideas
@Rizwansideas 2 жыл бұрын
Which battery you have use?
@linganiveths.g3420
@linganiveths.g3420 2 жыл бұрын
@@Rizwansideas I to facing the same issue. I've used regular batteries connected in series.
@linganiveths.g3420
@linganiveths.g3420 2 жыл бұрын
@@Rizwansideas should we use only lithium ion batteries bro? Is that so?
@dhineshkumar2050
@dhineshkumar2050 Жыл бұрын
I am using the same lithium ion battery which you have shown bt the wheels and servo motor don't work
@dhineshkumar2050
@dhineshkumar2050 Жыл бұрын
Kindly reply
@pchandra6491
@pchandra6491 22 күн бұрын
Super bro
@pratiksatote9833
@pratiksatote9833 Жыл бұрын
Bro after uploading code I connect all parts then the servo motor is not rotating
@nerdaimz295ytofficial
@nerdaimz295ytofficial 3 ай бұрын
Btw may i ask if you did glued the arduino to the lid or not?
@MMSIOT
@MMSIOT 5 ай бұрын
very nice project
@Kira-gc2er
@Kira-gc2er 3 ай бұрын
Hello awesome video, where can i get the yellow vacuum fan?
@badrrahioui6756
@badrrahioui6756 Жыл бұрын
very nice job!!
@user-bd5hz6tb9u
@user-bd5hz6tb9u 2 жыл бұрын
I enjoyed the video. And I have a question. Which part of the vacuum cleaner do you use 12v AC to DC Power supply on the material list? I don't really understand. If you change 220v AC to 12v DC, do you mean that you applied the voltage by wire?
@yuvrajpatil9106
@yuvrajpatil9106 2 жыл бұрын
Same question
@techmeter1
@techmeter1 2 жыл бұрын
@@yuvrajpatil9106 same question bro
@bhavikbagul2178
@bhavikbagul2178 2 жыл бұрын
Its used for charging lithium battery
@alisurani2001
@alisurani2001 2 жыл бұрын
@@bhavikbagul2178 so we don't have to put them in circuit?
@bhavikbagul2178
@bhavikbagul2178 2 жыл бұрын
@@alisurani2001 we have to put
@cielistia
@cielistia 4 ай бұрын
hello, what did you put at the motor driver in 4:24? i bought the exact motor driver but mine doesn't have it. please reply, i am currently building this for my school project. thank you so much.
@pratiksaha7240
@pratiksaha7240 Жыл бұрын
where do we get the back rotating blade wheel for the vacuum cleaner?? pls reply.....I am making it for my project
@adityaroy4314
@adityaroy4314 11 күн бұрын
Bana kya ye project?
@biggbosstamil5702
@biggbosstamil5702 3 ай бұрын
What is the capacitor value bro???
Top 10  Arduino Projects 2020 | Awesome Idea for winning Science Project
9:24
How To Make Arduino Human Following Robot
6:26
DIY Builder
Рет қаралды 3,5 МЛН
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 19 МЛН
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 38 МЛН
女孩妒忌小丑女? #小丑#shorts
00:34
好人小丑
Рет қаралды 81 МЛН
$15 Drone Build within 24 Hour - Challenge
12:01
DD ElectroTech
Рет қаралды 3,5 МЛН
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 861 М.
Animation vs. Physics
16:08
Alan Becker
Рет қаралды 27 МЛН
From Brains to Bot: Arduino's Next-Level Journey with AI.
7:26
DIY Builder
Рет қаралды 407 М.
DIY How to Make Amazing Robot Vacuum Cleaner
5:53
Hack Room
Рет қаралды 1,1 МЛН
The Amazing Engineering behind the Cleaning Robots!
6:40
Lesics
Рет қаралды 1,6 МЛН
DIY Fire Fighting Robot using Arduino  |  Auto Fire Chaser and Extinguisher
10:55
Saad Innovative Ideas
Рет қаралды 195 М.
How to Make A Simple And Easy Arduino Robot For Science Project
7:42
DIY Builder
Рет қаралды 1,1 МЛН
I tried OVERPOWERING my Vacuum! (Homemade Turbine)
11:42
GreatScott!
Рет қаралды 1,8 МЛН