HOW TO: Easy GPS connection to an Arduino

Поділитися
Вставка
  • Опубліковано 29 гру 2024

КОМЕНТАРІ • 289

  • @Pelonius
    @Pelonius 6 років тому +2

    LOL --- I am trying to use a GPS unit for a speedo on my ATV and came across this video, but I had to laugh when at the end you and I are in the same city. It is amazing how small our world is. Thank you for your video by the way.

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

    I JUST COMPLETED MY GPS HOOKUP WITH MY LAPTOP AND IT WORKS GREAT ! THANK YOU !
    U NEED TO DOWN LOAD TINYGPS++ LIBRARY ZIP FILE AND RIGHT CLIK EXTRACT IT TO UR ARDUINO/LIBRARY FILE . MINE IS IN MY DOCUMENTS/ARDUINO/LIBRARY. THEN U UPLOAD THE PROGRAM AND U SEE THE LED LIT ON THE UNO AND I HAVE A BLUE LED BLINKING ON MY GPS CARD THEN I PRESSED CONTROL SHIFT M AT THE SAME TIME AND THE GPS WINDOW OPENS DISPLAYING LAT LONG SPEED AND ALTITUDE LIKE THE VID SHOWS. IF UR GPS CARD NEEDS PINS OR WIRES SOLDERED IN DONT USE MORE THAN A 1/16 OF AN INCH OF SOLDER WIRE CAUSE THE HOLES ARE VERY CLOSE TO EACH OTHER AND U CAN OVER FLOW THE SOLDER AND SHORT THE WIRES VERY EASILY. USE UR MAGNIFIYER GLASSES FOR THE SOLDERING . THANKS AGAIN THIS WORKS SO GREAT . LIKE WOW

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

    Still working great after several months. I’ve noticed that the Tiny GPS library version im using when asked nearing and range to waypoint returns distance in kilometers so to spite using it to guide my boat I do everything in kilometers then convert to nautical for the display. Another simple thing I’m doing is displaying number of satellites on the LCD in hex 0 to F to save space.Great video that got me started. Thanks

  • @jeffhan1239
    @jeffhan1239 4 роки тому +5

    Great tutorial! I live in Edmonton too 😂

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

    Hey, nice tutuorial! It works like a charm with my A7 module and im sending the position data that I pick off to a remote location via GPRS/GSM.
    Thanks for the convienent library reference!
    John in BC

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

      Hi, May you send me the source code? please.. I'm also working on A7 module.

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

      I just got an A7 module too. Id love to see it as well

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

      hello there am from future id like to ask you did you use this code with A7 and it worked?

  • @SrikanthBhospet
    @SrikanthBhospet 3 роки тому +2

    Simple, straightforward great explanation. Thank you for this Video. Subscribed.

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

    is there a reason why im getting this msg in terminal ? "GPS Start" i get nothing else and yes the gps module works fine all by itself

  • @hashiralam3825
    @hashiralam3825 5 років тому +11

    hey my serial monitor only showing GPS Start and noting else i want to know wether it is the problem with the gps or the location please let me know

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

      same here bro

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

      if it continues to make error in the outside of the building, that means there may be a problem in your GPS, but I don't think so. You should try to set up your circuit again.

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

      me too ;(

  • @HVAC_Tips_Tricks_Calcs
    @HVAC_Tips_Tricks_Calcs 3 місяці тому

    Great video! I know I’m late to the party, but is there a way to take the lat/lng, and put it into Google maps for tracking? Just wondering. I guess it would require a wifi and/or cell module. Thanks

  • @wmvga
    @wmvga 8 місяців тому

    Hello, I tested your code using the GT-U7 module, but instead of the coordinates, it only returns ??????? infinitely, what can it be?

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

    6:12 Help ! In software when you set the RX pin = 10, that means it is the RX on the Arduino board, and goes to the TX of the GPS, right ?

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

      since he connected Rx to pin 10 on Arduino , he wrote the code like that.

  • @二宮望-y8p
    @二宮望-y8p 7 років тому

    Wow, your code just solved our problem, which bothered us for weeks.
    Thank you very much

    • @anandraok960
      @anandraok960 6 років тому +3

      二宮望 did u get the output other than gps start
      If yes can u help me

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

      @@anandraok960 did you find a solution?

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

      @@gabrielpacatang7164 i could use some help on that :)

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

    What's a possible reason that the GPS module doesn't work? It's wired correctly, the code uploads well, but I only get "GPS Start" on serial port...

  • @elektron2kim666
    @elektron2kim666 10 місяців тому

    "The library takes care of the rest" is what killed it for me in the beginning. Switched to MMBasic where I read 1 manual and type everything myself. With Pico's I make small "computers" and it's quite interesting with wires and components now. I might try an Arduino for something, but I don't expect much.

  • @ringehdingehdurgen
    @ringehdingehdurgen 5 місяців тому

    Are you aware of any way to utilize this Arduino GPS as an upgrade for a cellphone's GPS signal? Either Android or iOS would be fine.. the hope is to use this in place of my cellphone's built-in GPS for a few functions that require high accuracy.

  • @ssmith53
    @ssmith53 5 років тому +2

    Thanks for posting this video. Very straightforward, to the point, informative and helpful.

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

    So how do you get it to sow your location on google maps while you are moving. In other words without any inputs from the user?

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

    Hello,
    1) could be good use also that cheap board that i have find on Aliexpress for 5€ ?
    2) what is the name of the second board you use ?

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

    have you played with a GSM module with your GPS module?
    Id love to see you make a video of those together.
    My idea was to have the GPS coordinates sent to a server database online or something.

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

    Hello, Great video and thank you very much for sharing the knowledge. I followed your steps but I didnt find the module updating the data. It jumps to the loop() but seems like the program doesnt jump in to the first while loop. What can be the causes? Thanks in advance.

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

    hi . i am working on the same project but my readings are not coming. it is showing one GPS start. what is the problem. iam using the code whic you have given i.e github one in ur link

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

    Hi, I am getting a trouble, I am using GPS NEO-M8P-2 in my library of the gps it exist an example, but appear that
    #include //Needed for I2C to GPS, but I am conecting with RX Y TX, and do not read my date. its necesary define the pins or I need a wire cable.
    thank you, i hope you could help me

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

    can i use SoftwareSerial libray to attach GPS and GSM module to an arduino uno. i don't need to communicate with both modules at the same time.

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

    sensor is can change number lat and long to link google map?

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

    Can you power the Arduino with a 9V battery and still get your computer to receive the GPS information?

  • @Natasha-z4f
    @Natasha-z4f 9 місяців тому

    What is this used for does it track mobiles i found this in my home along with some other equipment can somebody explain what a suspicious person would need this for like for example can it be used to spy on somebodys location sorry if i sound dumb iv no idea about this kind of technology and have found some cameras in my home that i didnt place

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

    hello sir ,i used a gps tiny .when connected with usb to usart converter that shows a location on serial monitor but not with arduino ...plz give any solution

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

    Can the arduino track, store and display the total distance like an odometer?

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

    hi, do you need a Sim card to make it work or you can simply buy this components without buying a sim?
    I don't understand if this is able to track a device I lost or not.
    Is necessary to buy a SIM800L???
    thank you

  • @liderl.m.9850
    @liderl.m.9850 7 років тому

    Can you take the satellite time too?, i mean "gps.clock/time.value();" or something like that. This library contains some instruction code about to take satellite time?

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

    i crossed over the GPS rx from tx and now instead of numbers spitting out in the serial monitor I get goggly goo. Does this mean I have bricked my GPS module

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

    in the code there is a propriety called "Altitude Feet:" ..
    Is this gives the a Real height position for the GPS chip or the drone for example ?

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

    Hi thank you for making the video. Does it work with ESP32C3 (i.e. replace Arduino UNO)?

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

    What is the function of the second board ?

  • @christopherbousquet-jette117
    @christopherbousquet-jette117 7 років тому +2

    Hi,
    Where i can find TinyGPS++.h ? do you have the link plz ?
    Tank you in advance.

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

    I made a ballistic rocket with arduino. I made some sugar rocket fuel (5KG) and made a 3 stage rocket. I made this gps module and a few metal ropes attached to motors from arduino and they are attached to the fins of the rocket. It flew 50 km and landed (safely with parachutes) 200 meters from the target.

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

      Hi, may I know what is the model of GPS module you used, and code

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

    So you live in Canada. Neat!

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

      Western accent, metric country. Pretty obvious.

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

    How r u?Bro,,,I used this gps but it is not updating the data,,,,even i move,,,,

  • @mohammedqassem2311
    @mohammedqassem2311 5 років тому +1

    hello
    Please i need (tinygps++ lib)
    i don't found this
    Thank you

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

    How can we use Tiny GPS to guide user to destination like turn left ,turn right ?

  • @عبدالمحسنالعطوي-ج2ش

    Help me i can't find the numbers from the com11 in serial plotter

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

    UPDATE i noticed that when i tried to reset the arduino i did get one line of CSV so then i kept holding down the reset pin and while i kept holding it i kept getting msg's so something is wrong with my arduino or gps module or something is wrong with the libraries

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

    Can we use it as a marine gps? What would it require more?

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

    can i use another antenna like tcp ip or another (not ceramic antenna), to my ublox 7m?

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

    Hey man, I am trying this code for a school project, but i cant get the serial monitor to work. I have the correct baud rate and wiring and it does say GPS Start, but there is no data coming after that. The gps does have a lock because it has a blue flashing light. Do you have any idea what there could be wrong?

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

      Most GPS modules will poop out data even if they are not connected to GPS. Try various baud rates.

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

    question, could this be use to by directly connecting the gps to bluetooth via wiring rx tx?

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

    They're actually useful as an atomic clock source as well

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

    What's the name of the GPS you used ?

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

    HI. Can u help me?
    I connect my gps module Neo - 6M to my Arduino Uno R3
    Download TinyGPS++ library and wrote ur sketch.
    I uploading this sketch to my arduino and entering to Monitoring window. But in this window i see only "GPS Start" messege. I wait 2-3 min and it steel in there. How can i solve this problem?

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

      same here

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

      Dilakshi Perpetua
      Are u testing inside building?

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

      I have the same problem. I'm using a gps module neo 6M to my arduino nano. I only see "GPS Start".

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

      check connetion according to scetch TX RX and try in outside of building
      Other problem is that GPS sattelite position.
      If u starting to recive "***" then u will need to waite maximum 10 min to recive GPS signals

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

    LED on GPS is blinking continuously but it doesnt get latitude and longitude.. how to solve it?

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

    I am using arduino mega 2560 with gps neo 6m.I wrote same code in IDE but it is showing compiling error.. i. e. Error compiling for board ardiino/genuino Mega. .

  • @Henry.Kristiansen
    @Henry.Kristiansen 6 років тому

    Does this library have a heading/Compas feature?

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

    hi sir cau is it possible to make a geofence project using that gps and arduino

  • @JohnSmith-my4jr
    @JohnSmith-my4jr 6 років тому

    why it doesn't work with my nodemcu + neo-7m?
    I can't see anything after: GPS Start

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

    Can you hook up a gsm using this gps??

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

    How display those data via bluetooth to an android app made with app inventor ?

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

    nicely done sir. if you may do you have the code for raspberry pi along with arduino and gps module where i can get the location whenever i text a message?

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

    did you buy the pin socket of GPS module? I bought one without having a pin socket

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

      just solder wires on the module if you don't have the pins

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

    Hi I am using UB1612 gps and I copied your sketch and uploaded it. Right now I am stuck on GPS start

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

    I have an issue getting the location, how can i contact you?

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

    I am getting 00 in serial monitor ....what is wrong ?

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

    In file included from D:\Membangun Software PKM\SoftwareSerial\sketch_nov24a\sketch_nov24a.ino:1:0:
    sketch\TinyGPS++.h:27:25: fatal error: application.h: No such file or directory
    #include "application.h"
    ^
    compilation terminated.
    what i have to do? if the error like that

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

    With this code the only thing Im seeing on my serial monitor is GPS Start and nothing else. Can someone please help me?

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

    can not gps track coordinates without gprs ????

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

    Hi sir, is it possible to use the coordinate to send push notifications?

  • @evergreatest5821
    @evergreatest5821 5 років тому +1

    Guys, sometimes you have to switch the RX TX for it to work

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

      God bless, you're an angel! I did that and it f8ckin worked

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

    Thankyou this worked a miracle for me. Though it did take a little time to work. :)

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

      farhan hidayah hello ,, i am trying to make this project work but i really do not know how to install the library , can u please help me !!

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

      Go to github in google and search for library files which had been included in ur code and download it there (zip file)
      In arduino software goto tools and include library file and add zip file there

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

      Hi, can u mail me the code you used.

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

    if you are inside it will usally tell you a speed since it hasn`t a good signal :) . Also Thank for the easy tutorial ;)

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

    What board are U using? Uno, as video or a Mega with 4 communication ports...?

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

      uno with software serial so u could use 2 serial communication

  • @عليفاضل-ي8ق5ك
    @عليفاضل-ي8ق5ك 4 роки тому

    Good night
    Speed ​​in any unit of measurement?

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

    Thank you very much
    your code is the BEST

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

    how far the gps can be from the arduino ?

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

    do you program the serial # of the unit?

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

    is it possible to add LCD in this circuit to display the lat lon

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

      Yes it is...pretty easy to implent using LCD...U Can disply lat,long on LCD

  • @JR-bc4rn
    @JR-bc4rn 7 років тому

    What exactly do you mean by an Arduino??

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

    Didnt work for me. For a start the library call #include "TinyGPS++.h" wont compile because there is no such library as you cant use symbols for a library location, the library is actually called TinyGPS. Change the script to this though and I just got another bunch of errors compiling .

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

      I downloaded the files (.h and .cpp) I opened them in visual studios and created a folder (directory) for the project.
      That solved the issue.

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

      @@cliffordariel3405 r you refer any website or youtube ?

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

    Can this GPS transmit data live while being connected to a 9V?

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

      if you add some sort of microcontroller with wireless capabilities, yes

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

    How to connect this with compass sensor.. please help me with a code

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

    please sir can you modify it to a tracking device which compose of arduino and gsm/gprs module please

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

    very informative and made my decision on how im doing my GPS system on my long range RC GUV Thanks, liked, and subscribed!

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

    Any changes could be made if the code is uploaded through arduino mega instead of using uno??
    Reply me please anybody !!!

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

    Hello! Nice tutorial! Do you know whether the Datum can be coded in this module? I mean, if I want to obtain directly the coordinates in other EPSG, can I do that?

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

    hello im not getting a satellite lock on my gps module,what do i do? (i am sitting near a window)

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

    can i find direction whether it is north or south?

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

      I THINK MY GPS FROM THIS VID SHOWED POSITIVE NUMERS AS UNMARKED SO IM IN FLORIDA AND IT WAS AROUND 20 SOMTHING LATITUDE . THE LONGITUDE WAS - 80 SOMTHING . SO THE MINUS IS UR KEY TO NORTH SOUTH IM PRETTY SURE IF I UNDERSTAND THE Q

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

    Sir,Very very thank you for this video. But, If I want to use it for arduino uno then what library file I should include instead of tinygps filr?

  • @totabo.mejdad3903
    @totabo.mejdad3903 6 років тому +1

    Hi l download library and try your code and all the variable give me 00 how can l solve this problem please?

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

      It hasn't yet got a lock on the satalite. You must go outside to obtain the initial signal/

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

      How can we down libraries ....could you please share the link

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

    Sir is it possible to transmit the coordinates using a GSM module?

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

    Its not working getting error for Tiny GPS library
    How to solve it i have already download and paste it into the libraries

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

      haven't you solved this problem yet?

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

      GOOGLE TinyGPS++ library U SEE ZIP , DOWNLOAD , RIGHT CLIK IT , EXTRACT USING BROWSER TO UR ARDUINO/LIBRARY . START ARDUINO WINDOW UPLOAD THE GPS PROGRAM . I DOWNLOADED MY COPY FROM GIT HUB ITS THE EXACT COPY FROM THE VID ABOVE. UNO SHOWS LED LIT GPS CARD BLINKS . TYPE CONTROL SHIFT M AT THE SAME TIME, AND THAT OPENS THE GPS WINDOW WITH UR LAT LONG SPEED AND ALTITUDE . HAVE FUN

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

    Does this work for Ublox NEO M8N?

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

    Arduino: 1.8.5 (Windows 7), Board: "Arduino/Genuino Uno"
    C:\Users\Win 7x64Pro\Downloads\Arduino_GPS-master\Arduino_GPS\Arduino_GPS.ino:1:23: fatal error: TinyGPS++.h: No such file or directory
    #include "TinyGPS++.h"
    ^
    compilation terminated.
    exit status 1
    Error compiling for board Arduino/Genuino Uno.
    what might be the problem heree?

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

      you have to include the tiny gps ++ library

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

    Super! Thanks for doing the video!

  • @Nichsen13
    @Nichsen13 5 років тому +3

    Thanks for your tutorial i also used this GPS Board ;-)

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

    Is there a way to send this info to your phone?

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

    are you using The gy-neo6mv2 gps module?

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

    Will anyone please tell me I am only getting GPS start on screen my TX and RX connections are correct still its not working I have included Tinygps plus also

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

      i am facing the same problem

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

      Easy download I am dumb from don't github and press doh.

  • @ashishdhruv
    @ashishdhruv 5 років тому +1

    Arduino: 1.6.11 (Windows 10), Board: "Arduino/Genuino Uno"
    C:\Users\admin\Desktop\GPS\GPS.ino:1:23: fatal error: TinyGPS++.h: No such file or directory
    #include "TinyGPS++.h"
    ^
    compilation terminated.
    exit status 1
    Error compiling for board Arduino/Genuino Uno.
    It shows this error. Can anyone help this young tinkerer?

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

    thank you, there's a real demand for a tutorial like this but for rtk receivers using ublox or something else, to get real precise location data (down to cm lvl)

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

    HI
    CAN I ADD EXTRA 10KM DISTANCE IN MY EXACT GPS LOCATION?
    KINDLY HELP ME

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

      yes, simply save your latitude and/or longitude in a variable, then use google to search what 10km means in degrees. Finally add this value to your variable.

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

    after including tiny gps++ it is giving the error application.h missing ;

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

    hello i wanna ask..the output on serial monitor seem to keep scrolling..how to make it from stop scrolling without clicking the "autoscroll" checkbox? can anyone help me??

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

      put delay(1000) between serial.print commands