RC car GPS return-to-home (arduino)

Поділитися
Вставка
  • Опубліковано 31 гру 2024
  • Using a GPS module + compass to implement "return to home".

КОМЕНТАРІ • 203

  • @hilmieslumber
    @hilmieslumber 7 років тому +1

    Amazing. The way you documenting your project is indeed a great way to show others the real life situation of testings, analyzing and how the components complement each other. It becomes greater when the viewers are all working on the same interest.

  • @BreandanMcEwen
    @BreandanMcEwen 8 років тому

    Incredible!!! This is hands down the most inventive and inspiring arduino video I have seen yet. You spent a few days frustrated, I am at six weeks and was about to give up. I was going about my project all wrong. You really saved my hopes for my build. Thank you so kindly for documenting and publishing this creative build. I can't wait to see your aircraft work.

  • @bangla-sydney
    @bangla-sydney 8 років тому +6

    I ordered my 1st Arduino starter kit. Expecting the delivery today. Very excited. Watching your video on a day like this was great !

  • @malfraihat
    @malfraihat 8 років тому +43

    Can you make a full tutorial of coding please, i am beginner and i have a project on this...... Please

  • @jims408
    @jims408 10 років тому

    Great video! I especially appreciate that you included the discussion of your troubles and solutions you came to... very useful info. THANKS.

  •  5 років тому

    Really nice project mate! I liked to see the RC car try to keep warm the tires as well :D

  • @tuber4tuber
    @tuber4tuber 8 років тому

    Congratulations on an excellent job. Maybe scaling back on the drive speed as the car gets closer to home would stop the car from overshooting the target as
    much. Excellent job !!

  • @EpicLPer
    @EpicLPer 8 років тому +2

    Wouldn't it be possible to save a GPS position every, lets say, second and try to let the car "go back the path" you were driving? Of course with error correction, in case the GPS puts out garbage (like max. meters away from current point).

    • @iforce2d
      @iforce2d  8 років тому +1

      Yes, quite possible. You could check every second and decide if there has been enough movement (eg. minimum 5m change) to bother recording the position. The arduino does not have much memory though, so you would only be able to store a limited number of points.

    • @EpicLPer
      @EpicLPer 8 років тому +1

      But there's an MicroSD expension for it, right? Would be quite a fun thing too I guess, not only for cars but drones to avoid trees and other things without sensors like you flew it. Of course the not so accurate GPS signals are a bit counter-productive for this ;)

    • @iforce2d
      @iforce2d  8 років тому +4

      Yes, you could use an SD card to make that problem go away :) The GPS accuracy is not so bad, I have never seen it off by more than 3m or so. But I would want to assume an error of more like 10m and do testing in an area where that would not be a problem, just to be safe, and also make sure to handle the case when the GPS signal is lost completely.

    • @EpicLPer
      @EpicLPer 8 років тому +1

      Basically like this: If no GPS wait for GPS, if next GPS point is off by far too many meters jump to the next one

  • @dparson
    @dparson 10 років тому

    Congrats, the project is going very well! In case it's a help, one thing about the floating pins, if you solder them to your protoboard I believe they will still be floating, just connected to more metal than before which actually might make them even better "antennas". To stop them from floating you can use the internal pullups of the Arduino's microcontroller and for example use pinMode(3, INPUT_PULLUP) in your setup function to internally connect pin 3 to your Pro-Mini's 3.3V Vcc level. So you can do that on any unconnected pins to stop them from floating.

    • @iforce2d
      @iforce2d  10 років тому

      aha... wish I had known that at the time, I would have tried it for sure. Yes I realize that soldering the pins into the protoboard does not change anything electrically, but eventually I found that I could thump it in just the right way to reproduce the problem, and by that time I had securely tied down every other piece of the circuit that the only thing remaining that could possibly have some movement was those pins vs the protoboard. It's quite possible that in the process of soldering the pins that I also managed to change something else that was the real problem, but I can't think of what it might be. In any case it seems to be running quite well now.

  • @bensge1
    @bensge1 10 років тому

    I forgot to mention, great video editing and annotating also, very fun to watch

  • @bensge1
    @bensge1 10 років тому

    Great work! That is amazing watching the car return to home!

  • @DominoSixO
    @DominoSixO 9 років тому +1

    I'm working on a project and trying to do the same thing with GPS and compas, can you tell me the formula/code you using to determin which way the "vehiche" (from the compas) need to turn to go the the exact location.

    • @iforce2d
      @iforce2d  9 років тому

      Domino SixO www.iforce2d.net/sketches/

    • @ridhotrifianto8737
      @ridhotrifianto8737 9 років тому

      +iforce2d what your formula in FollowMeMk2.zip ? because i'm project to do same thing, can you help me ?

    • @iforce2d
      @iforce2d  9 років тому

      +Ridho Trifianto that is a very broad question, and I have already given all the source code. Try asking something more specific.

    • @DominoSixO
      @DominoSixO 9 років тому

      Ridho Trifianto You got a GPS and a compass, try to program the compass with degrees like North 0 degree and 360-0 from left to right. After that you get the GPS, using arduno there is a new GPS lib which determine and calculate the 2 location, primary and second loc. mostly the primary is the GPS you want to control and 2nd is the GPS location which you want the device/vechicle should move. calculating the distance between 2 loc you get in the same time the direction in degree from the GPS, having a live compass you can use it as guild which direction your car should move..etc It's not so hard you just need to make a logic combination between components and functions.

  • @hernilsoriano4873
    @hernilsoriano4873 9 років тому

    Yup for a multi rotor aircraft,I have two controller naza v2 on my last crashes,might as well combined my rock crawler and fpv for fun have a nice day mate

  • @richardwatkins9487
    @richardwatkins9487 8 років тому

    I wonder if it varying distance from the home position when it returns after each test may have something to do with the number of satellites it has an active fix on. I used to run GPS while driving and the number of active satellites overhead varied a lot at time (3, 4, 5 or more).

  • @davef5208
    @davef5208 5 років тому

    That's cool. Should pattend, and sell that. It would be cool if you could buy a rc car from radio shack, that will return to home like a drone. One obvious problem, unlike drones (set to the proper hight), you'll have too many obstacles to hit, and stop the car from returning home. Not everyone uses a rc car in wide open, flat areas. But maybe it can be programmed to turn around, and return using the same path, kinda like setting flight path on phantom 3 (and other) drones. Also add anti crash sensors to the car, like the Phantom 4 pro (and other) drone. There would be a lot of bugs to work out. But if you get a smart rc car out on the shelves of local department stores. Kids all over the world would want one. You would be mad rich! And have soo much money, you could buy all the land you want, to do your testing and build a castle

  • @aidangomez4726
    @aidangomez4726 8 років тому

    What do you work as that allows you to just make these videos willy nilly?

  • @martysworkshop208
    @martysworkshop208 9 років тому

    Really good. I am working on an autonomous lawn mower and using all sensors plus ultrasonic sensor. I hope it does as well as your car.

  • @KreativeMart
    @KreativeMart 9 років тому +2

    That was an impressive presentation and explanation of what you did. I like the part in which you explained the troubleshooting that you encountered during those hard fought 3 days... I know how it goes when you dont know which wire is messing with you and it takes ages to find out which one is the culprit... like you gotta test whole circuit to see where its breaking and when it comes during test in your case while its away from you then its so hard to determine the issue. Anyways, I really like your project, and your tips and tricks how to troubleshoot such issues if ever come during any project. I am going to start a gps controlled RC car, i am waiting on to receive Sparkfun's Multi Chasis.... and then i will know how to do that... I will do this project with either Arduino Mega or Raspberry Pi 2 B+.. and i will make a video to share my experience too.

  • @mmdnaderi7183
    @mmdnaderi7183 5 років тому

    The Arduino gone so far thanks for this great project keep it up

  • @dofus910
    @dofus910 6 років тому

    the car seems to be waggling back and forth because you probably need a PID control (over software) or change the parameters if you are already using one! You are turning the wheels only proportionally to the angle between home and the front of the car this is like having a spring (which acts the same way, its force is proportional to its deformation F=-k*x) this will result in a harmonic oscillation (like a sine wave) which is why the car is not returning in a straight line but moving right and left as if it is following a sine wave, so in order to overcome this you need to decay this oscillation! This is where the D part of the PID controller come to use. (btw PID stands for Proportinal Integral Derivative control(ler) you already got the proportional). The derivative part uses the derivative of x which is u velocity (i am using position and velocity in your case it is angle and angular velocity but the concept is the same) so this part adds the decay to the oscillation and stops it after some time (1-2 periods if set correctly) and now the equation becomes something like F=-k*x-b*u. Finally the Integral part is what will correct the imperfections of the car design the road etc it will even correct the fact that the wheels do not return exactly to center. This is happening because the error adds up into the integral so the car corrects itself according to the previous error, it is like the car remembering what was going wrong and how wrong it was going and taking all of this into consideration to its next calculations! I hope that helps there are a lot of guides of how to make such a controller and codes but i think this is the problem you are facing!

    • @iforce2d
      @iforce2d  6 років тому

      I'm very familiar with PID controllers ua-cam.com/video/hjEEZxvetjE/v-deo.htmlm13s
      But are you sure a PID controller can correct for the a discrepancy between the commanded output and what actually happens? When the front wheels are commanded to center themselves, they sometimes do nothing, sometimes flop over to the opposite side, and sometimes (rarely) center correctly.

    • @dofus910
      @dofus910 6 років тому

      oh i think i misunderstood the wheel problem... so the actual turn of the wheels is not persistent with the output of the program? then pid is not the solution. what i mean saying persistent is that when the program says center wheels the wheels will always turn to almost 0 degrees it may not be 0 (for example it may be 5°) but it will always be this angle and there you can use a pid because output is persistent but if the wheels sometimes go to the center at the "center" command and sometimes go to a totally different angle then pid cannot do anything about that... how to you drive the servo? with a single pulse or with a pwm signal?

    • @iforce2d
      @iforce2d  6 років тому

      Yes, the linkage design carrying the movement from the servo to the wheels is quite long, and prone to developing play between the components. Eventually it got so annoying I bought a new car chassis: ua-cam.com/video/uIHLcPocW5Y/v-deo.htmlm9s
      I think I was using the arduino servo library, it does standard servo pulses (1000-2000us, 50Hz).

    • @dofus910
      @dofus910 6 років тому

      Ok that is cool :) btw I love your work! Do you have any links of your car chassis or drone chassis and code?

    • @iforce2d
      @iforce2d  6 років тому

      The small chassis is a Tamiya CC-01, the large one is a Tamiya CR-01. Not sure which drone chassis or code you mean, I have made many many drones over the years.

  • @HuguesD
    @HuguesD 9 років тому

    nice project. However have you considered Ardurover ? this is a free open source autonomous rover arduino software using gps,compass,telemetry and mission planning software with navigation waypoints, return to home, really points and much more.

    • @iforce2d
      @iforce2d  9 років тому

      +Hugues D I'm doing this to learn everything myself, and then apply it to a quadcopter. So now you can tell me that there is already Ardupilot :)

  • @HobkinBoi
    @HobkinBoi 9 років тому

    You can easily shield the emf from the motor with a metal shield.

    • @iforce2d
      @iforce2d  9 років тому

      +{MLP} Rainbow Dash It's not EMF, it's magnetism which goes right through metal (otherwise magnets wouldn't work). The motor is already encased in metal anyway.

    • @HobkinBoi
      @HobkinBoi 9 років тому

      ***** Oops! I guess this is what happens when you are halfway asleep....

  • @fleaniswerkhardt4647
    @fleaniswerkhardt4647 7 років тому +1

    Very good results. What happens if you use 2 gps chips at once ? Would it work more accurately if you averaged their signals?
    p.s. - You sound like a kiwi - but it sounded like the groundsman talking to you in Japanese. Also sounds like a Japanese woman talking on the radio in the background in spots.And the Japanese are into baseball - so is this clip taken in Japan?

  • @lacatuscezar7419
    @lacatuscezar7419 7 років тому

    for this project is exactly his mk2-followe script except that he had eliminated the tag and hardcoded the gps-home position.He also added a trigget to toggle the follow me on/off.That's all.
    Anyway iforce2d i have checked your project folder and they're right:there is no source for this project.If you add it you wont have so many comments with "give me the source".Another verry cool project.Keep going. ^_^

  • @newtechai4367
    @newtechai4367 2 роки тому

    I really love the details explanation

  • @hailezgishumay3148
    @hailezgishumay3148 4 роки тому

    Can you please send the parts list with links if you can . I'm doing the same project however I'm struggling to find the parts.

  • @antonis2814
    @antonis2814 5 років тому

    So perfect and analyzed type of recording video.Well done.Could you please help me?I have done a construction with 3 servos.It has one for throttle,second for gear(forward-reverse)and third for steering.I want to develop it to do it to include return to home or to spot lock.I have ordered neo 6m.Should I buy arduino compass also?If yes which model?I tried to find in your videos but I didn’t manage it.Thank you very much.

  • @arieldarioramallo8736
    @arieldarioramallo8736 8 років тому

    Hello, I´am using an arduino nano to do the GPStoI2C. The GPS pins are the D2(RX) and D4(TX) and the I2C pins are the A4(SDA) and A5(SCL). Is this correct??

  • @SoraSnake
    @SoraSnake 8 років тому

    If i have a GPS to track my drone from a laptop , which its the better control signal to control it? (Bluetooh , RC , GPS , 4G , i dont know :c ), i want to use arduino to make my drone , but i don't know what kind of signal use to handle long distances , and what can i use to make my arduino compatible to signal receiver

  • @erkinylmaz7661
    @erkinylmaz7661 8 років тому

    Can you make a video about how to send your robot to where you want wherever it is (not out of range) at that time? That would be really cool and helpful.

    • @erkinylmaz7661
      @erkinylmaz7661 8 років тому

      Or if you have a video for that can you tell?

  • @RicardoMoreiraKrahnin
    @RicardoMoreiraKrahnin 3 роки тому

    "String of problems" I got that feeling sometimes

  • @husc7775
    @husc7775 Рік тому

    is there is a option to get code of it ?

  • @davidbellomo9593
    @davidbellomo9593 9 років тому +2

    awesome job..!!! an exact parts list would be great, if you don't mind sharing..

  • @mohammadnaquikhadri1610
    @mohammadnaquikhadri1610 7 років тому +2

    can u pls explain the follow me up process of drones and its code

    • @iforce2d
      @iforce2d  7 років тому +1

      ua-cam.com/video/fA5sFRh3OkY/v-deo.html

  • @paulantonucci3014
    @paulantonucci3014 9 років тому +1

    hello can you please give a list of items that you use to do this i would like to try it

    • @iforce2d
      @iforce2d  9 років тому +1

      +paul antonucci check my channel for the other videos about this, I think I have covered everything

  • @mankey8482
    @mankey8482 8 років тому

    this is amazing, add derivative error correction to steering.

  • @CuongNguyen-yh9dh
    @CuongNguyen-yh9dh 6 років тому

    What do you use the compass module for?

    • @iforce2d
      @iforce2d  6 років тому +1

      Think.... what do you use a compass for? :)

  • @dagr4527
    @dagr4527 7 років тому +4

    can you give us the code please

  • @neotokyostudio6263
    @neotokyostudio6263 10 років тому

    Hi, this is a neat project!
    Question: I am using the nrf24 with arduino pro mini 5v (same as you?) on a project.
    I have got it to transmit and be received, but there is definitely some voodoo stuff going on, and it randomly stops working ; ( I have a 100nF cap on the module for the voltage issue, but I wonder if that is not enough? What size cap are you using, to get it to behave properly?

    • @iforce2d
      @iforce2d  10 років тому

      Could be a lot of things, to be honest. One thing I can tell you though, it's not genuinely random. Try to think of any little thing that happens at the time it stops working, and put your Sherlock Holmes hat on, is all I could suggest - yeah not much help I know :) Actually I mostly use 3.3v arduinos with the nrf24 because the 3.3v regulated output seems to be quite clean - I have not used any caps on the radio module so far.

    • @dparson
      @dparson 10 років тому

      The nRF24L01+ is only rated up to 3.6V on it's Vcc pin, so that might be something to consider. I've heard people use a red led connected in series between the Arduino 5V and the nRF's Vcc pin to drop the voltage within specifications. All the other nRF pins are 5V tolerate, it's just the Vcc pin that listed as max 3.6V. Besides that make sure you don't bump the nRF's connections to the Arduino if you're using jumper cables and such, intermittent connections cause them to act up. I've got some lose jumper cables connected in my project and often have to reset things when I pump the wires.

    • @iforce2d
      @iforce2d  10 років тому

      dparson
      One thing to keep in mind if using 5V signals, is that the power given to the nRF24 is more fussy. Datasheet says "Supply voltage if input signals >3.6V" must be 2.7v - 3.3v

    • @neotokyostudio6263
      @neotokyostudio6263 10 років тому

      ***** Wow, thanks for the response. This totally made me realize an incorrect assumption I had made, which was that the Vcc out from my 5v mini was at 3.3v (like Uno). I hope I havent fried the nRF modules :P (it was actually working on 5v but inconsistently).
      I am going to have to do some re-wiring and will connect an LED or regular diode on the Vcc line, and let you know how it goes !

    • @iforce2d
      @iforce2d  10 років тому

      NeoTokyo_VR
      Yeah, that's another reason I much prefer to use the 3.3v ones when dealing with these radios. It makes it harder to give them too much power from Vcc. Sounds like yours might still be ok...

  • @muhdfauzi6426
    @muhdfauzi6426 9 років тому

    it's really awesome of what you did. I would like ask how you determine the gps coordinate for the home position and how you set it?

    • @iforce2d
      @iforce2d  9 років тому

      A GPS coordinate is just two numbers. You take the current position when the arduino is turned on, and store it to compare with later.

  • @besmrtnik5360
    @besmrtnik5360 10 років тому

    you are just awesome, I really love all stuff you do wtih arudino-s, why did that guy harrased you, that is not allowed to drive rc car on playground??? wtf? you are not doing any harm, nobody else is using it at the moment...

    • @iforce2d
      @iforce2d  10 років тому +1

      Because many Japanese people follow rules like robots without much regard for the original intent of the rule. The typical RC car moves much much faster than this one - perhaps they consider fast RC cars to be a hazard, and maybe they didn't want a bunch of people getting together and treating this field like a racetrack. But I would think this slow one is outside the scope of those concerns. I asked him what exactly the problem was, about everything I could think of, eg. is it a hazard for somebody, is it damaging the baseball ground surface, is it polluting, is it too noisy, is somebody else trying to play baseball here right now etc. Of course none of these things were relevant and the only reason he could give was "because it's a rule". Eventually I said I am not interested in rules that have no basis on anything and feel free to call the police if he thinks it's necessary, then I would stop when the police tell me to. So he went away but then it was too dark to continue that day.

  • @dimitrispardalos7586
    @dimitrispardalos7586 8 років тому

    what I put code; and when you close the transmitter turns the home..

  • @HeliShooter
    @HeliShooter 10 років тому

    Looks good, I want to do this with a robot , do you have any example code?

    • @iforce2d
      @iforce2d  10 років тому +1

      Most of the code is the same as for my next video about "follow me", which you can find at this link - just don't ask me to explain it :) www.iforce2d.net/rcCarFollowMeSrc141201.zip

  • @enidanallababidi9257
    @enidanallababidi9257 8 років тому

    Hi,
    Can you remind libraries used in this project?

  • @isaacmalco452
    @isaacmalco452 5 років тому

    Hi sir, can you kind of show me the codes you used with the digital compass and gps module to make it autonomous? It would really help in my undergrad project. thank you!

  • @hernilsoriano4873
    @hernilsoriano4873 9 років тому

    Hi can I use the dji naza with osd as controller will it be the same concept thanks

    • @iforce2d
      @iforce2d  9 років тому

      Hernil Soriano I doubt it. I programmed this myself... isn't the naza a flight controller?

  • @yosangirma8648
    @yosangirma8648 8 років тому

    if it uses GPS, does that mean you can set the HOME in Finland and the current location of the car is in japan, would it navigate its way back home (disregarding the obstacles)? and if it manages to come to Finland, by how much radius will it be far away from its actual HOME destiny?

    • @iforce2d
      @iforce2d  8 років тому +1

      Yes. I think the distance would be similar to what we see in this video.

    • @yosangirma8648
      @yosangirma8648 8 років тому

      WOW!!! thats awesome

    • @marcosmoura911
      @marcosmoura911 8 років тому

      Well if it was a plane with some solar cells it would arrive ;D

  • @tyabrahamse2461
    @tyabrahamse2461 6 років тому

    Hi! I love coming back to this video for inspiration. The project that im starting with is quite similar. Its a bait boat for fishing, and it has 1 drive motor and 1 servo for steering. And before running at a dam, the onboard compas is set, then you enter distance via buttons and an lcd screen, then angle and distance again, and them home. The idea is to send out 2 seperate bait balls, and you tell the boat to go 200 meters, drop the first bait ball, turn in either direction, drop the second ball, and the return to gps home. To write this code at my current level will be a challenge, but im willing to not stop till I get it right.
    Oh, and there is the option to control the whole system manually over wifi connection.
    Is there a arduino shield that can cover a wifi distance of 500 meters with a cellphone pairing?
    Any ways, this video is good inspiration for my project.
    Thanks!

  • @gikonjendu5268
    @gikonjendu5268 8 років тому

    Can I ask how much did it cost to just build the return-to-home feature

    • @marcosmoura911
      @marcosmoura911 8 років тому

      the cost of the gps unit and the rest is just programming

  • @roidroid
    @roidroid 10 років тому

    What GPS module are you using there? Whenever i look into GPS stuff it seems to be rather expensive, have you found a cheap one?

    • @iforce2d
      @iforce2d  10 років тому

      I got that one for about $12 from Banggood. Unfortunately they are not stocking it any more. I got a second one for about $25 which is a bit better and I can recommend (it has compass too): www.banggood.com/CRIUS-NEO-GPS-MAG-V2-NEO-7M-Module-With-Compass-p-951898.html
      There are many other cheap ones on Banggood, but I would try to get one that shows the ublox logo on it. In my experience the no-name ones cannot be connected to computer to modify the update rate etc.

    • @roidroid
      @roidroid 10 років тому

      *****
      Well darn, guess they're still expensive then :(
      Cheaper to get an old 2nd hand Android phone, connect to Arduino via bluetooth.

    • @iforce2d
      @iforce2d  10 років тому

      roidroid I was thinking $12 was pretty cheap actually :) You can still get a cheapie one for $12, but it seems to be stuck at 1Hz update rate - depending on what you're doing, it might be just fine. I got this one but it is not a genuine ublox so I can't change the update rate with ublox software: www.banggood.com/GY-NEO6MV2-Flight-Controller-GPS-Module-For-Arduino-EEPROM-MWC-APM-2_5-p-915384.html

    • @roidroid
      @roidroid 10 років тому

      ***** You're right, $12 is not that bad. Just more than a lot of other stuff, it's like... a level above the appalling cheap stuff i love to buy.
      I mean we've got < $3 arduinos, < $4 wifi, < $5 bluetooth. GPS seems like such a simple tech (it just receives passive RF signals), yet it's one of the more expensive components around.

    • @iforce2d
      @iforce2d  10 років тому

      roidroid Considering what it does I think it's pretty cheap. It's not really just receiving, there is a lot of number-crunching required to make sense of those signals.

  • @manusholm3536
    @manusholm3536 6 років тому

    i foun a mega in a very comackt package from aliexpress. could be usefull for your builds. its about the size of an uno.

  • @compilerx6758
    @compilerx6758 8 років тому

    hi , nice work iforce2d .. i would like to ask you about how you calculated the bearing to the home point, i tried something like your project but i fail every time to calculate the bearing because it gives un accurate results .. can you help me please ?

    • @iforce2d
      @iforce2d  8 років тому

      I have linked to the source in the descriptions of these videos:
      ua-cam.com/video/tPJg1y0IdHs/v-deo.html
      ua-cam.com/video/uilJtMOip5k/v-deo.html

  • @skaito47
    @skaito47 5 років тому

    Japan?

  • @gikonjendu5268
    @gikonjendu5268 8 років тому

    and how do I just build the return to home feature

  • @domothepilot
    @domothepilot 5 років тому

    great project. can we please see the code? Would love to see your I2C slave implementation and the navigation main loop =)

  • @EMandMORE
    @EMandMORE 7 років тому

    Is that the neo 6m GPS module? Thank you for the excellent explanation, and you obtained excellent results as well

  • @yxhankun
    @yxhankun 7 років тому

    why do need compass when you have GPS in this system?

  • @권동민-w2g
    @권동민-w2g 6 років тому

    Would you please send me this code and names of the meterials......? I really need those for my high school project..

  • @draghiciciprian4002
    @draghiciciprian4002 6 років тому

    Great job my friend! Congrats!

  • @newtechai4367
    @newtechai4367 2 роки тому

    Hi please could you share the circuit diagram and code please

  • @iksdk
    @iksdk 5 років тому

    Nicely done ✅
    I’ll be doing my own but I’m doing it for a rc boat instead. (My family own a small lake) I’ll like to ask you about the amount of money you spent on your project and maybe a parts listing giving me the opportunity to calculate the amount of pocket money I have to spend 😊 thanks for the video it was worth my time to watch it 👍👍👍

    • @gustavgames
      @gustavgames 5 років тому

      I'd say you can make this for ~€100
      2x arduino - €6
      2x Brushless motors ~ €15
      2x ESC ~ €10
      Car body ~ €15 (?)
      Gps module ~ €4
      Compass module ~ €2
      LiPo battery ~ €20
      Transmitter, receiver module ~ €6
      Other ~ €15

  • @zombiecorp101
    @zombiecorp101 7 років тому

    Why Exactly do you need a magnetometer ?

    • @iforce2d
      @iforce2d  7 років тому

      To know which way is north, south etc.

  • @irfanddins
    @irfanddins 10 років тому

    This project is cool, can you please attach the code and schematic for this? And also can you tell me if I can use UNO instead of MINI.

    • @iforce2d
      @iforce2d  10 років тому

      You can find it in the link in the description on this video, just don't ask me to explain it: ua-cam.com/video/tPJg1y0IdHs/v-deo.html

    • @irfanddins
      @irfanddins 10 років тому

      ***** Yeah thanks, but can I use an Arduino Uno?

    • @iforce2d
      @iforce2d  10 років тому

      Irfanuddin Shafi
      yeah, it should be fine.

  • @marikgl
    @marikgl 6 років тому

    Hi, can you share the code? I would like to make one with my kids.

  • @dizvo6853
    @dizvo6853 Рік тому

    where can i find the code?

  • @Aeroknots-mi7qt
    @Aeroknots-mi7qt 10 місяців тому

    Hey would you help us making same prototype , we'll be highly obliged 😊 as we are working on kind of similar project but in aviation...

  • @mytechexplanations6923
    @mytechexplanations6923 5 років тому

    What is range???

  • @rakeshpatil8765
    @rakeshpatil8765 6 років тому

    Sir....will you please tell the overall cost for this project???

  • @Ssiva-zf3pc
    @Ssiva-zf3pc 6 років тому

    It really works?

  • @greenwhite2768
    @greenwhite2768 8 років тому

    very nice bro please give a list of items that you use to do this

  • @mikkelkrullamulla
    @mikkelkrullamulla 8 років тому

    Which compass are you using?

    • @iforce2d
      @iforce2d  8 років тому

      +Mikkel Christiansen I think it was this one goo.gl/NOeTXx

    • @mikkelkrullamulla
      @mikkelkrullamulla 8 років тому

      +iforce2d Okay im using the same but when using your library for the compass, with calibration it gives me negative headings and nothing worth using. My compass is always 10-40 degrees off and weirds out even with the adafruit code that comes with the module... any ideas?

    • @iforce2d
      @iforce2d  8 років тому

      +Mikkel Christiansen sounds a bit odd. Have you tried more than one module?

    • @mikkelkrullamulla
      @mikkelkrullamulla 8 років тому

      +iforce2d Only got one :S, is there any way i can come in contact with you vocally?, Im sitting here with an exam project and it is giving me a little headache that i can't figure it out :S

    • @mikkelkrullamulla
      @mikkelkrullamulla 8 років тому

      +iforce2d Is there any way i can contact you via skype or something? :S

  • @janetonwukamuche8729
    @janetonwukamuche8729 8 років тому

    Good Afternoon,
    I have a few questions about your coding and would love to chat with you privately for some research I'm doing on my Senior Design Project

    • @iforce2d
      @iforce2d  8 років тому +5

      Better to discuss here so that others can benefit from our chat in future, and so that I don't have to answer the same questions over and over.

  • @dilshankasthuriarachchi4737
    @dilshankasthuriarachchi4737 4 роки тому

    Could you please let me have the code ?

  • @shehanvidanapathirana1292
    @shehanvidanapathirana1292 7 років тому +1

    can i get the source code?

  • @dilshankasthuriarachchi4737
    @dilshankasthuriarachchi4737 4 роки тому

    Hellllooo could you please give the code and schematic?

  • @jamesfames9654
    @jamesfames9654 4 роки тому

    How much for you to build me one? I'll buy

  • @nguyenthuy9824
    @nguyenthuy9824 4 роки тому

    What's camera name?

    • @iforce2d
      @iforce2d  4 роки тому +1

      Mobius. See also Runcam2

  • @SenshaRol
    @SenshaRol 5 років тому

    sir...can u share link all component that u use

  • @CaraAmar
    @CaraAmar 8 років тому +1

    omg nice bro!! you give me some cool project idea with this video!! i'll make it!

  • @vijayanandraaj8558
    @vijayanandraaj8558 8 років тому +7

    would you give this project code..........

    • @aaronjoyce
      @aaronjoyce 7 років тому +2

      work yourself ? nothing will be handed to you in life
      or at least, shouldnt

    • @BeefIngot
      @BeefIngot 7 років тому +8

      Why shouldnt it. Why should life be any harder than it has to be. Thats a shitty attitude to have.

    • @chemgreec
      @chemgreec 7 років тому +7

      xaxaxa Arduino is open source you dumbass the reason this whole community exists is because people share...some people dont learn

    • @RobinCernyMitSuffix
      @RobinCernyMitSuffix 7 років тому +6

      well, you can also learn if you read stuff that others write down...
      That's why we move forward and don't reinvent the wheel over and over again...

  • @jgsw563
    @jgsw563 9 років тому +1

    nice work mate :)

  • @alhazan
    @alhazan 10 років тому

    Very cool! You've inspired me to dig out my RC stuff again. What's your visa situation in Japan, if you don't mind me asking?

    • @iforce2d
      @iforce2d  10 років тому

      Remember to close your eyes a bit when you blow the dust off ;) Work visa.

  • @wrthndr69
    @wrthndr69 10 років тому

    Why didn't you use a raspberry instead?

    • @iforce2d
      @iforce2d  10 років тому

      Because I don't have one.

    • @wrthndr69
      @wrthndr69 10 років тому

      ***** good reason xD

  • @paradoxlab2023
    @paradoxlab2023 5 років тому

    It's a great project

  • @joeestes6318
    @joeestes6318 7 років тому

    that was great! iam impressed!

  • @akshaysharma-gt6kn
    @akshaysharma-gt6kn 8 років тому

    WOW really great job....... you have really work very hard on this..... if you don't mind can you give me complete information of it so that I can make the replica of it.....I really like ur work..

  • @softyan
    @softyan 5 років тому

    Link of proyect

  • @harismohal8000
    @harismohal8000 8 років тому

    hello #iforce2d can u please give the scematic of this project :)

  • @ThinkSmartCreative
    @ThinkSmartCreative 6 років тому

    Very good

  • @BurkenProductions
    @BurkenProductions 5 років тому

    I2C It's not I-SQUID-C, it's I TWO C.

  • @jxx965
    @jxx965 7 років тому

    Please help the Community by sharing the source code.
    This will help others to create innovative projects.

    • @iforce2d
      @iforce2d  7 років тому +1

      ua-cam.com/video/uilJtMOip5k/v-deo.html

    • @jxx965
      @jxx965 7 років тому

      iforce2d thank you sir, i will have a look.
      Im working on a project with a boat that moves waypoint back to home position but im kinda stuck now with the project.

  • @davidcerva9864
    @davidcerva9864 8 років тому

    Nice awesome work :)

  • @Anton-sz6ef
    @Anton-sz6ef 6 років тому

    So cool!

  • @JasonSipe16
    @JasonSipe16 7 місяців тому

    home run!

  • @shawnvegas4694
    @shawnvegas4694 6 років тому

    if you have this sitting around collecting dust, I'll buy it.

  • @calebsherman886
    @calebsherman886 7 років тому

    35.616264, 139.611139 Why am I like this

  • @saneck2005
    @saneck2005 7 років тому

    Привет друг.
    Дай схему подключения и программу скетч пожалуйста.

  • @khayryazzez
    @khayryazzez 5 років тому

    Need some precision

  • @NickXabias
    @NickXabias 4 роки тому

    Wow nice project.
    I also work on something similar but i would like some help xD
    Do you mind to share the code ? :D

  • @blackheartmgTv
    @blackheartmgTv 9 років тому

    excellent