its showing assertion error for UUID...............
@pragnabheemaneni93272 жыл бұрын
Same. What to do for this error. @sparkles can you please reply
@shahad27373 жыл бұрын
when i install (pip install 'pubnub>=4.1.4') this error appears (aiohttp requires Python '>=3.4.2' but the running Python is 2.7.16) iam using rasspberry pi zero w
@jordyrodriguez61153 жыл бұрын
I got the same problem, did you find the solution?
@kasunhewagama64533 жыл бұрын
Shahad Alali Did you resolve the problem? ended up with same issue. updated python to Python '>=3.4.2' but now nothings displays in the terminal
@imadeloirdi47423 жыл бұрын
try to use pip3 it work's for me
@dehydratedwatr4 жыл бұрын
Bro! Dont show everyone where you live! You gonna blow up to that 20-30k subscribers level one day
@prashantvasala67652 жыл бұрын
Thanks for the video man!! You were good!! Also I have a question, can you please tell me if we can track Raspberry Pi even without GPS module? Please help me with this one.
@Indian03332 жыл бұрын
Sir neo6m gps module raspberry Pi 4b ke sath python programming me live location tracker topic per ek new video bna dijiye sir please help me ,i soo need your help ,please help sir
@johnchew24573 жыл бұрын
How if I use the SIM7600E 4G HAT with 4G sim card instead of connect the personal hotspot? I use the 4G sim card to get Internet conenction. Can make it real-time tracking?
@pembroke9163 жыл бұрын
Thank you that was quite awesome! But I got a problem my module isn't blinking and also my latitude and longitude values are always giving 0.00 not real data. So how can I fix this problem? :(
@moneymonster96273 жыл бұрын
I'm having trouble getting it to work. I cannot run this on python 2 so I ran python 3 and it doesn't give any errors but doesn't return anything. So how do i get it to work using python 3? i had to use python 3 because I couldn't install pubnub with python2
@jihenebenhassine15913 жыл бұрын
i have probleme only works with python 2
@semahegnalemayehu54922 жыл бұрын
really helpful!!! thank you so much!!!
@dakaradakaradakara6994 ай бұрын
Hello, does this work in raspberry pi 5?
@objectivestrololo77803 жыл бұрын
Hello my comrade, this is very useful for me and it works. But can I ask you how to send every data like every 5 minutes to reserve battery power? Thank you!
@JacobBayek Жыл бұрын
Sir, What is the solution for the error "assertion error for UUID"
@youtybesex5 жыл бұрын
Nice project...well explained. I'm curious to know does this GPS module compatible with RPi4?
@SPARKLERSWeAreTheMakers5 жыл бұрын
Yes, this one is compatible with RPI4
@subbuaccu20754 жыл бұрын
Friend, I have subscribed... Excellent work on GPS TRACKER PROJECT.. There's one request : 1) would you make another video for same project with ANY OPEN SOURCE MAP APPLICATION ? maybe pi os based or linux based map. OR 2) Saving all data in text file locally on pi zero as well as later viewing it offline as on the map so we can just copy tht text over network and draw map using gps coordinates on remote machine without google ! That will be gr8. Please look into it, If possible gr8 🙏✌🏼 P.S : Another reason for those requests is .... Why handout our personal gps data to google !? Thats why.
@iamiftekharalam4 жыл бұрын
How can i change the navigation icon? like in uber, i see some car icons moving along the maps. Is it possible?
@_jihea78883 жыл бұрын
Hi, I'm a student studying GPS. Pubnub version 4 does not run on Python version 2. Running on Python version 3. HTML setup is also complete. However, GPS maps run py and turn on html, causing the line to move strangely wildly. I am not good at English. I'm sorry.
@ericspooner91993 жыл бұрын
Did you have to convert the python2 code to python3? I'm unable to get GPS coordinates if I run the code on python3, however with python 2 it obviously works. Since pubnub 4.1.4 needs python 3.4 or higher I'm having trouble getting the code to work. Do you have any suggestions?
@ericspooner91993 жыл бұрын
@@_jihea7888 How did you do it if you don't mind me asking?
@_jihea78883 жыл бұрын
@@ericspooner9199 pubnub no longer supports python2.7. So I need to install pubnub in python3 And to run it with python3, you need to add code.
@_jihea78883 жыл бұрын
if sys.version_info[0] == 3: newdata = newdata.decode("utf-8","ignore") add this code inside the while loop and tr At the beginning of the code you have to 'import sys'. As folows: import serial import time import string import pynmea2 import sys Then, add the code below in while looping (right above the code 'if new data [0: 6]== "$GPGLL" ')
@_jihea78883 жыл бұрын
I hope you get it fixed soon too :)
@jeromeayes20694 жыл бұрын
it is possible to have two markers in one map. Our project is making multiple tracking device in one map view
@reem.n.qunnies617 Жыл бұрын
Hi, Can anyone help me urgently? I want to build a system on a robot car(Using a Raspberry Pi) that contains programming code in Python language. The system will be to identify a street, and in the case of the robot, it walked on another street that sends it any signal (the street I want to locate using GPS) Can someone send me the code writer? I need that fast
@Islamicinfo2394 жыл бұрын
sir, i can show the real time location on lcd connected to respberry pi, instead of laptop or monitor? plz give reply as soon as possible thanks.
@SPARKLERSWeAreTheMakers4 жыл бұрын
Yes, easily you can do that.
@Islamicinfo2394 жыл бұрын
@@SPARKLERSWeAreTheMakers how interface lcd with respberry pi? can you help sir?
@abdulgafaralhassan28444 жыл бұрын
thanks a a lot sir for this wonderful project. sir can you please help me on how to receive data from a GPS tracker to a website?
@Szelle_5 жыл бұрын
Can I transfer this data in real time to phone or tablet with no Internet? And show it on a map?
@SPARKLERSWeAreTheMakers5 жыл бұрын
If your phone and raspberry pi is near to each other then it's possible without internet. You can transfer the data over lan.
@Szelle_5 жыл бұрын
@@SPARKLERSWeAreTheMakers about 100 - 150 meters
@SPARKLERSWeAreTheMakers5 жыл бұрын
No. Generally phone's hotspot does not cover such a long distance. But with a external wifi antenna may be its possible.
@mnouman67364 жыл бұрын
brother what are different options available for internet connectivity. Like I'm planning to attach this device with my car then how should I get the internet access to send the data to server?
@SPARKLERSWeAreTheMakers4 жыл бұрын
1. You can connect the pi with our phone's Hotspot. 2. Can use a portable Hotspot. 3. GPRS module 4. Internet Dongle
@mnouman67364 жыл бұрын
@@SPARKLERSWeAreTheMakers hmm ok thanks for response.
@IhsanUllah-sv5pm4 жыл бұрын
sir, i am working in a project (a mobile app in python ) and i need to track mobile phone. so what should i do for that mean i use rasberry pi or there is any other way to do that (plz guide me in this )
@SPARKLERSWeAreTheMakers4 жыл бұрын
If you want to track phones, then also you can use pubnub in the same way.
@MuhammadHamza_MadniElectric4 жыл бұрын
Hi! I also want to make a project like this but i want to use personal laptop for processing not raspberry pi is ther any or any other circuit to connect gps with some connecter and the connector connect to laptop . And i want to do this project in python I am not want ti use any microcontroller for processing i want to use laptop is it possible please helpme??
@amithedaoo42824 жыл бұрын
Search it their are GPS Tracker available for laptops too
@genegalindo61775 жыл бұрын
can the webpage receive data from more than 1 gps module? If so what is the max modules it can receive data from?
@SPARKLERSWeAreTheMakers5 жыл бұрын
Yes, a webpage can receive data from many gps modules. The max no of connection depends on the API. For trial version you will have limits. But they have not mentioned the exact limit.
@saitamapreetsingh30572 жыл бұрын
Thank you bro !
@arrenbul-an45515 жыл бұрын
Is it possible if the realtime tracking will announce through audio output?
@SPARKLERSWeAreTheMakers5 жыл бұрын
Yes definately, you can use espeak library in python for the announcement.
@amithedaoo42824 жыл бұрын
Yes one can
@niravjasani7114 жыл бұрын
Thanks for the video man. I am working on one project in which I have some location database in .csv file and I have to compare my current geolocation data with the already stored offline gps locations. Do you guys have any idea about how to do that ? Thanks in advance 😊
@SPARKLERSWeAreTheMakers4 жыл бұрын
If comparison means distance between those coordinates, then you can use geopy module in python.
@hj-xv8xv4 жыл бұрын
how can I put a pop-up windows in the marker?
@sharanyasaha20655 жыл бұрын
Thank you very much for such a nice project 😊
@amithedaoo42824 жыл бұрын
Sharanya have you tried it..?
@sharanyasaha20654 жыл бұрын
@@amithedaoo4282 Yes I worked with him in this project ,and it's absolutely good and interesting.
@SUKHVINDARSINGH10117 ай бұрын
Can we talk sir I m working on project related to Armed forces
@magdy8903 жыл бұрын
how can i make this blue line on the map please ?
@adilbaig9734 жыл бұрын
why it is showing "this page cant load google map correctly"?
@SPARKLERSWeAreTheMakers4 жыл бұрын
You need a valid Google map API key.
@이준석-t9d4 жыл бұрын
It worked when I used a LAN cable at home, but it didn't work when I removed the LAN cable.
@이준석-t9d4 жыл бұрын
I'm really sorry but need help
@Nope-yb1hh4 жыл бұрын
밖에서 쓸꺼면 lte나 휴대폰 핫스팟으로 인터넷에 연결되어야 합니다
@amithedaoo42824 жыл бұрын
We need internet connectivity for that..!!
@amithedaoo42824 жыл бұрын
Because your device using offline communication use pubnub send data online and receive it to another end (i.e. on website)
@psc199993 жыл бұрын
Sir make a project where we can geotag images pleaseee