Тёмный

How To Make A DIY Arduino Joystick Control Car At Home 

DIY Builder
Подписаться 253 тыс.
Просмотров 830 тыс.
50% 1

JLCPCB Prototype for $2(Any Color): jlcpcb.com
Hello Guys, In this tutorial, I am going to show you how to make a DIY Arduino Joystick Controlled Car At Home. So let's get started :)
Subscribe It's Free bit.ly/2WlyA8Y
Parts List:
(Banggood.in)
1) Arduino Nano (2x) - bit.ly/2RdpIo4
2) NRF24L01 Radio Module (2x) - bit.ly/2YOEP7j
3) L298N Motor Driver - bit.ly/2LTqEMh
4) Joystick Module - bit.ly/30wfHmc
5) TT Gear Motor(4x) - bit.ly/2XZFLZv
6) Rubber Wheels(4x) - bit.ly/2XIaDOQ
7) Pref Board (2x) -
8) 18650 Battery (4x) - (Local Store, Old powerbank or laptop battery)
9) Battery Holder (4x) - bit.ly/2sulLwu
10) 5mm Acrylic Sheet(14x9cm) - (Local Store)
(Amazon.in)
1) Arduino Nano (2x) - amzn.to/2nIuInc
2) NRF24L01 Radio Module (2x) -amzn.to/33oc2bw
3) L298N Motor Driver - amzn.to/35xMwm8
4) Joystick Module - amzn.to/35wp8oV
5) TT Gear Motor and wheels (4x) - amzn.to/2qa25A9
6) Pref Board (2x) -
7) 18650 Battery (4x) - (Local Store, Old powerbank or laptop battery)
8) Battery Holder (4x) - amzn.to/32cJUb7
9) 5mm Acrylic Sheet(14x9cm) - (Local Store)
[Flyrobo.in]
Arduino Nano : bit.ly/2kzPi7S
L298N Motor Driver : bit.ly/2ksMcSU
NRF24L01 Radio Module : bit.ly/2VD5enI
Joystick Module : bit.ly/2VH18ed
TT Gear Motor : bit.ly/2m4fMid
Rubber Wheels : bit.ly/2kxPeFF
-------------------------------------------------------
Gerber File - bit.ly/2JLG8NY
Circuit Diagram - bit.ly/2NWqzsi
Code - bit.ly/2XL5QvM
Code Credit : (Dejan Nedelkovski, www.HowToMechatronics.com)
--------------------------------------------------------
More Arduino Car Related Projects
1) Arduino Voice Controlled Car - bit.ly/2WUdsuR
2) Arduino Bluetooth Controlled Car - bit.ly/2WpYPuX
3) Arduino Line Follower Car - bit.ly/2ZimqPV
4) NodeMCU WIFI Controlled Car - bit.ly/2XA941d
Thanks For Watching
✅LIKE ✅SHARE ✅ COMMENTS✅ SUBSCRIBE
----------------------------------------------------
Here my social sites:
Instagram: / diy.builder
Facebook: / surajit.majumder.165
Instructables: www.instructab...
twitter: / diybuilder1
-------------------------------------------------------------
🎧 Background Music
Spiral by KV / kvmusicprod
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
Free Download / Stream: bit.ly/Spiral-KV
Music promoted by Audio Library • Spiral - KV (No Copyri...
Song: KSMK X Dizaro - You Make Me (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link: • KSMK X Dizaro - You Ma...
Roads 2 (feat. LiQWYD) by Le Gang / thisislegang
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
Free Download / Stream: bit.ly/2DcLIpk
Music promoted by Audio Library • Roads 2 (feat. LiQWYD)...
--------------------------------------------------------------------
#ArduinoProjects #ArduinoRobot #WirelessCar

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 745   
@manityagi633
@manityagi633 3 года назад
One suggestion while moving left or right both sides motor should move in opposite direction for smother turns.
@worldofcircuits7157
@worldofcircuits7157 2 года назад
Awesome project!!! but when I tried it out the signal of radio module doesn't last long what should I do
@mohitjagdale3513
@mohitjagdale3513 2 года назад
same problem
@priyanshuberi7602
@priyanshuberi7602 2 года назад
See your battry is discharged
@smitapatil55
@smitapatil55 4 года назад
See bro, You are the best Arduino Builder But the problem is That the connections you make is not shown properly I suggest as a viewer, If you start showing complete step by step then you will be the most viewed Arduino project maker on youtube
@DIYBuilder
@DIYBuilder 4 года назад
Thanks bro and soon i will start voice-over videos where i'll explain every details
@RaviKumar-rp1sj
@RaviKumar-rp1sj 4 года назад
@@DIYBuilder plz sir uploaded the correct code we wanna to make it successful our project..toughly I arrange all the components...
@explorer1360
@explorer1360 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-oOoypRHMZ-o.html
@David-vu7ie
@David-vu7ie Год назад
​@@DIYBuilder Hello, can duo please update the code? thanks în advance
@docta_petervengkman
@docta_petervengkman 7 месяцев назад
​@@DIYBuilderliar!
@fouzanjaved5441
@fouzanjaved5441 3 года назад
sir, good joystick-controlled robot and how many days you have spent to finish your joystick-controlled robot.
@vinodh55500
@vinodh55500 2 года назад
I had taken 5 days
@danielsunday8417
@danielsunday8417 4 года назад
The project is very good. Can you please correct the sketch so that it can be fully functional, including variable speed operation? You must make the following changes to the sketch: #define in1 3 // D3 arduino to IN1 of L298N #define in2 4 // D4 arduino to IN2 of L298N #define enA 5 // D5 arduino to ENA of L298N #define enB 6 // D6 arduino to ENB of L298N #define in3 7 // D7 arduino to IN3 of L298N #define in4 8 // D8 arduino to IN4 of L298N RF24 radio (9, 10); // CE, CSN Also, the respective changes will be made in the JOYSTICK RECEIVER SCHEMATIC. Only one correction will be made in the transmission sketch: RF24 radio (9, 10); // CE, CSN There is another small error in the sketch, when conditioning the speed in the range 0 to 255 that can be corrected. Thanks.
@MSalim21
@MSalim21 2 года назад
hi after doing this change in the sketch do i need to change my physical circuit or not?
@whynot1284
@whynot1284 2 года назад
@@MSalim21 probably not because since he said correct the sketch the thing itself should work
@shaunthomas1166
@shaunthomas1166 Год назад
@@whynot1284 did it work for u with the corrected sketch?
@Ryuuu-qk7uk
@Ryuuu-qk7uk 8 месяцев назад
Does this work
@VeniceArte
@VeniceArte 4 года назад
when do you plan to publish the correct receiver and transmitter codes?
@vinay_dias
@vinay_dias 3 года назад
Ye chutiya hai scam kuch provide nahi karta
@akasha9774
@akasha9774 3 года назад
Shalini we use nfr24L01 2.4ghz module
@yashp
@yashp 2 года назад
hi, what did you use to build the schematic?
@incredible2832
@incredible2832 2 года назад
Really nice project but I tried to make after every thing when I start the car the 2nd and 3rd motors are moving automatically
@Davidso31
@Davidso31 Год назад
The same problem
@mehmetalierdem2580
@mehmetalierdem2580 4 года назад
it didnt work
@bby256
@bby256 7 месяцев назад
Your problem.
@East_Coast510
@East_Coast510 7 месяцев назад
Damn
@rimjhimbeats499
@rimjhimbeats499 2 месяца назад
Don't care + Didn't ask
@daniah.8113
@daniah.8113 Месяц назад
​@@rimjhimbeats499 maybe he commented it so other viewers can be aware and the creator will fix it
@manofmesopotamia7602
@manofmesopotamia7602 4 года назад
The only thing that confused me is: you said this video is sponsored by JLCPCB, while they send you perforated board 🤔
@arjundevm7196
@arjundevm7196 3 года назад
Dotted pcb
@LAZYLONER-
@LAZYLONER- 5 лет назад
you ordered dot pcb from JLC PCB, genius!!!
@easyelectronics4364
@easyelectronics4364 5 лет назад
I burst into laughter 😂😂😂😂🤣🤣🤣
@akshitsharma2737
@akshitsharma2737 5 лет назад
and he gave us gerber file of dot pcb lol
@LAZYLONER-
@LAZYLONER- 5 лет назад
@@akshitsharma2737 I didn't knew that,ha ha ha.
@vidyashere7108
@vidyashere7108 5 лет назад
Does you can make up a car which can be controlled by Bluetooth,remote contrll,obstacles detector,hand gesture,line folower.
@vidyashere7108
@vidyashere7108 5 лет назад
Arduino coding only
@user-gv7vy9hl4p
@user-gv7vy9hl4p 4 года назад
High, i have questions about, l298 Motor driver i am using the same as yours but it can only handle one DC MOTOR each side, do you have any suggestions?
@Lot10Games
@Lot10Games 4 года назад
Search on google "Four-way L9110S chip". The driver you see in video is also meant to be working with 2 DC motors only. The driver can be damaged.
@abhajihadi
@abhajihadi 3 года назад
He attached 2 motors at single side.
@rgmtb
@rgmtb 5 лет назад
Great project man! Would love the code. Plz maybe better music next time or think about talking to us 👍👍
@neurosp
@neurosp 15 дней назад
How you power the Arduinos? Via vin pin? If so, do you have a voltage regulator there ?
@valentinmartinez7293
@valentinmartinez7293 4 года назад
hello bro, I made your project and I have a problem, the 2 of the motors turn on when connecting the circuit and I checked the diagram and the code and I can't find the fault, apparently the rf24 modules don't link
@DIYBuilder
@DIYBuilder 4 года назад
bro contact me on instagram
@sLgcd
@sLgcd 3 года назад
i am having the same issue
@donwatana917
@donwatana917 2 года назад
Why It is automatically move backward when I turn on the switch?
@gltech2516
@gltech2516 2 года назад
same prob hope someone could help
@fouzanjaved5441
@fouzanjaved5441 2 года назад
Sir, I love your videos about Arduino projects very much. Sir, you should make the 4 dof joystick-controlled robotic arm car project?
@houarisaaidia4668
@houarisaaidia4668 Месяц назад
28848988585554854210411758814844112741714141141114114
@tbrandx2
@tbrandx2 Год назад
This is one of the best, if not the best video I've seen on Robot cars! Thank you!
@DIYBuilder
@DIYBuilder Год назад
Thanks
@beutifulindia4094
@beutifulindia4094 5 лет назад
How you have made the receiver and transmitter
@ghanashyampatel7007
@ghanashyampatel7007 3 года назад
not working bro please help me i upload the code but the motor 1 automatically work. please help me bro .
@djedjexlol
@djedjexlol 4 года назад
Hi bro ! nice work, rly like your video, Just a question : no BMS or protection for your 18650 CDR ? is it just for the purpose of the tutorial ? thank you for answering me, I would like to have the answer from an experienced person
@virajchauhan6732
@virajchauhan6732 10 месяцев назад
I don't think you need a BMS for such small projects like these. The battery will be balanced already when it gets charged externally with its own charger.
@_beans__
@_beans__ 3 года назад
Can I use cardboard instead of a bread board
@paktoysreview8377
@paktoysreview8377 2 года назад
i like your effort dear
@croydon21H
@croydon21H 4 года назад
Hi, what s/w do you use to draw the schematic diagram?
@gsk1595
@gsk1595 3 года назад
Title is worng "How to assemble"
@gsk1595
@gsk1595 3 года назад
@Aadi Kulkarni my like
@daniah.8113
@daniah.8113 Месяц назад
Hi, what size did you use for the dot perf board?
@abdulraheemm5797
@abdulraheemm5797 4 года назад
What is the range of transmitter and receiver
@lincolnhahn8609
@lincolnhahn8609 3 года назад
If I wanted to use better motors with three wires for this, could I do it if and how
@suspaul100
@suspaul100 4 года назад
awesome job bro.. u rock.. thanks for sharing the schematics and code.. i've designed a tank.. i intend to use ur code. the joy transmitter however has 1 joystick, and i need 2, 1 to control the motion and 1 to control 2 servos for turret motion. can u help??
@MAX-ox3xh
@MAX-ox3xh 3 года назад
Hi can you make an Rc car controlled by the cheap VR wireless controller, the one with a single joystick. Would it be possible to read the data from that controller. I want that because it looks simple in design. Thank you!
@sashankreddy9862
@sashankreddy9862 4 года назад
Broo I have one dout can u pls make the joystick and guesture control car
@kahosheshohe1320
@kahosheshohe1320 2 года назад
Can you arrange the pcb and keep it in the link so it will be the same size and we don't have to choose and make it easier for us and in that way you can get more likes and less unlikes
@SAHNI-um1jh
@SAHNI-um1jh 5 лет назад
Your video quality is nice
@kawior2018
@kawior2018 3 года назад
what is the range of the remote control?
@harshgaming4313
@harshgaming4313 Год назад
100m I think so
@shaneferdz82
@shaneferdz82 2 года назад
What's the range of the Transmitter?
@fismdyuu9260
@fismdyuu9260 2 года назад
Hello if make two cars will the channel collapse?
@dhitongszkietan5182
@dhitongszkietan5182 4 года назад
I have uploaded the code but I am using Arduino uno it doesn't work. Is there something I have to adjust in the codes?
@McMettie
@McMettie 4 года назад
I don't know if it will work, but the input and output pins can mabey be adjusted. Because the name is diffretent on an uno.
@funwithmaths1500
@funwithmaths1500 4 года назад
kya aap contact no. de sakte h jisase aap bata sake ki code kaise upload krna h...sir please
@sLgcd
@sLgcd 3 года назад
Same thing happens on Uno as well. 2 wheels are working continuously. Nothing else happens. Please HELP!
@dhyangundu9635
@dhyangundu9635 3 года назад
it happens to me too
@Davidso31
@Davidso31 Год назад
The same
@sarkarsarkar8210
@sarkarsarkar8210 5 лет назад
And one thing more what is the range of transmitter and receiver?
@shashankkanna5453
@shashankkanna5453 4 года назад
23
@mirohero5738
@mirohero5738 3 года назад
@@shashankkanna5453 bananas?
@prescriptions
@prescriptions 2 года назад
in case anybody is still wondering the answer to this, the receiver he's using claims to go 100 meters, and the one with the antenna claims 1000+ meters
@kanhan4013
@kanhan4013 4 года назад
Green sheet jo table ke upar he use ka kahate he please batao ... Muze lena he
@devitya859
@devitya859 8 месяцев назад
Can you tell me please do I have to order everything separately or will everything be provided in the box that i need?
@deveshbharti8952
@deveshbharti8952 4 года назад
What is the range of nrf24l01 module
@Clarence_13x
@Clarence_13x Год назад
Good video. Is there any way to replace the remote with an esp32 connected to gpt-4?
@AlexNurton
@AlexNurton 5 лет назад
When uploading the code the text / title at the side are opposite the the scetch u uploading
@electric_fanboy8742
@electric_fanboy8742 3 года назад
Thank you Shakesphere
@jigneshpoojary7190
@jigneshpoojary7190 5 лет назад
Please upload sketch and diagrams
@Invention_of_zam
@Invention_of_zam 9 дней назад
Bro What Prototype Board you used in this video?
@alejandroarielgarciaarriag568
@alejandroarielgarciaarriag568 4 года назад
Oustatanding project as everyone that Ihave seen from your channel thanks for sharing.
@DIYBuilder
@DIYBuilder 4 года назад
Thank you very much!
@alejandroarielgarciaarriag568
@alejandroarielgarciaarriag568 4 года назад
@Akh dzzz I thank you very much for the suggestion of this video.
@cengnaoki1527
@cengnaoki1527 4 года назад
How can i do if i want to use rc car remote control ? is it a concept similar to a blutooth ?
@dibyangshukashyap5412
@dibyangshukashyap5412 3 года назад
Kinda
@user-bv1tv9ef9y
@user-bv1tv9ef9y 3 года назад
Is it possible to make it in away it has a camera on top, so you can see where it's driving from it's point of view?
@ruvindurandeniya9741
@ruvindurandeniya9741 4 года назад
Transmitter code should be upload to remote's arduino and reciever code should be upload to car's arduino....Isn't it correct?? Can you explain me....plzzzz.....☺️☺️☺️
@RaviKumar-rp1sj
@RaviKumar-rp1sj 4 года назад
Yes video showing is confusing .....I made but not working..plz help
@electronic7979
@electronic7979 5 лет назад
Nice project 👍
@searchgrandacademy
@searchgrandacademy 5 лет назад
ru-vid.com/show-UC_lkvX1qyF3L6dbopp1aQRw
@sLgcd
@sLgcd 3 года назад
Once it powered, right 2 wheels are working continuously. Nothing else happens. Please HELP!
@umaira2272
@umaira2272 3 года назад
Did you upload the code?
@gltech2516
@gltech2516 2 года назад
same prob hope someone could help
@Davidso31
@Davidso31 Год назад
The same men
@Davidso31
@Davidso31 Год назад
There is any solution?
@johnraphael9474
@johnraphael9474 4 года назад
I have a problem the motors on the right are constantly moving even if the controller is not used
@alekseyermakov2973
@alekseyermakov2973 4 года назад
have you any solution?
@johnraphael9474
@johnraphael9474 4 года назад
@@alekseyermakov2973 apparently, the controller must be connectedand the motors stops and can be controlled. I made it with breadboards btw not pcb
@RaviKumar-rp1sj
@RaviKumar-rp1sj 4 года назад
Same proble is with me...
@tayyabanoorrizwan7531
@tayyabanoorrizwan7531 13 дней назад
did the code worked properly which is given in the description ? did u make it exactly according to this video ?
@UyAlien
@UyAlien Месяц назад
if we make 2 car like this, it will be coincidence control, how can I want to make 2 car control single. Thank you sir
@aayushkumar2000
@aayushkumar2000 4 года назад
Bro please tell me I have to make it
@EasyOne
@EasyOne 5 лет назад
Nicely done
@DIYBuilder
@DIYBuilder 5 лет назад
Thanks
@sarkarsarkar8210
@sarkarsarkar8210 5 лет назад
Sir can you please tell me how u have uploaded the codes?
@CAG_9446
@CAG_9446 4 года назад
I'm so lost when it comes to building the circuit. Are you just using jumper wires and headers, or do I need to buy something else to connect to my nano?
@yannikcod8257
@yannikcod8257 3 года назад
you can simply connect it with jumperwires
@janzstore2119
@janzstore2119 2 года назад
Arduino: 1.8.19 (Windows 7), Board: "Arduino Nano, ATmega328P" A library named RF24-master already exists This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. please help me, what's with this? @DIY Builder
@theeasyguy9026
@theeasyguy9026 4 года назад
What is the range?
@WilsonNingthemchaOfficial
@WilsonNingthemchaOfficial 7 месяцев назад
How can i connect two servo motors for pan and tilt camera
@shauryathakur732
@shauryathakur732 2 месяца назад
am I the only one who noticed him put the receiver code in the transmitter and the transmitter code in the receiver please tell me if I am wrong asap because I have to make this project
@knowledgebyprakhar7896
@knowledgebyprakhar7896 4 месяца назад
how can i add long range transmitter in this car
@iniyansaravanavel2954
@iniyansaravanavel2954 3 года назад
Do this project work with Arduino Uno and Arduino nano with old bootloader??
@yannikcod8257
@yannikcod8257 3 года назад
yes it should work.
@angeloalferez9464
@angeloalferez9464 3 года назад
did you fast forward the last part bro ? the testing part ?
@ericstricoff9284
@ericstricoff9284 2 года назад
I cannot get an NFR24L01 module. They are unavailable at this time. Can I use ACERMIC 38kHz IR transmitter and receiver instead of the NFR24L01? Will the NFR libraries work for these modules, or do I need different libraries to make them work?
@holtsff
@holtsff Год назад
i have a doubt i think the gear motors are too slow can i use 775 motor///
@aegalaxys3
@aegalaxys3 Год назад
Can you make this with lora module for longer range?
@rianrafi2944
@rianrafi2944 Год назад
can we use Arduino uno on the car and nano on the transmitter?
@matyibejo6353
@matyibejo6353 3 года назад
Great project, the only thing u messed up, that in the video u r uploading the transmitter to the car and the receiver to the joystick
@Myself_Manu
@Myself_Manu 4 года назад
I found troubleshooting in uploading thr receiver code due to undeclared variable a in line 37 and 40 of the code so how can i solve the problem
@croydon21H
@croydon21H 4 года назад
see , if the below works for you. I generally update any lifted code. I started with forum.arduino.cc/index.php?topic=421081 /*ARDUINO JOYSTICK CONTROLLED CAR (RECEIVER) YOU HAVE TO INSTALL THE RF24 LIBRARY BEFORE UPLOADING THE CODE github.com/tmrh20/RF24/ */ #include #include #include #define enA 2 #define in1 3 #define in2 4 #define enB 7 #define in3 5 #define in4 6 RF24 radio(9, 10); // CE, CSN const byte address[5] = {'R','x','A','A','A'}; char receivedData[32] = ""; int xAxis, yAxis; int motorSpeedA = 0; int motorSpeedB = 0; void setup() { pinMode(enA, OUTPUT); pinMode(enB, OUTPUT); pinMode(in1, OUTPUT); pinMode(in2, OUTPUT); pinMode(in3, OUTPUT); pinMode(in4, OUTPUT); Serial.begin(9600); radio.begin(); radio.openReadingPipe(0, address); radio.setPALevel(RF24_PA_MIN); radio.startListening(); } void loop() { if (radio.available()) { // If the NRF240L01 module received data radio.read(&receivedData, sizeof(receivedData)); // Read the data and put it into character array xAxis = atoi(&receivedData[0]); // Convert the data from the character array (received X value) into integer delay(10); radio.read(&receivedData, sizeof(receivedData)); yAxis = atoi(&receivedData[0]); delay(10); } // Y-axis used for forward and backward control if (yAxis < 470) { // Set Motor A backward digitalWrite(in1, HIGH); digitalWrite(in2, LOW); // Set Motor B backward digitalWrite(in3, HIGH); digitalWrite(in4, LOW); // Convert the declining Y-axis readings for going backward from 470 to 0 into 0 to 255 value for the PWM signal for increasing the motor speed motorSpeedA = map(yAxis, 470, 0, 0, 255); motorSpeedB = map(yAxis, 470, 0, 0, 255); } else if (yAxis > 550) { // Set Motor A forward digitalWrite(in1, LOW); digitalWrite(in2, HIGH); // Set Motor B forward digitalWrite(in3, LOW); digitalWrite(in4, HIGH); // Convert the increasing Y-axis readings for going forward from 550 to 1023 into 0 to 255 value for the PWM signal for increasing the motor speed motorSpeedA = map(yAxis, 550, 1023, 0, 255); motorSpeedB = map(yAxis, 550, 1023, 0, 255); } // If joystick stays in middle the motors are not moving else { motorSpeedA = 0; motorSpeedB = 0; } // X-axis used for left and right control if (xAxis < 470) { // Convert the declining X-axis readings from 470 to 0 into increasing 0 to 255 value int xMapped = map(xAxis, 470, 0, 0, 255); // Move to left - decrease left motor speed, increase right motor speed motorSpeedA = motorSpeedA + xMapped; motorSpeedB = motorSpeedB - xMapped; // Confine the range from 0 to 255 if (motorSpeedA < 0) { motorSpeedA = 0; } if (motorSpeedB > 255) { motorSpeedB = 255; } } if (xAxis > 550) { // Convert the increasing X-axis readings from 550 to 1023 into 0 to 255 value int xMapped = map(xAxis, 550, 1023, 0, 255); // Move right - decrease right motor speed, increase left motor speed motorSpeedA = motorSpeedA - xMapped; motorSpeedB = motorSpeedB + xMapped; // Confine the range from 0 to 255 if (motorSpeedA > 255) { motorSpeedA = 255; } if (motorSpeedB < 0) { motorSpeedB = 0; } } // Prevent buzzing at low speeds (Adjust according to your motors. My motors couldn't start moving if PWM value was below value of 70) if (motorSpeedA < 70) { motorSpeedA = 0; } if (motorSpeedB < 70) { motorSpeedB = 0; } analogWrite(enA, motorSpeedA); // Send PWM signal to motor A analogWrite(enB, motorSpeedB); // Send PWM signal to motor B }
@dattatraydeshmukh8781
@dattatraydeshmukh8781 Год назад
@@croydon21H thanks
@gary8022
@gary8022 Месяц назад
your video shows the transmitter and reciever wrong way round ie your loading tx code to the rx and vice versa
@alexisdelrio1294
@alexisdelrio1294 4 года назад
how many volts do you feed the gearmotors?
@DIYBuilder
@DIYBuilder 4 года назад
7.4v
@surendharselvakumar7606
@surendharselvakumar7606 4 года назад
Can we control the rpm of the motor???
@dibyangshukashyap5412
@dibyangshukashyap5412 3 года назад
Nope
@prasannarohit1238
@prasannarohit1238 4 года назад
can you please tell me the controlling range of that rf and car , i am also looking forward to make such that car
@aryanagarwal8256
@aryanagarwal8256 4 года назад
Plz tell whether the pcb used is dot pcb
@ameyahire1875
@ameyahire1875 2 года назад
Sir you have got this all Object in kit or you have bought it separately.
@ramabhalla2968
@ramabhalla2968 4 года назад
You have used which wire for gear motors
@nethmasandeep5828
@nethmasandeep5828 4 года назад
please i have a problam .when i give foward signal left side motors going forward. and i give backward right motors go backward only one side motor working only .please help me
@3m_art001
@3m_art001 5 лет назад
Great project Loved it
@dhitikagarwal3834
@dhitikagarwal3834 3 года назад
Sir you didn't showed us is how to make board circuits
@neetugupta9578
@neetugupta9578 3 года назад
Yes this is my doubt too
@neetugupta9578
@neetugupta9578 3 года назад
Please tell
@BlueOctopusDev
@BlueOctopusDev 8 месяцев назад
hey, what do think everything you used cost in total ? i think i'll do this project but i'm broke
@sumitsinghthakur3669
@sumitsinghthakur3669 4 года назад
Bro can this chip use more heavy moter... Like major Project car moter
@Adilkhan-hs7yq
@Adilkhan-hs7yq 2 месяца назад
Can you make a project same as this for drone
@pavitrakabbur9023
@pavitrakabbur9023 5 лет назад
Can I use Arduino uno instead Arduino nano in this project
@rohitjg
@rohitjg 5 лет назад
yes
@Ajay20100000
@Ajay20100000 3 года назад
Can I use the same coding for a 12volt dc motor(775 motor)?
@WebDepthMviewsyearsago
@WebDepthMviewsyearsago 3 года назад
Yes but 775 motor dont use it in car
@Ajay20100000
@Ajay20100000 3 года назад
@@WebDepthMviewsyearsago Thank you, Then please give me a suggestion for the big motor?
@WebDepthMviewsyearsago
@WebDepthMviewsyearsago 3 года назад
Yes
@WebDepthMviewsyearsago
@WebDepthMviewsyearsago 3 года назад
You can buy bo motor
@VireakDoungchet
@VireakDoungchet 5 лет назад
very good job. i like and i want to make it too.
@sudhanshuverma2181
@sudhanshuverma2181 4 года назад
Can u gave the sketch of circuit on pcb please
@tatchmeneses2545
@tatchmeneses2545 3 года назад
What is the size of the PCB board?
@victorhugovillalobosglez48
@victorhugovillalobosglez48 5 лет назад
congratulations new subscriber
@aswinkrishna204
@aswinkrishna204 3 года назад
I am also trying this project .So in this L298N motor drive module can we use 4 motors at a time?
@khalednazeh8669
@khalednazeh8669 2 года назад
He connected every same side motors to the same output of the driver as they will always bs moving together forward or backward
@user-cv3eo4kh6n
@user-cv3eo4kh6n 10 месяцев назад
please try to make an video for the same project but with timeout mechanism...
@udanthabodhinayake7603
@udanthabodhinayake7603 3 года назад
can you please tell me why doesent the COM7 appear in my programme?
@seniorbolt1224
@seniorbolt1224 4 года назад
at 2:48 what is the small white thing on the transmitter board
@parthrajnibhoria9159
@parthrajnibhoria9159 4 года назад
what is the white coloured item on the transmitter
@cuarentenaviral4756
@cuarentenaviral4756 5 лет назад
Gracias, nos salvas a todos :D
@kashobsaha4433
@kashobsaha4433 5 лет назад
Good job brother
@dhitikagarwal3834
@dhitikagarwal3834 3 года назад
Can I make this without this PCB board with just connecting circuits
@m.chandrasekaran2514
@m.chandrasekaran2514 4 года назад
You are using only receiver on both modules, or am i wrong.i checked your description link too,but couldn't find a transmitter.
@novato5106
@novato5106 3 года назад
Late response probs wont help you but might help someone else, the module is transimitter AND receiver on the same module!
Далее
لدي بط عالق في أذني😰🐤👂
00:17
Напугал рыжего малыша😂
01:00
Просмотров 98 тыс.
A Minecraft Movie | Teaser
01:20
Просмотров 27 млн
How To Make DIY Arduino Gesture Control Robot At Home
8:53
$15 Drone Build within 24 Hour - Challenge
12:01
Просмотров 3,5 млн
3 Hours vs. 3 Years of Blender
17:44
Просмотров 4,8 млн
Make it for Defense
10:25
Просмотров 12 млн
لدي بط عالق في أذني😰🐤👂
00:17