How To Make A DIY Arduino Joystick Control Car At Home

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • 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

Комментарии • 750

  • @smitapatil55
    @smitapatil55 4 года назад +15

    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 года назад +13

      Thanks bro and soon i will start voice-over videos where i'll explain every details

    • @RaviKumar-rp1sj
      @RaviKumar-rp1sj 4 года назад +5

      @@DIYBuilder plz sir uploaded the correct code we wanna to make it successful our project..toughly I arrange all the components...

    • @explorer1360
      @explorer1360 2 года назад

      ruclips.net/video/oOoypRHMZ-o/видео.html

    • @David-vu7ie
      @David-vu7ie Год назад

      ​@@DIYBuilder Hello, can duo please update the code? thanks în advance

    • @docta_petervengkman
      @docta_petervengkman 8 месяцев назад

      ​@@DIYBuilderliar!

  • @manityagi633
    @manityagi633 3 года назад +14

    One suggestion while moving left or right both sides motor should move in opposite direction for smother turns.

  • @gsk1595
    @gsk1595 3 года назад +11

    Title is worng
    "How to assemble"

    • @gsk1595
      @gsk1595 3 года назад

      @Aadi Kulkarni my like

  • @worldofcircuits7157
    @worldofcircuits7157 3 года назад +24

    Awesome project!!! but when I tried it out the signal of radio module doesn't last long what should I do

  • @fouzanjaved5441
    @fouzanjaved5441 3 года назад +7

    sir, good joystick-controlled robot and how many days you have spent to finish your joystick-controlled robot.

  • @manofmesopotamia7602
    @manofmesopotamia7602 4 года назад +34

    The only thing that confused me is: you said this video is sponsored by JLCPCB, while they send you perforated board 🤔

  • @danielsunday8417
    @danielsunday8417 4 года назад +9

    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 9 месяцев назад

      Does this work

  • @fouzanjaved5441
    @fouzanjaved5441 2 года назад +5

    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 2 месяца назад

      28848988585554854210411758814844112741714141141114114

  • @akasha9774
    @akasha9774 4 года назад +2

    Shalini we use nfr24L01 2.4ghz module

  • @LAZYLONER-
    @LAZYLONER- 5 лет назад +7

    you ordered dot pcb from JLC PCB, genius!!!

    • @easyelectronics4364
      @easyelectronics4364 5 лет назад +1

      I burst into laughter 😂😂😂😂🤣🤣🤣

    • @akshitsharma2737
      @akshitsharma2737 5 лет назад +3

      and he gave us gerber file of dot pcb lol

    • @LAZYLONER-
      @LAZYLONER- 5 лет назад +1

      @@akshitsharma2737 I didn't knew that,ha ha ha.

  • @donwatana917
    @donwatana917 2 года назад +2

    Why It is automatically move backward when I turn on the switch?

    • @gltech2516
      @gltech2516 2 года назад

      same prob hope someone could help

  • @SAHNI-um1jh
    @SAHNI-um1jh 5 лет назад +4

    Your video quality is nice

  • @rgmtb
    @rgmtb 5 лет назад +8

    Great project man! Would love the code. Plz maybe better music next time or think about talking to us 👍👍

  • @ghanashyampatel7007
    @ghanashyampatel7007 3 года назад +2

    not working bro please help me i upload the code but the motor 1 automatically work. please help me bro .

  • @yashp
    @yashp 2 года назад +10

    hi, what did you use to build the schematic?

  • @VeniceArte
    @VeniceArte 4 года назад +11

    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

  • @vidyashere7108
    @vidyashere7108 5 лет назад +5

    Does you can make up a car which can be controlled by Bluetooth,remote contrll,obstacles detector,hand gesture,line folower.

  • @ZoKes-e9l
    @ZoKes-e9l 4 года назад +5

    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 года назад +1

      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 4 года назад

      He attached 2 motors at single side.

  • @alejandroarielgarciaarriag568
    @alejandroarielgarciaarriag568 4 года назад +1

    Oustatanding project as everyone that Ihave seen from your channel thanks for sharing.

  • @incredible2832
    @incredible2832 2 года назад +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

  • @valentinmartinez7293
    @valentinmartinez7293 4 года назад +3

    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 года назад +1

      bro contact me on instagram

    • @sLgcd
      @sLgcd 3 года назад +1

      i am having the same issue

  • @EasyOne
    @EasyOne 5 лет назад +1

    Nicely done

  • @iniyansaravanavel2954
    @iniyansaravanavel2954 3 года назад +2

    Do this project work with Arduino Uno and Arduino nano with old bootloader??

  • @paktoysreview8377
    @paktoysreview8377 2 года назад +4

    i like your effort dear

  • @sLgcd
    @sLgcd 3 года назад +3

    Same thing happens on Uno as well. 2 wheels are working continuously. Nothing else happens. Please HELP!

  • @Adilkhan-hs7yq
    @Adilkhan-hs7yq 3 месяца назад +1

    Can you make a project same as this for drone

  • @jigneshpoojary7190
    @jigneshpoojary7190 5 лет назад +4

    Please upload sketch and diagrams

  • @janzstore2119
    @janzstore2119 2 года назад +1

    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

  • @janzstore2119
    @janzstore2119 2 года назад +1

    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

  • @janzstore2119
    @janzstore2119 2 года назад +1

    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

  • @mehmetalierdem2580
    @mehmetalierdem2580 4 года назад +33

    it didnt work

    • @bby256
      @bby256 8 месяцев назад +5

      Your problem.

    • @East_Coast510
      @East_Coast510 8 месяцев назад

      Damn

    • @rimjhimbeats499
      @rimjhimbeats499 3 месяца назад

      Don't care
      +
      Didn't ask

    • @daniah.8113
      @daniah.8113 2 месяца назад

      ​@@rimjhimbeats499 maybe he commented it so other viewers can be aware and the creator will fix it

  • @janzstore2119
    @janzstore2119 2 года назад +1

    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

  • @janzstore2119
    @janzstore2119 2 года назад +1

    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

  • @dhitongszkietan5182
    @dhitongszkietan5182 5 лет назад +3

    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

  • @yagneshwaranbrw
    @yagneshwaranbrw 5 лет назад +4

    Bro superb bro... Need more from u...😍

  • @akulgupta3310
    @akulgupta3310 11 месяцев назад +1

    Hey Can I supply power with 12v battery

  • @MAX-ox3xh
    @MAX-ox3xh 3 года назад +1

    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!

  • @fismdyuu9260
    @fismdyuu9260 2 года назад +1

    Hello if make two cars will the channel collapse?

  • @riteshgaming4341
    @riteshgaming4341 5 лет назад +4

    How to make arduino nano drone

  • @kahosheshohe1320
    @kahosheshohe1320 3 года назад +1

    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

  • @Clarence_13x
    @Clarence_13x Год назад

    Good video. Is there any way to replace the remote with an esp32 connected to gpt-4?

  • @VireakDoungchet
    @VireakDoungchet 5 лет назад +2

    very good job. i like and i want to make it too.

  • @neurosp
    @neurosp Месяц назад

    How you power the Arduinos? Via vin pin? If so, do you have a voltage regulator there ?

  • @ruvindurandeniya9741
    @ruvindurandeniya9741 4 года назад +1

    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 года назад +1

      Yes video showing is confusing .....I made but not working..plz help

  • @shauryathakur732
    @shauryathakur732 3 месяца назад +1

    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

  • @ozanmusk
    @ozanmusk 5 лет назад +1

    nice video budy thanks

  • @sashankreddy9862
    @sashankreddy9862 4 года назад +2

    Broo I have one dout can u pls make the joystick and guesture control car

  • @TheMarketingMan4U
    @TheMarketingMan4U 4 года назад +1

    Ohhh comeon in just 6mnts its difficult for a commece graduate student to make it at home. Make video in detail for laymen too.

  • @khasimmohammad18
    @khasimmohammad18 5 лет назад +2

    Excellent

  • @daniah.8113
    @daniah.8113 2 месяца назад +1

    Can i use arduino uno instead? 🙏🏻

  • @djedjexlol
    @djedjexlol 4 года назад +3

    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 11 месяцев назад

      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.

  • @BlueOctopusDev
    @BlueOctopusDev 9 месяцев назад

    hey, what do think everything you used cost in total ? i think i'll do this project but i'm broke

  • @rajendraprasad8187
    @rajendraprasad8187 4 года назад +1

    Bro. Gerbet, code not opening bro please keep again

  • @beutifulindia4094
    @beutifulindia4094 5 лет назад +8

    How you have made the receiver and transmitter

  • @MerVin-m7e
    @MerVin-m7e Месяц назад +1

    what is the range of it ?

  • @kawior2018
    @kawior2018 3 года назад +4

    what is the range of the remote control?

  • @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

  • @surendharselvakumar7606
    @surendharselvakumar7606 4 года назад +3

    Can we control the rpm of the motor???

  • @daniah.8113
    @daniah.8113 2 месяца назад

    Hi, what size did you use for the dot perf board?

  • @aryanagarwal8256
    @aryanagarwal8256 4 года назад +1

    Plz tell whether the pcb used is dot pcb

  • @_beans__
    @_beans__ 3 года назад +1

    Can I use cardboard instead of a bread board

  • @CodeLabQ
    @CodeLabQ 5 лет назад +3

    Plz make. Automatic school bell system using arduino

    • @akshitsharma2737
      @akshitsharma2737 5 лет назад

      dats easy just get a RTC module nd a relay to run a bell

  • @TechyChung
    @TechyChung 5 лет назад +2

    IF ANYONE FACING PRBLM WITH UPLOADING CODE, REMEMBER TO add zip file RF24 in tools option, i hope it might help you all guys

    • @robinvangils2104
      @robinvangils2104 4 года назад

      i installed the RF24 library but still cant upload the code

    • @TechyChung
      @TechyChung 4 года назад

      @@robinvangils2104 after installing u have to extract file to get the code

    • @abdulhalimabdulhalim1870
      @abdulhalimabdulhalim1870 4 года назад

      @@TechyChung what to do with RF23 code

  • @carzygokul8010
    @carzygokul8010 5 лет назад +5

    Bro plz give me this car super bro

  • @Marvel1494
    @Marvel1494 Год назад

    super project
    i like this

  • @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

  • @devitya859
    @devitya859 8 месяцев назад +1

    Can you tell me please do I have to order everything separately or will everything be provided in the box that i need?

  • @ever_calzada2712
    @ever_calzada2712 4 года назад +2

    Thaaaaaanksss A lot

  • @sarkarsarkar8210
    @sarkarsarkar8210 5 лет назад +4

    And one thing more what is the range of transmitter and receiver?

    • @shashankkanna5453
      @shashankkanna5453 4 года назад +1

      23

    • @mirohero5738
      @mirohero5738 3 года назад

      @@shashankkanna5453 bananas?

    • @prescriptions
      @prescriptions 3 года назад

      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

  • @dhitikagarwal3834
    @dhitikagarwal3834 3 года назад +2

    Sir you didn't showed us is how to make board circuits

  • @sriaruledits
    @sriaruledits Год назад

    This vedio code is correct or your downlode code link is correct
    Which is correct
    And the vedio code and your downloading code is different
    please. Reply make it fast

  • @garlicmark1547
    @garlicmark1547 3 года назад +1

    How can i get the code link for the 2 items man ? 🤐

  • @theeasyguy9026
    @theeasyguy9026 4 года назад +1

    What is the range?

  • @johnraphael9474
    @johnraphael9474 4 года назад +2

    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 Месяц назад

      did the code worked properly which is given in the description ? did u make it exactly according to this video ?

  • @deveshbharti8952
    @deveshbharti8952 4 года назад +1

    What is the range of nrf24l01 module

  • @dakshvelani9363
    @dakshvelani9363 2 года назад

    Very Expensive
    It is better to use the remote control redymade car of only 500rs

  • @gurjassjolly333
    @gurjassjolly333 5 лет назад +1

    The code in the description is not installing and if the file is not supported can you pls send me the code file

    • @croydon21H
      @croydon21H 5 лет назад

      You must be making a mistake. you have to check bootloader [old, in some cases] , COM port , and correct arduino model

  • @shalinibansal3802
    @shalinibansal3802 2 года назад +1

    Bahi Meri to halat kharab ho gyi car bnana mai

  • @saqibsaiyed1122
    @saqibsaiyed1122 4 года назад +2

    Where do you get the code?

  • @abdulraheemm5797
    @abdulraheemm5797 4 года назад +3

    What is the range of transmitter and receiver

  • @RahulSharma0
    @RahulSharma0 4 года назад +1

    What would be the total cost of this project ?

  • @chamluck
    @chamluck 5 лет назад +4

    Thank you very much. It's Great project

  • @srd3528
    @srd3528 3 года назад +1

    I am done everything right programs uploaded, connection is also write then also car is not moving please give me solution 😔😔

    • @thevinufernando981
      @thevinufernando981 3 года назад

      Bro I have done so many arduino projects and these youtube videos never worked. I know how you feel when you buy all the things for nothing.

    • @umaira2272
      @umaira2272 3 года назад

      Did you install the.libraries?

  • @lalitasahu9422
    @lalitasahu9422 4 года назад +1

    O....my god

  • @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?

  • @fouzanjaved5441
    @fouzanjaved5441 3 года назад +1

    sir, I have a request to ask you can you please, please upload the joystick-controlled robotic arm project and please also upload by giving the circuit diagrams and the code to the joystick-controlled robotic arm project. thank you, sir.

  • @tayyabanoorrizwan7531
    @tayyabanoorrizwan7531 23 дня назад

    the transmitter will be connected to car or joystick ?

  • @AlexNurton
    @AlexNurton 5 лет назад +8

    When uploading the code the text / title at the side are opposite the the scetch u uploading

  • @priyankasridhar1531
    @priyankasridhar1531 2 года назад

    Sir we can use L293 motor drive sir?

  • @techcreative6315
    @techcreative6315 5 лет назад +1

    Super bro

  • @knowledgebyprakhar7896
    @knowledgebyprakhar7896 5 месяцев назад

    how can i add long range transmitter in this car

  • @pranavsuryawanshi10the32
    @pranavsuryawanshi10the32 Год назад

    INSTALL RF24 ZIP FILE IN ARDUINO SOFTWARE IF CODE IS NOT WORKING

  • @kanhan4013
    @kanhan4013 4 года назад +1

    Green sheet jo table ke upar he use ka kahate he please batao ... Muze lena he

  • @robotics1716
    @robotics1716 3 года назад

    Bro please make a video on same thing with L283d motor driver. Please

  • @Invention_of_zam
    @Invention_of_zam Месяц назад

    Bro What Prototype Board you used in this video?

  • @tuananhtran2303
    @tuananhtran2303 3 года назад

    I have an error: avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x54
    Can you help me fix this error?

  • @gary8022
    @gary8022 2 месяца назад

    your video shows the transmitter and reciever wrong way round ie your loading tx code to the rx and vice versa

  • @konthoujamnirjala
    @konthoujamnirjala Год назад

    If anyone have the code my humble request plz send me .

  • @sLgcd
    @sLgcd 3 года назад +1

    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?

  • @electronic7979
    @electronic7979 5 лет назад +2

    Nice project 👍