Arduino Project-Self Balancing Robot

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 มิ.ย. 2018
  • Arduino Project-Arduino Self Balancing Robot
    BAKON SBK 936D+ Adjustable Temperature Soldering Station: goo.gl/Q43wrm
    The Best 3D Printer and DIY Tool Flash Sale: goo.gl/jx8Pc3
    Gearbest Summer DIY Video Contest DIY Tool Best Deals:goo.gl/f57DD2
    GearBest: Online Shopping - Best Gear at Best Prices: goo.gl/4wY4qU
    In this Arduino Project Tutorial, I Built Self Balancing Robot with Smartphone Control using Arduino Microcontroller.
    This Self Balancing Robot is a Two-wheeled Robot that balances vertically using a closed-loop algorithm. This Self Balancing Robot Features various modes like Position Hold, Simple Mode, Rise Mode and Joystick Control. This Robot is controllable by a Smartphone device or a Transmitter. Self Balancing robot uses data from the Accelerometer and Gyroscope to correct its orientation and position.
    Instagram- / shinedjar
    Facebook- / rztronics
    Twitter - / rztronix
    Code and Schematics:
    github.com/mahowik/BalancingWii
    Parts Used:
    2 x NEMA 17 Stepper Motor-s.click.aliexpress.com/e/nMVrRJu
    2 x A4988 Drivers-s.click.aliexpress.com/e/IAu7QzB
    Arduino Nano-s.click.aliexpress.com/e/Vrz37a2
    Lipo Battery-s.click.aliexpress.com/e/2VnyzNz
    HC-05 Bluetooth Module-s.click.aliexpress.com/e/i66EAQV
    GY-521 Module-s.click.aliexpress.com/e/JAYfAaA
    Prototype Board-s.click.aliexpress.com/e/niAE6mI
    10cm Wheels-s.click.aliexpress.com/e/y7eYVzj
    M5 Rod-s.click.aliexpress.com/e/FybiEQV
    Angle Brackets-s.click.aliexpress.com/e/ieaeAMr
    Screws and Nuts-s.click.aliexpress.com/e/ufIYje2
    s.click.aliexpress.com/e/ZrnuNzZ
    Music-
    Classic by Joakim Karud
    • Classic (Loudness & Cl...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 986

  • @diyowl5496
    @diyowl5496 6 ปีที่แล้ว +29

    For some reason, this video looks very aesthetic and professional. Keep up the amazing work. Subscribed!

    • @Tjup
      @Tjup 4 ปีที่แล้ว +3

      the shematic is wrong, the bluetooth only get voltage, and nothing more

  • @ejikenwaeze5979
    @ejikenwaeze5979 6 ปีที่แล้ว +163

    I love the video quality. Seems somewhat professional. Please post more consistently if you want to succeed at TH-cam, bc I know you would

  • @christianclement8732
    @christianclement8732 5 ปีที่แล้ว +18

    Bravo (in french) ! Could you please add a picture of the pcb after all soldering is done ? This will be very helpfull for me who is not a great electronician ! Thank you very much.

  • @rahulvaity8528
    @rahulvaity8528 5 ปีที่แล้ว +20

    Nice video quality and excellent job

  • @sumithaibrahim6441
    @sumithaibrahim6441 6 ปีที่แล้ว +5

    I love this video because the video quality is super and the song and sound make us to listen to it and the project is awsome so all the best to future

  • @TheModmod
    @TheModmod 5 ปีที่แล้ว +202

    most people who watch content like this are very interested in how this is actually made, so if you could go through more technical details about the arduino shields used and the code and the wiring itll be much more appealing

  • @hvdub754
    @hvdub754 5 ปีที่แล้ว +3

    please post more!!!! amazing production quality!

  • @eToroBoT
    @eToroBoT 5 ปีที่แล้ว +12

    a lot of builders on YT need to learn from your video quality

  • @TheSaitrus
    @TheSaitrus 5 ปีที่แล้ว +346

    Balances a lot better than the Boeing 737 MAX.

  • @ayubsunarya6284
    @ayubsunarya6284 5 ปีที่แล้ว +69

    Try adding PID transfer function to avoid the wiggling movement. Than you will get smooth balancing. Great project btw!

    • @finnbsch
      @finnbsch 4 ปีที่แล้ว +1

      How will the integral part help?

    • @isaacprosper6295
      @isaacprosper6295 4 ปีที่แล้ว +9

      Damn geniuses,what I'm I doing here

    • @gamingfeeling5511
      @gamingfeeling5511 3 ปีที่แล้ว +4

      @@isaacprosper6295 error_prior = 0
      integral_prior = 0
      KP = Some value you need to come up
      KI = Some value you need to come up
      KD = Some value you need to come up
      bias = 0 (see below)
      while(1) {
      error = desired_value - actual_value
      integral = integral_prior + error * iteration_time
      derivative = (error - error_prior) / iteration_time
      output = KP*error + KI*integral + KD*derivative + bias
      error_prior = error
      integral_prior = integral
      sleep(iteration_time)
      }
      Really simple
      edit: thats pseudo code btw

    • @xeither289
      @xeither289 8 หลายเดือนก่อน

      GOD JESUS TOLD US TO LOVE GOD AND TO LOVE ONE ANOTHER! LET'S NOT DESTROY THIS WORLD! NO WAR!!! БОГ СОЗДАЛ ТАКОЙ ПРЕКРАСНЫЙ МИР! НЕ БУДЕМ РАЗРУШАТЬ МИР! ПОЛЮБИМ БОГА И ВСЕХ ЛЮДЕЙ! НЕТ ВОЙНЕ!!

    • @xeither289
      @xeither289 8 หลายเดือนก่อน

      ​@@finnbschGOD JESUS TOLD US TO LOVE GOD AND TO LOVE ONE ANOTHER! LET'S NOT DESTROY THIS WORLD! NO WAR!!! БОГ СОЗДАЛ ТАКОЙ ПРЕКРАСНЫЙ МИР! НЕ БУДЕМ РАЗРУШАТЬ МИР! ПОЛЮБИМ БОГА И ВСЕХ ЛЮДЕЙ! НЕТ ВОЙНЕ!!

  • @ABID5
    @ABID5 5 ปีที่แล้ว

    Very well done.Good filming and transitions.

  • @thunderbolt997
    @thunderbolt997 5 ปีที่แล้ว +1

    woah woah easy on the soldering iron flexing haha :D great vid

  • @mattm7482
    @mattm7482 5 ปีที่แล้ว +5

    Can you describe the design and the function of the modules briefly ? That would help attract more views, I would prefer some technical details.

  • @YasinHasan
    @YasinHasan 5 ปีที่แล้ว +98

    now add follow me function, so that i can keep it as a pet

    • @matrixate
      @matrixate 4 ปีที่แล้ว +1

      Exactly everyone's thought but unfortunately, that will have unexpected results and accidents, especially in public. Honda already has that in a following motorcycle. See here: th-cam.com/video/Okf283Ct-NY/w-d-xo.html

  • @jackdiamondsa4298
    @jackdiamondsa4298 5 ปีที่แล้ว +1

    now this is how u make a video , keep it up mate

  • @danielwatts3718
    @danielwatts3718 4 ปีที่แล้ว

    Great video, fantastic production quality

  • @kadenzxc
    @kadenzxc 5 ปีที่แล้ว +5

    Awesome job! I'm working on a balancing robot myself at the moment. Still stuck in the math though. My approach uses 15 state variables in the model right now :'( But I'd really like to keep things like wheel inertia in the picture; I think my MCU is fast enough to handle it.

  • @MegaClaudj
    @MegaClaudj 6 ปีที่แล้ว +3

    beauty project ¡¡¡¡

  • @PhG1961
    @PhG1961 6 ปีที่แล้ว +1

    Great video ! Excellent work !

  • @porteenbois503
    @porteenbois503 5 ปีที่แล้ว +1

    I love this sound !

  • @aadityadhruve172
    @aadityadhruve172 5 ปีที่แล้ว +3

    Excellent job done. Very neatly explained all the stuf

  • @rakhigupta8310
    @rakhigupta8310 5 ปีที่แล้ว +4

    Please try to add a proximity sensor to this. Hope you will do it.😊

  • @muhammadusmanmalik1166
    @muhammadusmanmalik1166 5 ปีที่แล้ว +1

    Excellent Video Bro showing ur excellence and ur skills

  • @gazvlogs7459
    @gazvlogs7459 5 ปีที่แล้ว +1

    More flux and a little bit more heat and you will be pleased, great quality right here!

  • @trinston13
    @trinston13 5 ปีที่แล้ว +7

    Now how do I make it autonomously follow me around so I don't have to carry multiple shots to my friends?

  • @Gabrozzooooo
    @Gabrozzooooo 5 ปีที่แล้ว +4

    where can I find all the measurements? (of the pcb to be cut and the length of the threaded bar)

    • @christianclement8732
      @christianclement8732 5 ปีที่แล้ว +2

      Evaluating the number of holes in the pcb board, I estimated the following size : 16.5 x 8 cm. Concerning the threaded bar, I used a 1 meter rod => 25 cm for each rod.

    • @Seedx
      @Seedx 5 ปีที่แล้ว

      How big do you think this is?

  • @gamenzo7608
    @gamenzo7608 5 ปีที่แล้ว

    You are a genius. thanks because your video helps me in another project

  • @RajendraVermaa
    @RajendraVermaa 6 ปีที่แล้ว

    Excellent, 10 out of 10.

  • @nalini6920
    @nalini6920 5 ปีที่แล้ว +12

    It is not complete Schematic, bluetooth pin conection are not shown there

  • @cherifaidara4244
    @cherifaidara4244 5 ปีที่แล้ว +7

    Nice but you should add a turning function with the motors

    • @TheDutchGamingBE
      @TheDutchGamingBE 4 ปีที่แล้ว

      Yeah if you can combine this part with pieces of an autonomous arduino car that'd be way better

  • @user-lv9ut4ol6l
    @user-lv9ut4ol6l 5 ปีที่แล้ว +2

    quality video!!!! so great. from VietNam

  • @tinkerguru2895
    @tinkerguru2895 5 ปีที่แล้ว

    Cool balancing is perfect

  • @hamidhamouchi4437
    @hamidhamouchi4437 5 ปีที่แล้ว +3

    Great Job Bro !
    When I connected the application EZ-GUI to the HC-05 Bluetooth Module, I don't found parameters "AUX" (it's empty !!! ) How I can resolve this problem plz ?
    Thanks !!

  • @yanin68
    @yanin68 5 ปีที่แล้ว +13

    How does the bluetooth work if it's not connected anywhere?

    • @connorwatson7162
      @connorwatson7162 5 ปีที่แล้ว

      it states that it's connected to TX and RX on the documentation online

  • @alterntech
    @alterntech 5 ปีที่แล้ว +2

    just open the zip file and up load the sketch.. How can it work without testing the MPU6050 for offset values to calibrate the gyro/acc module??

  • @djtoddles8750
    @djtoddles8750 5 ปีที่แล้ว

    Very impressive, thanks for sharing this

  • @RajendraVermaa
    @RajendraVermaa 6 ปีที่แล้ว +4

    Thank you for the wonderful video again. I was finally able to make the complete project with some minor modifications. The GY521 module must be placed as high as possible from the ground rather than on the PCB which is in the middle shelf. The EZ-GUI settings especially the PID should have been touched upon also. Without this input making the robot may be frustrating for the inexperienced. I had to do a lot of tweaking to finally get it balancing properly. It was a great learning experience. Keep on uploading such videos.

    • @rajvanshsingh770
      @rajvanshsingh770 5 ปีที่แล้ว

      PLEASE GUIDE ME FOR THIS PROJECT IS NOT WORKING AS GUI RECEIVING NO DATA

    • @RajendraVermaa
      @RajendraVermaa 5 ปีที่แล้ว

      Rajvansh Singh
      Please set the Bluetooth HC 05 module baudrate to 115200. Just Google for the procedure.

    • @raahimimran6937
      @raahimimran6937 5 ปีที่แล้ว

      How many mah of the battery is used?? Please reply....

    • @LeoL123
      @LeoL123 5 ปีที่แล้ว +1

      Could you tell the PID configuration? I have done this project, but the wheels keep turning for a while then vibrating.

    • @shwetasingh773
      @shwetasingh773 5 ปีที่แล้ว

      Rajendra Verma can u plz tell me how to change hc-05 baud rate

  • @sanupamu
    @sanupamu 6 ปีที่แล้ว +7

    What is part of hc05 its not connected any where. Except power

    • @RajendraVermaa
      @RajendraVermaa 6 ปีที่แล้ว +1

      Connect to nano pins TX and RX, need a voltage divider. Just google

    • @sanupamu
      @sanupamu 6 ปีที่แล้ว +1

      Rajendra Verma thanxs

    • @rockin123ricks
      @rockin123ricks 5 ปีที่แล้ว

      Its a bluetooth module to connect to the phone

    • @pradeepavenkatesan1744
      @pradeepavenkatesan1744 5 ปีที่แล้ว

      S

    • @jaykumarvora2156
      @jaykumarvora2156 5 ปีที่แล้ว

      @@RajendraVermaa bro plss mail me the proper circuit diagram ..have tried this circuit couple of times
      @jvora443@gmail.com

  • @danielbenisti3664
    @danielbenisti3664 5 ปีที่แล้ว

    you are amazing and very tallented!!

  • @calendil
    @calendil 5 ปีที่แล้ว +1

    Excelent song btw :)

  • @mohit-gs3ql
    @mohit-gs3ql 6 ปีที่แล้ว +4

    Can you please give me the circuit diagram?

    • @RZtronics
      @RZtronics  6 ปีที่แล้ว +1

      Link available in the description.

    • @mohit-gs3ql
      @mohit-gs3ql 6 ปีที่แล้ว

      RZtronics ok thanks

    • @MrBLUE-qw9xf
      @MrBLUE-qw9xf 5 ปีที่แล้ว

      RZtronics how can i change the values of pid please sir help me

  • @rollielyncoro95
    @rollielyncoro95 5 ปีที่แล้ว +3

    Whats the value of the capacitor

    • @bindus3939
      @bindus3939 5 หลายเดือนก่อน

      50v 100uF

  • @99desi9n
    @99desi9n 9 หลายเดือนก่อน

    This is amazing. What weights would it be able to handle, or should you use a bigger motor for weights over 60kg?

  • @chandraprakashs9327
    @chandraprakashs9327 5 ปีที่แล้ว

    project and video presentation is excellent

  • @khalilbensalah6529
    @khalilbensalah6529 5 ปีที่แล้ว +3

    hey i have a problem in compiling the codes
    please helpp

    • @cai0_o
      @cai0_o 5 ปีที่แล้ว

      what is your problem?

    • @khalilbensalah6529
      @khalilbensalah6529 5 ปีที่แล้ว

      @@cai0_o soory it no thé codes
      I gant find mpu6050
      Can i use another one like adxl345 ?

    • @SaiKumar-tl5tz
      @SaiKumar-tl5tz 4 ปีที่แล้ว

      bro did ur code worked?

  • @bebek1993
    @bebek1993 6 ปีที่แล้ว +4

    But can it run Crysis ?

  • @Chromodynamics
    @Chromodynamics 5 ปีที่แล้ว

    Pretty clean shave and neat

  • @user-tt3dz5qv7d
    @user-tt3dz5qv7d 5 ปีที่แล้ว

    Thanks a good video!! I have a question. The buzzer is known to be connected to PWM. Is A2 also a PWM pin?

  • @johnsunlight
    @johnsunlight 5 ปีที่แล้ว +4

    Cool, until some guy from Boston Dynamics shows up and kicks it over.

  • @paulfilliette9855
    @paulfilliette9855 6 ปีที่แล้ว +3

    nice!! can he turn?

  • @MikeysLab
    @MikeysLab 5 ปีที่แล้ว

    Think i will build something similar in the lab for my April video :) thanks for the inspiration.

    • @jesseschultz6512
      @jesseschultz6512 5 ปีที่แล้ว +1

      Try modern control laws. Watch the double pendulum and triple pendulum balancing vids. Pretty neat stuff.

    • @MikeysLab
      @MikeysLab 5 ปีที่แล้ว

      @@jesseschultz6512 That sounds like a good challenge, I will also use a NodeMCU programmed with Arduino, using VisualMicro to give me a lot more processing power :) I am looking forward to this one.

  • @Demonade_
    @Demonade_ 5 ปีที่แล้ว +2

    Great. All you need to do now is make it 1 wheeled.

  • @AnkitDubey-ru9jb
    @AnkitDubey-ru9jb 5 ปีที่แล้ว +4

    What is the reason behind balancing ?

    • @darwinborines1073
      @darwinborines1073 5 ปีที่แล้ว +1

      accelerometer

    • @yugeshkeluskar
      @yugeshkeluskar 5 ปีที่แล้ว

      It uses the principle of inverted pendulum

    • @aok76_
      @aok76_ 5 ปีที่แล้ว +1

      Uses a microcontroller to counteract tipping by actuating the motors with a necessary torque; it uses a negative feedback loop to decide.

  • @brainmind4070
    @brainmind4070 5 ปีที่แล้ว +4

    Cool project, but it would be more stable if the sensors were right on the underside of the top surface. They should be as high as possible to minimize that wobbling.
    A note on the video: I found the extremely repetitive music to be obnoxious. Three 15 second ads might have been a bit much, too.

  • @Culturedropout
    @Culturedropout 6 ปีที่แล้ว

    Very nicely done, although I'd be worried about the motor mounts snapping the plexi under too much torque.

    • @xeither289
      @xeither289 8 หลายเดือนก่อน

      GOD JESUS TOLD US TO LOVE GOD AND TO LOVE ONE ANOTHER! LET'S NOT DESTROY THIS WORLD! NO WAR!!! БОГ СОЗДАЛ ТАКОЙ ПРЕКРАСНЫЙ МИР! НЕ БУДЕМ РАЗРУШАТЬ МИР! ПОЛЮБИМ БОГА И ВСЕХ ЛЮДЕЙ! НЕТ ВОЙНЕ!!

  • @canhchimhaiau597
    @canhchimhaiau597 5 ปีที่แล้ว

    I really like it. Hope for more young people can see it and take out more Idea.

  • @TheMechatronicEngineer
    @TheMechatronicEngineer 4 ปีที่แล้ว

    Great video!

  • @alimahmoud8708
    @alimahmoud8708 2 ปีที่แล้ว

    Great work man! I got a question, What were the criteria used in evaluating the control algorithm?

  • @SamuelWallsJames
    @SamuelWallsJames 5 ปีที่แล้ว

    Practicing for the Falcon 9!

  • @michaelbayer5887
    @michaelbayer5887 4 ปีที่แล้ว

    ... stand Up - stand Up and Balance. Super.

  • @wrxsubaru02
    @wrxsubaru02 4 ปีที่แล้ว

    I have an idea for you... You should add a mini 3d printer on top of this to blow everyone's mind. Maybe make it out of CD linear parts so its nice and compact.

  • @sajeebiqtiyar206
    @sajeebiqtiyar206 5 ปีที่แล้ว +1

    Wow beautiful

  • @domobrah2671
    @domobrah2671 5 ปีที่แล้ว +1

    I feel like I'm watching a chef cook a gourmet meal

  • @nazra3568
    @nazra3568 6 ปีที่แล้ว +2

    this is so cool! love how the video is designed. how long did it take you to do this?

    • @nazra3568
      @nazra3568 6 ปีที่แล้ว

      also very cool project in general, have you ever posted any of these on the ProjectBoard?

  • @alerey4363
    @alerey4363 5 ปีที่แล้ว +1

    nice, some real time (closest you can get with an arduino at least) real world project!

  • @dkmodder4405
    @dkmodder4405 5 ปีที่แล้ว +1

    Hey RZtronics! I have a question; how did you learn how to build electronics and where should a beginner like me start self-learner. Can you reccomended resources or products I should get? Thank you!

    • @ammaryasser4730
      @ammaryasser4730 5 ปีที่แล้ว +1

      You can learn from the official arduino site!

  • @manassikdar1
    @manassikdar1 5 ปีที่แล้ว

    That vaporwave in the background...

  • @prasangjain3932
    @prasangjain3932 6 ปีที่แล้ว

    I m making a quadcopter with the help of MPU 6050 so when motors are activated the angels of x and y are showing sudden high changes in angles so the motors are having uneven speed so can u tell me the solution for balancing it properly I think these variations may be because of vibrations catched by gyro

  • @sachinjain890
    @sachinjain890 5 ปีที่แล้ว

    as we are manually soldering the pcb , so chances of short circuit of lipo battery are there, right?

  • @ArtsJenny
    @ArtsJenny ปีที่แล้ว

    Excellent sir

  • @buudang1997
    @buudang1997 6 ปีที่แล้ว

    Great video :)

  • @showliricopopular4824
    @showliricopopular4824 3 ปีที่แล้ว +1

    Excellent video!
    I have downloaded and installed the EZ GUI APP, version 4.5.450, but the AUX button does not appear on the configuration screen. In its place appears another called MODES, but also the interface is quite different from the version you use in your video, and since it is free it does not allow me to save the changes. Could this be because my version of Android is outdated? Is the version you use free or paid?
    Thank you…

  • @Medos996
    @Medos996 2 ปีที่แล้ว +1

    I think there is a mistake in the schematic image, you are supplying the arduino 12v from the 5v pin and getting 5v from the VIN pin which should be the other way around ( you supply 12v through the VIN pin and you get 5v from the 5v pin)

  • @mahovvik
    @mahovvik 4 ปีที่แล้ว +2

    Nice to see that someone successfully repeated my project! :)
    BTW why turn right/left is not on the video? You got some issues with that?

  • @praints
    @praints 5 ปีที่แล้ว

    what do you call those pin extenders that you put your nano and drivers in?

  • @stanislavkovalev2783
    @stanislavkovalev2783 6 ปีที่แล้ว

    Very good device!!! )

  • @omar-dj1pz
    @omar-dj1pz 3 ปีที่แล้ว +2

    Excellent job but I have a question what is the Spécifications of the capacitor ?

  • @MsSniper78
    @MsSniper78 4 ปีที่แล้ว

    Thats so cool

  • @electronic7979
    @electronic7979 6 ปีที่แล้ว

    Useful video

  • @saladino-3974
    @saladino-3974 6 ปีที่แล้ว

    Buen proyecto, y como hago para controlarlo desde el Transmisor que pines del arduino conecto al receptor.

  • @Warheadd
    @Warheadd 6 ปีที่แล้ว +2

    Awseome

  • @Pluslineee
    @Pluslineee 5 ปีที่แล้ว

    is it possible do the same project but using differents motors (Motor DC 6V 210RPM ) and using just one module for both motors??

  • @ssahinnkadir
    @ssahinnkadir 4 ปีที่แล้ว

    Hey RZTronics, I couldn't find the 2A 59 N.cm stepper motor and the 10 cm diameter wheels anywhere. 😔 Could I use a step motor 1,2-1.8 Ampere 30-45 N.Cm and 8,5 cm diameter wheels for this project?

  • @berkayavc1625
    @berkayavc1625 4 ปีที่แล้ว +1

    can we use tt motors instead of step motors????Because tt motors are cheaper than step motors...

  • @MakerTutor101
    @MakerTutor101 6 ปีที่แล้ว

    Very nice

  • @ChenchudoGoyudo
    @ChenchudoGoyudo 4 ปีที่แล้ว

    Good job

  • @Trinkycz
    @Trinkycz 5 ปีที่แล้ว

    awesome work realy

  • @walkervoichick6997
    @walkervoichick6997 6 ปีที่แล้ว

    Do you make quads? Just wondering cuz u used an XT60, popular in racing quads

  • @user-pg6co5di7p
    @user-pg6co5di7p 5 ปีที่แล้ว

    Good job 👍

  • @sasdigital9857
    @sasdigital9857 4 ปีที่แล้ว

    Hello, Would it be possible to use a Nema 17 8V motor? What do I need to change?

  • @haddadwassila7442
    @haddadwassila7442 ปีที่แล้ว

    Thanks ❤️

  • @ryushogun9890
    @ryushogun9890 2 ปีที่แล้ว +1

    Do you guys thing electronic pieces we use for every electronic device can be refined and built differently with more efficiency in some way? Asking as a noobie. They were invented by really competent people but aren't us too accommodated to their efforts and that is making it more difficult to get a home labor robot?

  • @teodoralilianajitca2890
    @teodoralilianajitca2890 2 ปีที่แล้ว

    Hi! I have been trying for some time to complete the robot project but I am not able to connect the robot with the application "no data received". I changed the baud rate through AT commands to 115200. How can I solve this problem?

  • @mustaphakhadouane8937
    @mustaphakhadouane8937 3 ปีที่แล้ว

    hi sir, thank you for sharing. but can i use drv8825 instead of a4988?

  • @sourabhkhemkask
    @sourabhkhemkask 5 ปีที่แล้ว +2

    @RZtronics
    *What have you connected to relimate connector of the Li-po and why ?*

    • @RZtronics
      @RZtronics  5 ปีที่แล้ว +1

      I used the first 2 cell's of lipo to power On my Arduino via the Relimate connector

    • @annamraghavayya5860
      @annamraghavayya5860 4 ปีที่แล้ว

      @@RZtronics can you send me code? I really can't find in your description

  • @bhanushreer8684
    @bhanushreer8684 11 หลายเดือนก่อน

    It was really nice sir can u upload the picture of the soldering which u completed with the connection of the soldering so we can easily see and we can also solder

  • @billhickswasgreat3421
    @billhickswasgreat3421 3 ปีที่แล้ว

    I cant seem to find the wheels, the link provided leads to another item, does anyone have suggestions where I can buy similar wheels in the UK?

  • @aritrachatterjee8057
    @aritrachatterjee8057 5 ปีที่แล้ว

    Amazing.

  • @aramjisyahstudio8638
    @aramjisyahstudio8638 3 ปีที่แล้ว

    can i use different motor like GA12-N20 or 25GA-370 for this project?

  • @contasecundaria93
    @contasecundaria93 5 ปีที่แล้ว

    Excelente !!!