Это видео недоступно.
Сожалеем об этом.

DIY GPS Based Self Driving Autonomous Robot Car Using Arduino

Поделиться
HTML-код
  • Опубликовано: 5 апр 2023
  • Hello Friends,
    This is a DIY GPS Based Self Driving Autonomous Robot Car Using Arduino. This is 100% homemade with minimal tools and items required. If you like this video please subscribe and share this with as many people as you can.
    Code: www.mediafire....

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

  • @user-vq5gq6bv2d
    @user-vq5gq6bv2d 7 месяцев назад

    really great work bhaiya inspiring and i need to enable this in my robot to the navigation system too

  • @MovieXiaoGang
    @MovieXiaoGang 9 месяцев назад +2

    Thanks a lot ! i am trying to build a auto pesticide spraying robot that will move itself ,and your video really help me

  • @soufake2a1
    @soufake2a1 Месяц назад +1

    Obrigado pelo vídeo, me tirou bastante dúvidas 🎉🎉🎉🎉

  • @jumpjumpp
    @jumpjumpp 4 месяца назад +1

    makasih bang kamu sangat berjasa untuk saya

  • @saurabhkumargour7890
    @saurabhkumargour7890 6 месяцев назад +1

    Good project

  • @indianarduinoprojects8753
    @indianarduinoprojects8753 Год назад +2

    Appreciate your but work u should use 4 wheel drive and better wheels as these wheels are not for outdoor purposes

    • @arccoplayz9550
      @arccoplayz9550  Год назад +1

      Yes you are absolutely right. I think i even mentioned the same in the video. However due to lack of time i was unable to do so. But i may remake the project in the future and do it properly.

    • @indianarduinoprojects8753
      @indianarduinoprojects8753 Год назад +1

      @@arccoplayz9550 is this gps module precise enough for this purpose?
      I mean if we move the robo for example 1meter will the latitude and longitude values change or will be the same as in initial position?

    • @arccoplayz9550
      @arccoplayz9550  Год назад +1

      No…. Yes. You see the gps has a radius of 2.5m for accuracy however moving it 1 m will change the coordinates just not to the right location. This happens because when you are moving the robot the view of the sky changes ever so slightly and due to that some satellites get farther and some get nearer, again very slightly. As this is a very low power gps those slight changes are enough to lose or gain satellites hence changing the coordinates. So that is why we have to demo the vehicle in an open field where there can be room for error. But if you want something more accurate you can try the neo m8n.

    • @indianarduinoprojects8753
      @indianarduinoprojects8753 Год назад +1

      @@arccoplayz9550 I am very interested in making this for sure I will use neo m8n for better results
      How accurate your robo was ?

    • @arccoplayz9550
      @arccoplayz9550  Год назад +1

      Mine as it stands was about good for 3 - 4 meter radius but i cant tell what the m8n will do. I guess it would be sub 1 meter? Btw i would highly recommend a gps compass combo as the compasses are really fragile. I personally broke 3 to finally get this to work. Additionally beware that some hmc labelled compasses are actually qmcs.

  • @alibal9810
    @alibal9810 10 месяцев назад +1

    hello! can you also integrate an obstacle avoidance system with the gps waypoint system?

    • @arccoplayz9550
      @arccoplayz9550  10 месяцев назад +1

      Hi, no it will not work to integrate a obstacle detection system with one single arduino as the obstacle detection systems be it ultrasonic or ir uses interupts and delays to work so that will cause the rest of the loop to not work properly. The only option is to use a second microcontroller and do it.

    • @PR-sn3mz
      @PR-sn3mz 9 месяцев назад

      So I'm currently experimenting with your code ,obstacle detection, with a mega 2560, with a modulo operator that queries every second, of course if I

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

      Yes i also tried that. See the only viable soln is the dual board as an single arduino even the mega will not do multitasking. With the interupts it will work but that will lower the accuracy of the robot. If you really want to do it, i suggest just put another arduino (like a nano) and then just have it pull pin 13 to ground to stop the robot if an obstacle is detected.

  • @darksilentkiller748
    @darksilentkiller748 19 дней назад

    can i change the coordinates via phone which is connected with Bluetooth while operating?

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

    Hello there is esp32 enough for this?

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

    Can you provide guidance on the most accurate GPS device available?(better than N8M)

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

      See for hobby applications the neo8m is the most accurate gps. You can try using a gps from a drone like a dji mavic pro etc which will be more accurate but that will be very expensive also it wont work with the tinygps library so there will be a huge amount of software work to make that work.

  • @mr.silong5836
    @mr.silong5836 10 месяцев назад

    Hi there, first of all great video, can you tell us if the robot car capable of waypoint mission? if yes how do you upload it to the robot car?

    • @arccoplayz9550
      @arccoplayz9550  10 месяцев назад

      Yes it is.. just put the list of waypoints in the code.

    • @PR-sn3mz
      @PR-sn3mz 10 месяцев назад

      @@arccoplayz9550 it`s possible via BT Transfer waypoints, with Laptop on Field not so good ;) ....

  • @user-vq5gq6bv2d
    @user-vq5gq6bv2d 7 месяцев назад

    bro try to use the jhonson a grade 12v motors or orange brand these robo 12v motor are 3rd grade does'nt produce a better force to our robot

    • @arccoplayz9550
      @arccoplayz9550  7 месяцев назад +1

      the problem is not with the motors themselves, infact these are overpowered as they keep spinning in the sand. the problem is with the wheels not being able to put the power down and move the robot.

  • @InternetMenace8526
    @InternetMenace8526 4 месяца назад

    Thank you very much for the video, I have a question. I want to make something similar but I want to write my own code, would you tell me how you made the code like the steps like what should I do first maybe the gps or the compass. Also, can I replace the bluetooth module with an esp32? Because I have a website that could display the given data from the Mega. Thank you!

    • @arccoplayz9550
      @arccoplayz9550  4 месяца назад

      Well i suggest you just start with getting all the seperate modules (like gps navigation, esp etc) then in a seperate doc get the math working first then integrate the two( the worst part).

    • @InternetMenace8526
      @InternetMenace8526 4 месяца назад

      @@arccoplayz9550 Okay then, thanks!

    • @InternetMenace8526
      @InternetMenace8526 4 месяца назад

      @@arccoplayz9550 I have another question. How should I position the compass module?

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

      Uhh just have the x axis (usually marked on the top) facing the front of the robot

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

    the code give me a lot of errors! why?

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

      have you installed all the libraries?

  • @MarvinRamos-vw5yo
    @MarvinRamos-vw5yo 20 дней назад

    Where can i find the code and schematic??

    • @arccoplayz9550
      @arccoplayz9550  20 дней назад

      in the description theres a link it will take you to mediafire page just click download.

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

    good

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

    can you explain the function of "if (stringComplete)" section?

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

      Well i dont exactly remember the code right now, but that will be used to trigger a action after the condition is satisfied (string is completed.)

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

    can you provide circuit diagram for this

  • @devrajgunjal9105
    @devrajgunjal9105 4 месяца назад

    pllzzzz can you give circuit diagram fir arduino uno with code

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

    hi, where you find from original code..? any have indonesia language in you code..

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

      Hi the original code was from another channel but i had basically modified everything to make it work.

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

    hallo can you share how the bluetooth work ,where is the display bluetooth?

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

      You have to use a serial terminal app on your phone. Just type bluetooth serial terminal in the play store, there are many options

  • @user-fq3yk2ok9z
    @user-fq3yk2ok9z 6 месяцев назад

    bro which battery you used

    • @arccoplayz9550
      @arccoplayz9550  6 месяцев назад

      i used a 12v lipo for the motors and a powerbank for arduino

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

    And some info about the project

  • @PR-sn3mz
    @PR-sn3mz 10 месяцев назад

    Nice project :) !!, but very bad sound in the video, and spoken too fast, transcript is pointless, I use Neo 6M GPS, HMC5883 (chip QMC) compass, 4WD car with AFMotor.h can I adjust the motor.ino? , maybe later for ln298d ? for tracked vehicle (mission offroad)
    ?? int sensorVal = digitalRead(13); my neo is on rxtx 19,18 serial1 atmega2560
    Serial2. // Bluetooth for ? Data transfer to BT-Serial Terminal App? RANGE ?. wouldn't an i2c OLED display make more sense as an output for now or with nr24FL 2.4Ghz telemetry data output? (Mission Planner)
    Sorry i have no extra Arduino youtube, my account musican ;)
    Greetings from Vienna

    • @arccoplayz9550
      @arccoplayz9550  10 месяцев назад +1

      Hi if you have sound problems in this video you can check out the upgraded version video i uploaded some time back. About the tracked vehicle thing, yes you can do that just change the outputs in the functions defined a s forward, right, left, etc. While i agree that a oled or a nrf would make more sense as a monitoring method it just adds complexity and this is just a POC so i thought its better to do it with the least amount of work. Infact i am working on a more complex version which allows live waypoints settings hot swapable lists etc. That video will take some time tho but that may help.

    • @PR-sn3mz
      @PR-sn3mz 10 месяцев назад

      Question: when the car reach the first waypoint stops thats ok, but a little bit later turn arround on the same stop point and drives not to the next waypoint ??

    • @arccoplayz9550
      @arccoplayz9550  10 месяцев назад +1

      Seems like a problem with the gps. Or the waypoints are too near to eachother.

    • @PR-sn3mz
      @PR-sn3mz 10 месяцев назад

      thx, waypoint's 15m different

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

    hello how can I upload the code ? there are 2 codes, and only 1 code can be uploaded at a time

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

      Hi, there are two options for different compasses one of them being the hmc5883l and one being qmc5883l. Inside the folders you will further find 2 codes. Just open one and you will see the second one as a seperate tab. Just upload any one and both will be uploaded.

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

      @@arccoplayz9550 in your project, we supply power then the robot will go to the waypoint ?

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

      If the robot has gps then remove ground from pin 13 then it will yes.

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

      @@arccoplayz9550 i love your project, can i connect with you via Facebook ?

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

      ​@@arccoplayz9550 what compas and gps used

  • @lei_lastimosa
    @lei_lastimosa 11 месяцев назад

    can u provide the code for that?

    • @arccoplayz9550
      @arccoplayz9550  11 месяцев назад

      Yes it is in the video discription

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

    Circuit diagram for this bro pls give me crkt diagram bro I am also want to do this

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

      the wiring is described in the video and in the code.

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

    Can i get reference paper of rhus project

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

      There was no reference paper like this wasn’t taken from anywhere.

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

      Can you send working video of this project with actual working on a plane floor where car will own it's own

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

      Watch my V2 video it shows it working properly like withouth assistance.

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

    Bro I want circuit diagram

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

    I keep getting error "Could not find a valid HMC5883L sensor, check wiring!". Can you share the wiring diagram?

    • @arccoplayz9550
      @arccoplayz9550  Год назад +2

      Yes because i mentioned some hmc5883l are actually qmc5883l. Use the qmc code it will work.

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

      @@arccoplayz9550 Thanks, it finally worked. But i keep stuck in condition where "SensorVal==LOW" and my motor doesn't work

    • @arccoplayz9550
      @arccoplayz9550  11 месяцев назад

      Connect ground to pin 13, it will put the rover to stop mode where you can see the sats available and current cordinates, removing the ground will cause it to move. Check the wiring for motors, also power them from something like a powerbank or battery the Arduino cant supply enough power to run them.

  • @HuuNghiNguyenMinh
    @HuuNghiNguyenMinh 11 месяцев назад

    can i have the circuit diagram ?

    • @arccoplayz9550
      @arccoplayz9550  11 месяцев назад

      The wiring is fully explained in the code. Also the video also tells about all the wiring. Hope this helps

    • @HuuNghiNguyenMinh
      @HuuNghiNguyenMinh 11 месяцев назад

      @@arccoplayz9550 but your voice hear kinda strange so i can't hear the wiring and the code only have the motor driver pin

    • @arccoplayz9550
      @arccoplayz9550  11 месяцев назад

      Ok here,
      Compass:
      Scl-scl
      Sda-sda
      Gps:
      Rx-Tx3
      Tx-Rx3
      Bluetooth:
      Rx-Tx2
      Tx-Rx2
      Hope this helps

    • @HuuNghiNguyenMinh
      @HuuNghiNguyenMinh 11 месяцев назад

      @@arccoplayz9550 thank you!

    • @HuuNghiNguyenMinh
      @HuuNghiNguyenMinh 10 месяцев назад

      @@arccoplayz9550 help my car not running for no reason =((

  • @user-lh5mr9nl5t
    @user-lh5mr9nl5t 6 месяцев назад

    zip file is password protected