Тёмный

Extract GPS location in Arduino with Ublox Neo-6 and Neo 7m GPS modules 

Robojax
Подписаться 109 тыс.
Просмотров 53 тыс.
50% 1

Опубликовано:

 

18 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 130   
@rwl7532
@rwl7532 5 лет назад
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.
@SpinStar1956
@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.
@richardvasquez5912
@richardvasquez5912 2 года назад
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?
@robojax
@robojax 2 года назад
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
@richardvasquez5912
@richardvasquez5912 2 года назад
@@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?
@robojax
@robojax 2 года назад
no. 5min is enough. something is wrong. Try method shown in this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rCXYP6H3gSE.html
@jmoff241
@jmoff241 2 года назад
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).
@robojax
@robojax 2 года назад
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.
@satyadeepjandhyam4962
@satyadeepjandhyam4962 2 года назад
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
@josephsoo5318
@josephsoo5318 4 года назад
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
@robojax
@robojax 4 года назад
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.
@josephsoo5318
@josephsoo5318 4 года назад
@@robojax Is it this video? ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rCXYP6H3gSE.html
@woldecosgrove
@woldecosgrove 3 месяца назад
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.
@izzatijamal3223
@izzatijamal3223 5 лет назад
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.
@robojax
@robojax 5 лет назад
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
@APACHAONE
@APACHAONE 3 года назад
Thank dude. I got it to work !!!
@robojax
@robojax 3 года назад
Glad I could help
@estebancachago7868
@estebancachago7868 5 лет назад
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).
@robojax
@robojax 5 лет назад
No you can't . It needs direct view of sky to receive signals.
@Dancopymus
@Dancopymus 5 лет назад
It's a late answer but, I believe that installing an external antenna will work!
@Photoss73
@Photoss73 4 года назад
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 ?
@sanwomashi1751
@sanwomashi1751 Год назад
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 )
@robojax
@robojax Год назад
Just check the datasheet and don’t trust what I say.
@bilguunbatsuuri4733
@bilguunbatsuuri4733 5 лет назад
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.
@robojax
@robojax 5 лет назад
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.
@SauvikRoy
@SauvikRoy Год назад
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?
@TheDmisky
@TheDmisky 5 лет назад
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
@robojax
@robojax 5 лет назад
You are welcome. This code can be used for that purpose.
@lokeshwaranmanohar2967
@lokeshwaranmanohar2967 4 года назад
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!
@robojax
@robojax 4 года назад
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.😊
@hepshibabeula9997
@hepshibabeula9997 5 лет назад
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?
@robojax
@robojax 5 лет назад
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.
@hepshibabeula9997
@hepshibabeula9997 5 лет назад
Thank you
@yogeshitaliya473
@yogeshitaliya473 6 лет назад
One time again nice sir
@technomediadailylife3545
@technomediadailylife3545 4 года назад
Sir pls make a video of 4 pin gps imean neo 6 4 wire connection for apm 2.6
@robojax
@robojax 4 года назад
number of pins do not matter. TX, RX, VCC and GND is needed.
@yixingzhang7053
@yixingzhang7053 4 года назад
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?
@robojax
@robojax 4 года назад
Hi, You are welcome.I don't know what IMU is.
@yixingzhang7053
@yixingzhang7053 4 года назад
@@robojax IMU is a sensor. To make the gps more accurate we can use imu sensor. Btw thanks for your reply
@akshaypowar8157
@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
@unkwn27
@unkwn27 Год назад
It says gps detected: check wiring but my wiring and battery is good does that mean the module is faulty or busted ?
@nguyenthuy9824
@nguyenthuy9824 4 года назад
Hi. How did you do 13.42? That means Location INVAID => OPERATION WELL?
@robojax
@robojax 4 года назад
Hi, you made me watch the video. I said "it means wiring is correct" and of course there is no signal
@ftschannel678
@ftschannel678 3 года назад
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?
@robojax
@robojax 3 года назад
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 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rCXYP6H3gSE.html and WiFi scan can be done at the same time. Good luck
@kostassomataridis3141
@kostassomataridis3141 4 года назад
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.
@robojax
@robojax 4 года назад
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.
@kostassomataridis3141
@kostassomataridis3141 4 года назад
@@robojax Thank you very much. You have my respect.
@robojax
@robojax 4 года назад
You are welcome. It is my pleasure to help. Respect.
@xavimedina2763
@xavimedina2763 4 года назад
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?
@robojax
@robojax 4 года назад
Hi, I am not sure. Try my code from this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rCXYP6H3gSE.html and if GPS can see sky towards equator, then GPS module is bad.
@MohamedKhaled-gg5ii
@MohamedKhaled-gg5ii 3 года назад
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
@robojax
@robojax 3 года назад
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.
@Aghil-pw4bu
@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
@robojax Год назад
Hello, it is because you are reading GMT. You need to add or subtract your time zone. learn about time zone.
@Dancopymus
@Dancopymus 3 года назад
I didn't notice but, is it 3.3v powered? Does not accept 5v?
@sanwomashi1751
@sanwomashi1751 Год назад
yes
@RaitonMx
@RaitonMx 5 лет назад
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..
@robojax
@robojax 5 лет назад
Arduino nano has 3.3V see it here www.theengineeringprojects.com/wp-content/uploads/2018/06/introduction-to-arduino-nano-4-1.jpg
@eeyanknv
@eeyanknv 4 года назад
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?
@robojax
@robojax 4 года назад
I am not sure. Perhaps the wiring is bad, voltage is low, signal is not reaching or module is bad.
@learntocodehere3458
@learntocodehere3458 4 года назад
Any tutorial Any Tutorial for wireless connection with neo 7m module
@robojax
@robojax 4 года назад
see the title. it is about 7m.
@t1d100
@t1d100 Год назад
Very helpful. Thank you.
@robojax
@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❤️
@engrinchik884
@engrinchik884 4 года назад
is SPI interface enabled in those gps modules?
@robojax
@robojax 4 года назад
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
@akshaypowar8157
@akshaypowar8157 Год назад
Hello Sir can I use multiple GPS modules simultaneously with the same Arduino? How?
@robojax
@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 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-L6ekl2ABcuY.html
@SlimShady-po5qi
@SlimShady-po5qi 5 лет назад
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?
@robojax
@robojax 5 лет назад
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-po5qi
@SlimShady-po5qi 5 лет назад
@@robojax Thanks for your answer
@robojax
@robojax 5 лет назад
You are welcome.
@mohammadomar2954
@mohammadomar2954 5 лет назад
how can we use Neo 6 or 7 with nodemcu ESP8266 module
@robojax
@robojax 4 года назад
Interesting but usually GPS application are outdoor where you won't have WiFi. What would be the application?
@hepshibabeula9997
@hepshibabeula9997 5 лет назад
please provide the link for the manual/datasheet of neo 7m gps module
@robojax
@robojax 5 лет назад
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
@hepshibabeula9997
@hepshibabeula9997 5 лет назад
Thank you
@yasminebenalaya6391
@yasminebenalaya6391 2 года назад
hello! how can i connect Gps Neo7M to arduino?
@robojax
@robojax 2 года назад
Hi, I believe this video is about 7m as well. Just follow the instructions
@maisyousef2161
@maisyousef2161 2 года назад
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
@robojax
@robojax 2 года назад
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: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rCXYP6H3gSE.html
@sanwomashi1751
@sanwomashi1751 Год назад
I waited 2-3h first time :) to get first signals (next time
@theUsesOFnot
@theUsesOFnot 5 лет назад
I want to make tracker for car. But does this GPS only work outside? How can I get GPS for inside car?
@robojax
@robojax 5 лет назад
You would have to put under the windshield in plastic box and connect the wires to your board.
@theUsesOFnot
@theUsesOFnot 5 лет назад
@@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?
@robojax
@robojax 5 лет назад
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-yy6bd
@JA-yy6bd 4 года назад
Robojax will tinfoil layers on dashboard block signal?
@Abdullahtheengineer
@Abdullahtheengineer 5 лет назад
Thank you, I upload the code and it work properly
@robojax
@robojax 5 лет назад
You are welcome.
@mohamedrishdi6949
@mohamedrishdi6949 3 года назад
Can i get the gps coordinates from the usb connection?
@robojax
@robojax 3 года назад
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.
@mohamedrishdi6949
@mohamedrishdi6949 3 года назад
@@robojax what i meant is can i get the gps info from the micro usb port ?
@robojax
@robojax 3 года назад
Please read above.
@mohamedrishdi6949
@mohamedrishdi6949 3 года назад
@@robojax Thanks
@mehmetunal9731
@mehmetunal9731 2 года назад
Is 6m and 7m's codes are same?
@robojax
@robojax 2 года назад
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 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rCXYP6H3gSE.html
@sumitsaha9818
@sumitsaha9818 5 лет назад
Can we do this without serial monitor of aurduino
@robojax
@robojax 5 лет назад
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.
@monisankarnath
@monisankarnath 4 года назад
The led on my GPS module is not turning on. Help plz
@robojax
@robojax 4 года назад
it is not receiving signal. the module should be able to see the sky clearly.
@burhanuddin127
@burhanuddin127 4 года назад
Hi does it need internet to give location?
@robojax
@robojax 4 года назад
Yes of course. without antennat it won't work.
@anisnajwa5599
@anisnajwa5599 5 лет назад
can i know what is difference between neo 6m and neo 7m ?
@robojax
@robojax 5 лет назад
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
@learn7710
@learn7710 5 лет назад
if , I want the 5HZ update rate of NEO 6M gps instead of 1HZ(default) and baud rate instead of 9600(default)..... thanku
@robojax
@robojax 5 лет назад
You can't . You would you have buy the faster refresh rate NEO 7M or Neo 8M which are fast and expensive.
@learn7710
@learn7710 5 лет назад
+Robojax but in NEO 6M gps datasheet .it has mentioned that ,it's maximum update rate is 5HZ .
@robojax
@robojax 5 лет назад
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
@learn7710
@learn7710 5 лет назад
thank you....
@robojax
@robojax 5 лет назад
you are welcome.
@upperwall1
@upperwall1 5 лет назад
where did you order the gps?
@robojax
@robojax 5 лет назад
just type "gps arduino" in your search on eBay.com or AliExpress.com or Amazon.com
@brunowolfpack6767
@brunowolfpack6767 3 года назад
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
@robojax
@robojax 3 года назад
No signal. Make sure Gia module can see the sky. If you are above equator it should see the sky the south
@brunowolfpack6767
@brunowolfpack6767 3 года назад
@@robojax Thanks. Unfortunately, none of the 2 gps are working. I am using the Ublox 6M V2. Many thanks for the reply
@robojax
@robojax 3 года назад
Search my channel and see the other video for gos.
@tifanydepaula
@tifanydepaula 4 года назад
where do i get the datasheet
@robojax
@robojax 4 года назад
from the same page where you get the Arduino code. The link is (always) below the video in the description.
@tifanydepaula
@tifanydepaula 4 года назад
@@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
@robojax
@robojax 4 года назад
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.
@sumitsaha9818
@sumitsaha9818 5 лет назад
Is this wireless?
@robojax
@robojax 5 лет назад
GPS is receiving signal from satellite? did you watch the video? You should not have ask this question if you watched the video.
@demidov_tv
@demidov_tv 5 лет назад
Thanks
@robojax
@robojax 5 лет назад
You are welcome.
@fredlodden1538
@fredlodden1538 2 года назад
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.
@robojax
@robojax 2 года назад
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.
@_glozal_208
@_glozal_208 5 лет назад
thnx bro
@robojax
@robojax 5 лет назад
You are welcome.
Далее
How would you react?!😳
00:44
Просмотров 6 млн
Dora was kidnapped and then… 😨 #shorts
00:18
Просмотров 2,9 млн
Extract GPS location in Arduino with NEO-6m module
19:09
Make your own GPS SMS Security Tracking System
8:35
Просмотров 1,5 млн
HOW TO: Easy GPS connection to an Arduino
10:27
Просмотров 265 тыс.
All About Arduino GPS Modules in 5 min
5:23
Просмотров 40 тыс.