The Latitude and Longitude separated by the comma can be copied and then pasted directly into Google Maps' Search here line. Then you can see how accurate your GPS is. Great vid.
@robojax5 жыл бұрын
Thanks.
@richardvasquez59122 жыл бұрын
I'm getting nothing but blank GPS data, like that shown in the begging of this video. Does that code do any writing to configure the GPS device before it will work correctly?
@robojax2 жыл бұрын
everything you need to do is shown in the video. you may not be receiving GPS signal. try a better location exposed to sky. if you are located above the equator, then point it to south-up and if you are below the equator, then point it to north-up
@richardvasquez59122 жыл бұрын
@@robojax Thank you. I did try that. We're standing away from buildings and trees, but I still don't get anything after 5 whole minutes. Do I need to give it more time than that to lock in a signal?
@robojax2 жыл бұрын
no. 5min is enough. something is wrong. Try method shown in this video kzbin.info/www/bejne/qHS7ioNsfZiaiac
@SpinStar1956 Жыл бұрын
Great Video! 😀 Appreciate your hard work to make it with all the illustrations. Thank You! I ordered one (6M, I think?) and will use your video and methodology to get it running.
@jmoff2412 жыл бұрын
I have the GPS module with the buit-in ceramic antenna and the SMA connecter for external antenna. Is the external antenna detected and the device switches to the appropriate antenna or some capacitor/resistance need to be removed/added? I'm asking because mine works well with the external antenna but very poorly with the built-in antenna (I'm comparing the to similar devices with ceramic antenna only).
@robojax2 жыл бұрын
Hi, generally you need to remove or add something to establish connection to the new antenna. Wherever you purchased it three should provide you the details or just do an image search using bing or google, I am sure you will find information for that.
@satyadeepjandhyam49623 жыл бұрын
hiii..iam getting no location found and THIS CODE IS ONLY FOR ublox or could we use this for any other devices..?...iam using sim28ml module
@josephsoo53185 жыл бұрын
Hi, I'm just wondering, do you have to use the RX pin on the GPS module? What does the RX pin do exactly, like what does the gps need to get from arduino
@robojax5 жыл бұрын
Hi, GPS module has a lot of parameters that can be set with the library including the refresh rate(very important) and other which we are not concerted with. I have another video that you can get coordinates without library. The link is in the description of this video.
@josephsoo53185 жыл бұрын
@@robojax Is it this video? kzbin.info/www/bejne/qHS7ioNsfZiaiac
@woldecosgrove6 ай бұрын
Hi Nice video, can your code work with NEO-6M GPS? cos your video show others GPS i dun know if its NEO-7, please advise ? thx.
@izzatijamal32235 жыл бұрын
Hi sir, thank you for the video. I did follow the steps that you've shown in the video, but I cannot obtain any output in my serial monitor. I'm using gps 6m, aduino uno and I also put the gps besides my window. But still, there is no gps signal. Can you help me please.
@robojax5 жыл бұрын
other than telling you to check wiring and library and making sure your Serial monitor is set at correct baud rate, I can't see problem. snag.gy/y3pKwG.jpg
@SauvikRoy2 жыл бұрын
I have neo-8m gps module. The baud rate on that one is 115200. The UNO seems to be just too slow for that. Plus the TinyGPS library wouldn't work for newer generations. I'm still trying to get it to work. I found out neogps library should work with it. The problem is too many crc errors. Any hints?
@estebancachago78685 жыл бұрын
Hey! I have some questions: - Can I use Neo-6 or Neo-7 for indoor purposes? If yes, how much can the module be obstructed? (I mean using the module under a roof, or into low floors in a building).
@robojax5 жыл бұрын
No you can't . It needs direct view of sky to receive signals.
@Dancopymus5 жыл бұрын
It's a late answer but, I believe that installing an external antenna will work!
@Photoss734 жыл бұрын
I have two Neo-6 modules that works in the house (in a plastic box, for protection)(ceramic antenna), at 1st or 2nd floor, but an other that only works outside. Sometimes it seems to be very sensitiv, or can the 3.15GHz go through the windows ?
@kostassomataridis31414 жыл бұрын
Thank you for the video. I can send the gps data signal from arduino to my cell phone but is it possible to use that data to get a live pin to a map, without updating all the time? (Maybe with an app or a website?) Thank you very much for your time.
@robojax4 жыл бұрын
You are welcome. Yes it is possible but it needs a service. I have a plan to create such service but it is a lot of work. You find Amazon AWS free service that takes data from GPS from Arduino and your app can connect to the service. Search Amazon AWS.
@kostassomataridis31414 жыл бұрын
@@robojax Thank you very much. You have my respect.
@robojax4 жыл бұрын
You are welcome. It is my pleasure to help. Respect.
@brunowolfpack67673 жыл бұрын
Hi, thanks for sharing your knowledge I ran the program and the gps displays INVALID, date 00/00/000, time 00:00 gps.location.isValid() return INVALID Location: INVALID Date/Time: 0/0/2000 00:00:00.00 Location: INVALID Date/Time: 0/0/2000 00:00:00.00 Location: INVALID Date/Time: 0/0/2000 00:00:00.00 Can you tell for what reason? Tks !!!! Bruno
@robojax3 жыл бұрын
No signal. Make sure Gia module can see the sky. If you are above equator it should see the sky the south
@brunowolfpack67673 жыл бұрын
@@robojax Thanks. Unfortunately, none of the 2 gps are working. I am using the Ublox 6M V2. Many thanks for the reply
@robojax3 жыл бұрын
Search my channel and see the other video for gos.
@unkwn27 Жыл бұрын
It says gps detected: check wiring but my wiring and battery is good does that mean the module is faulty or busted ?
@TheDmisky5 жыл бұрын
Thank you for your video. I try to find information how to logging nmea data when push button on my photocamera. I wanna make very correct GPS data only when camera makes shoots
@robojax5 жыл бұрын
You are welcome. This code can be used for that purpose.
@akshaypowar8157 Жыл бұрын
Hello Sir can I use multiple GPS modules simultaneously with the same Arduino? How?
@robojax Жыл бұрын
Hello, we define object for each device. In GPS I just checked we have "ss" as object. you can learn it from this LCD example kzbin.info/www/bejne/gmfInJ9odqeWq7s
@nguyenthuy98244 жыл бұрын
Hi. How did you do 13.42? That means Location INVAID => OPERATION WELL?
@robojax4 жыл бұрын
Hi, you made me watch the video. I said "it means wiring is correct" and of course there is no signal
@Dancopymus3 жыл бұрын
I didn't notice but, is it 3.3v powered? Does not accept 5v?
@sanwomashi17512 жыл бұрын
yes
@Aghil-pw4bu Жыл бұрын
Hello... I am using GPS neo 7m and it shows the correct longitude and latitude in the serial monitor, but it shows the wrong time... how can I correct it??
@robojax Жыл бұрын
Hello, it is because you are reading GMT. You need to add or subtract your time zone. learn about time zone.
@MohamedKhaled-gg5ii3 жыл бұрын
Big time quiestion, that's driving me crazy. Why on Earth does it has an RX pin. Can someone help? Can I send Data to the GPS Module? I am talking Commands to read a specfic NMEA Sentence
@robojax3 жыл бұрын
Yes you can send and set parameters including power and sleep mode. Read the datasheet and if you figure it, you can control it. This video is about extracting location.
@lokeshwaranmanohar29675 жыл бұрын
Hello, Is it possible to get the gps coordinares of a particular location if the value of a sensor exceeds its threshold(which i give in code)? Thanks in advance!
@robojax5 жыл бұрын
You are welcome. The best thank you for me is to subscribe to my channel and thumb up the video. It is greatly appreciated. 🔔 😊. You haven't subscribed yet. will reply to all Subscriber's 🔔 questions. So make sure to Subscribe.😊
@xavimedina27634 жыл бұрын
No GPS detected: check wiring I've gone over the wiring multiple times, checking for connections and everything seems fine, could it be that the GPS is broken?
@robojax4 жыл бұрын
Hi, I am not sure. Try my code from this video kzbin.info/www/bejne/qHS7ioNsfZiaiac and if GPS can see sky towards equator, then GPS module is bad.
@mehmetunal97312 жыл бұрын
Is 6m and 7m's codes are same?
@robojax2 жыл бұрын
I don't remember what I said in the video. if I mentioned to select the model, then do it. if not then it means the same code work. Here is another video on GPS so you can use it without library and I have explained it so you can get location kzbin.info/www/bejne/qHS7ioNsfZiaiac
@hepshibabeula99976 жыл бұрын
Is the antenna comes with the gps module itself or we have to buy it seperately? and Is the same code explained above works for the Neo 7m GPS modules?
@robojax6 жыл бұрын
It depends on the seller. When you purchase they will mention. In the video I have explained it which one is coming with the antenna but I forgot. You have to watch it if you want to know.
@hepshibabeula99976 жыл бұрын
Thank you
@ftschannel6784 жыл бұрын
Hello Robojax I have trouble can you help me ? problem: I use 8266 to scan Wi-Fi and using neo -7m. scan Wi-Fi locations Do you think this can be done?
@robojax4 жыл бұрын
Hello, I've not tested the library with this module. You may use the code shown in this video so you can get location without library kzbin.info/www/bejne/qHS7ioNsfZiaiac and WiFi scan can be done at the same time. Good luck
@yasminebenalaya63912 жыл бұрын
hello! how can i connect Gps Neo7M to arduino?
@robojax2 жыл бұрын
Hi, I believe this video is about 7m as well. Just follow the instructions
@mohamedrishdi69493 жыл бұрын
Can i get the gps coordinates from the usb connection?
@robojax3 жыл бұрын
when it prints it on serial monitor, that is USB. just read it. Arduino is reading it from USB and printing it for you, now you do your job to get in your Window/Linux/Mac machine to read it outside Arduino. if that s what you want.
@mohamedrishdi69493 жыл бұрын
@@robojax what i meant is can i get the gps info from the micro usb port ?
@robojax3 жыл бұрын
Please read above.
@mohamedrishdi69493 жыл бұрын
@@robojax Thanks
@yixingzhang70534 жыл бұрын
Hello sir, thank you for your video. I would like to ask you something about my final project. Its the combination of data fusion between GPS and IMU can enhance the accuracy of the user/object. So which arduino compatible with both of them?
@robojax4 жыл бұрын
Hi, You are welcome.I don't know what IMU is.
@yixingzhang70534 жыл бұрын
@@robojax IMU is a sensor. To make the gps more accurate we can use imu sensor. Btw thanks for your reply
@akshaypowar8157 Жыл бұрын
Hello I am interested in your project can you just share how you did your project? Maybe from Github. Actually I wanted to used two GPS modules simultaneously for more accurate positioning
@theUsesOFnot5 жыл бұрын
I want to make tracker for car. But does this GPS only work outside? How can I get GPS for inside car?
@robojax5 жыл бұрын
You would have to put under the windshield in plastic box and connect the wires to your board.
@theUsesOFnot5 жыл бұрын
@@robojax thanks. how do they make GPS car trackers where they put the tracker in the trunk or under the car. How do they work?
@robojax5 жыл бұрын
Wherever you put them, they must get signal. Signal can't reach if antenna is covered with metal. so you may put antenna outside like a small wire that can can see sky.
@JA-yy6bd4 жыл бұрын
Robojax will tinfoil layers on dashboard block signal?
@engrinchik8845 жыл бұрын
is SPI interface enabled in those gps modules?
@robojax5 жыл бұрын
yes it is. Please see datasheet's page 9 www.u-blox.com/sites/default/files/products/documents/NEO-6_DataSheet_%28GPS.G6-HW-09005%29.pdf
@maisyousef21612 жыл бұрын
Thanks for sharing this video. i have tried neo7m0000 beside the window for long time but the data stay same $GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30 and never change and the light doesn't blink. even before i tried neo6m it worked two times outside then stop for ever. i am no sure what is the issue with gps. can you help
@robojax2 жыл бұрын
Hello, so check the wiring. First test your code without connecting the GPS module. if you are getting the same data, then it means GPS is not receiving or sending data to Arduino. Also have you checked this video which very simple without library: kzbin.info/www/bejne/qHS7ioNsfZiaiac
@sanwomashi17512 жыл бұрын
I waited 2-3h first time :) to get first signals (next time
@burhanuddin1274 жыл бұрын
Hi does it need internet to give location?
@robojax4 жыл бұрын
Yes of course. without antennat it won't work.
@learntocodehere34584 жыл бұрын
Any tutorial Any Tutorial for wireless connection with neo 7m module
@robojax4 жыл бұрын
see the title. it is about 7m.
@bilguunbatsuuri47336 жыл бұрын
hii thank you for explaining this. this video was very good and useful. Then i have a question. can i use that location numbers to see my location on my phone.
@robojax6 жыл бұрын
this can give you the location. It is up to you whatever you want to do with it. Perhaps one way would be to use Bluetooth or WiFi to send it to your phone. You will need module for that and then you will need an app to make it work. search for "bluetooth" on my channel and see if I have something you can use.
@RaitonMx6 жыл бұрын
What i need to do to make this work with an Arduino NANO? cause it only has a 5v supply and not the 3.3v that Arduino UNO has..
@robojax6 жыл бұрын
Arduino nano has 3.3V see it here www.theengineeringprojects.com/wp-content/uploads/2018/06/introduction-to-arduino-nano-4-1.jpg
@SlimShady-po5qi5 жыл бұрын
what about we want to get signal from 2 gps? i mean, i have 2 gps and i want to get signals from them with 1 antenna which connecting to my pc. Is it possible that get signals from 2 gps with 1 antenna at the same time?
@robojax5 жыл бұрын
I don't think you can use the same antenna for two GPS receiver. The antenna is active device, it has electronics and it communicates with receiver.
@SlimShady-po5qi5 жыл бұрын
@@robojax Thanks for your answer
@robojax5 жыл бұрын
You are welcome.
@eeyanknv4 жыл бұрын
Hello Sir, I have uploaded the code successfully on the board just as how you instructed in the video. However, it still shows in the serial monitor that the location is invalid though I went near the window and the neo 6m started blinking. What could possibly be the problem?
@robojax4 жыл бұрын
I am not sure. Perhaps the wiring is bad, voltage is low, signal is not reaching or module is bad.
@hepshibabeula99976 жыл бұрын
please provide the link for the manual/datasheet of neo 7m gps module
@robojax6 жыл бұрын
In the description of the video, I have link to the page on Robojax.com where you can get the code. The datasheet is provide in the same page where I put the code robojax.com/learn/arduino/?vid=robojax_GPS_TinyGPSPlus
@hepshibabeula99976 жыл бұрын
Thank you
@mohammadomar29545 жыл бұрын
how can we use Neo 6 or 7 with nodemcu ESP8266 module
@robojax5 жыл бұрын
Interesting but usually GPS application are outdoor where you won't have WiFi. What would be the application?
@sumitsaha98185 жыл бұрын
Can we do this without serial monitor of aurduino
@robojax5 жыл бұрын
Serial monitor is to develop and learn. Then you would use it to take some action. Watch the video and I explained why people need this.
@sanwomashi17512 жыл бұрын
how accurate your GPS is ? Description 3m - real about 3m - outside - Max read working speed about 1 sec - satellites move so you get +/- 5 m - good idea to calculate average for 10 results ( the best calculate during 90 sec )
@robojax2 жыл бұрын
Just check the datasheet and don’t trust what I say.
@anisnajwa55995 жыл бұрын
can i know what is difference between neo 6m and neo 7m ?
@robojax5 жыл бұрын
Neo 7m has more accuracy and faster refresh rate. here is the official page foe Neo-6m www.u-blox.com/en/product/neo-6-series and Neo-7m www.u-blox.com/en/product/neo-7-series
@learn77106 жыл бұрын
if , I want the 5HZ update rate of NEO 6M gps instead of 1HZ(default) and baud rate instead of 9600(default)..... thanku
@robojax6 жыл бұрын
You can't . You would you have buy the faster refresh rate NEO 7M or Neo 8M which are fast and expensive.
@learn77106 жыл бұрын
+Robojax but in NEO 6M gps datasheet .it has mentioned that ,it's maximum update rate is 5HZ .
@robojax6 жыл бұрын
you are right. look at this page github.com/jlnaudin/x-drone/wiki/How-to-setup-the-GPS-Ublox-NEO-6M-(Crius)-CN-06-V2
@learn77106 жыл бұрын
thank you....
@robojax6 жыл бұрын
you are welcome.
@tifanydepaula4 жыл бұрын
where do i get the datasheet
@robojax4 жыл бұрын
from the same page where you get the Arduino code. The link is (always) below the video in the description.
@tifanydepaula4 жыл бұрын
@@robojax I saw the datasheet of the ublox core, but I wanted the datasheet of the entire module itself, I can't, right? I've tried to find it on Google but it doesn't have
@robojax4 жыл бұрын
you won't find it. this module-with-pcb even doesn't have a model number. someone just produced it and assumed you use the main datasheet. Besides it has very few components which you can search online for each and know what they are. Good luck.
@upperwall15 жыл бұрын
where did you order the gps?
@robojax5 жыл бұрын
just type "gps arduino" in your search on eBay.com or AliExpress.com or Amazon.com
@technomediadailylife35454 жыл бұрын
Sir pls make a video of 4 pin gps imean neo 6 4 wire connection for apm 2.6
@robojax4 жыл бұрын
number of pins do not matter. TX, RX, VCC and GND is needed.
@monisankarnath4 жыл бұрын
The led on my GPS module is not turning on. Help plz
@robojax4 жыл бұрын
it is not receiving signal. the module should be able to see the sky clearly.
@sumitsaha98185 жыл бұрын
Is this wireless?
@robojax5 жыл бұрын
GPS is receiving signal from satellite? did you watch the video? You should not have ask this question if you watched the video.
@APACHAONE4 жыл бұрын
Thank dude. I got it to work !!!
@robojax4 жыл бұрын
Glad I could help
@Abdullahtheengineer5 жыл бұрын
Thank you, I upload the code and it work properly
@robojax5 жыл бұрын
You are welcome.
@t1d100 Жыл бұрын
Very helpful. Thank you.
@robojax Жыл бұрын
You are welcome. The best thank you for me is to subscribe to my channel. Your subscription is stamp of approval and my videos will be suggested to more people and this will help me. I appreciate it. thanks❤️
@SIRANJEEVI.R7 күн бұрын
i am getting garbage values
@robojax6 күн бұрын
then learn how to use serial monitor here kzbin.info/www/bejne/jaq6g3qldqiKfNU
@yogeshitaliya4736 жыл бұрын
One time again nice sir
@fredlodden15383 жыл бұрын
Many little errors and shortcut text in this video. You say connect to pin2, but plug a wire into what is labelled D1. You talk about the Serial Monitor connection, when the statements you refer to are for the software serial connection, which is what communicates with the GPS. Then 'connect Tx on the GPS to rx', but omit the additional words 'on the Arduino'. Kind of misleading. Difficult to give it a thumbs up.
@robojax3 жыл бұрын
Than you for your comment. I appreciate it. I am not sure if you are familiar with Arduino, in this context which we get the data using Arduino board, Serial Monitor is within Arduino an pin2 is also refers to pin 2 of Arduino. I will read the errors in text. The title of the video is the words "in Arduino". I am sorry if you felt mislead. But greatly appreciate your comment.