Realtime GPS Tracker Using Raspberry Pi (Realtime testing) : Part 2

  Рет қаралды 31,030

SPARKLERS : We Are The Makers

SPARKLERS : We Are The Makers

Күн бұрын

Пікірлер: 76
@BabuliAdhikari1
@BabuliAdhikari1 2 жыл бұрын
its showing assertion error for UUID...............
@pragnabheemaneni9327
@pragnabheemaneni9327 2 жыл бұрын
Same. What to do for this error. @sparkles can you please reply
@shahad2737
@shahad2737 3 жыл бұрын
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
@jordyrodriguez6115
@jordyrodriguez6115 3 жыл бұрын
I got the same problem, did you find the solution?
@kasunhewagama6453
@kasunhewagama6453 3 жыл бұрын
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
@imadeloirdi4742
@imadeloirdi4742 3 жыл бұрын
try to use pip3 it work's for me
@dehydratedwatr
@dehydratedwatr 4 жыл бұрын
Bro! Dont show everyone where you live! You gonna blow up to that 20-30k subscribers level one day
@prashantvasala6765
@prashantvasala6765 2 жыл бұрын
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.
@Indian0333
@Indian0333 2 жыл бұрын
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
@johnchew2457
@johnchew2457 3 жыл бұрын
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?
@pembroke916
@pembroke916 3 жыл бұрын
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? :(
@moneymonster9627
@moneymonster9627 3 жыл бұрын
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
@jihenebenhassine1591
@jihenebenhassine1591 3 жыл бұрын
i have probleme only works with python 2
@semahegnalemayehu5492
@semahegnalemayehu5492 2 жыл бұрын
really helpful!!! thank you so much!!!
@dakaradakaradakara699
@dakaradakaradakara699 4 ай бұрын
Hello, does this work in raspberry pi 5?
@objectivestrololo7780
@objectivestrololo7780 3 жыл бұрын
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
@JacobBayek Жыл бұрын
Sir, What is the solution for the error "assertion error for UUID"
@youtybesex
@youtybesex 5 жыл бұрын
Nice project...well explained. I'm curious to know does this GPS module compatible with RPi4?
@SPARKLERSWeAreTheMakers
@SPARKLERSWeAreTheMakers 5 жыл бұрын
Yes, this one is compatible with RPI4
@subbuaccu2075
@subbuaccu2075 4 жыл бұрын
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.
@iamiftekharalam
@iamiftekharalam 4 жыл бұрын
How can i change the navigation icon? like in uber, i see some car icons moving along the maps. Is it possible?
@_jihea7888
@_jihea7888 3 жыл бұрын
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.
@ericspooner9199
@ericspooner9199 3 жыл бұрын
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?
@ericspooner9199
@ericspooner9199 3 жыл бұрын
@@_jihea7888 How did you do it if you don't mind me asking?
@_jihea7888
@_jihea7888 3 жыл бұрын
@@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.
@_jihea7888
@_jihea7888 3 жыл бұрын
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" ')
@_jihea7888
@_jihea7888 3 жыл бұрын
I hope you get it fixed soon too :)
@jeromeayes2069
@jeromeayes2069 4 жыл бұрын
it is possible to have two markers in one map. Our project is making multiple tracking device in one map view
@reem.n.qunnies617
@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
@Islamicinfo239
@Islamicinfo239 4 жыл бұрын
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.
@SPARKLERSWeAreTheMakers
@SPARKLERSWeAreTheMakers 4 жыл бұрын
Yes, easily you can do that.
@Islamicinfo239
@Islamicinfo239 4 жыл бұрын
@@SPARKLERSWeAreTheMakers how interface lcd with respberry pi? can you help sir?
@abdulgafaralhassan2844
@abdulgafaralhassan2844 4 жыл бұрын
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_
@Szelle_ 5 жыл бұрын
Can I transfer this data in real time to phone or tablet with no Internet? And show it on a map?
@SPARKLERSWeAreTheMakers
@SPARKLERSWeAreTheMakers 5 жыл бұрын
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_
@Szelle_ 5 жыл бұрын
@@SPARKLERSWeAreTheMakers about 100 - 150 meters
@SPARKLERSWeAreTheMakers
@SPARKLERSWeAreTheMakers 5 жыл бұрын
No. Generally phone's hotspot does not cover such a long distance. But with a external wifi antenna may be its possible.
@mnouman6736
@mnouman6736 4 жыл бұрын
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?
@SPARKLERSWeAreTheMakers
@SPARKLERSWeAreTheMakers 4 жыл бұрын
1. You can connect the pi with our phone's Hotspot. 2. Can use a portable Hotspot. 3. GPRS module 4. Internet Dongle
@mnouman6736
@mnouman6736 4 жыл бұрын
​@@SPARKLERSWeAreTheMakers hmm ok thanks for response.
@IhsanUllah-sv5pm
@IhsanUllah-sv5pm 4 жыл бұрын
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 )
@SPARKLERSWeAreTheMakers
@SPARKLERSWeAreTheMakers 4 жыл бұрын
If you want to track phones, then also you can use pubnub in the same way.
@MuhammadHamza_MadniElectric
@MuhammadHamza_MadniElectric 4 жыл бұрын
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??
@amithedaoo4282
@amithedaoo4282 4 жыл бұрын
Search it their are GPS Tracker available for laptops too
@genegalindo6177
@genegalindo6177 5 жыл бұрын
can the webpage receive data from more than 1 gps module? If so what is the max modules it can receive data from?
@SPARKLERSWeAreTheMakers
@SPARKLERSWeAreTheMakers 5 жыл бұрын
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.
@saitamapreetsingh3057
@saitamapreetsingh3057 2 жыл бұрын
Thank you bro !
@arrenbul-an4551
@arrenbul-an4551 5 жыл бұрын
Is it possible if the realtime tracking will announce through audio output?
@SPARKLERSWeAreTheMakers
@SPARKLERSWeAreTheMakers 5 жыл бұрын
Yes definately, you can use espeak library in python for the announcement.
@amithedaoo4282
@amithedaoo4282 4 жыл бұрын
Yes one can
@niravjasani711
@niravjasani711 4 жыл бұрын
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 😊
@SPARKLERSWeAreTheMakers
@SPARKLERSWeAreTheMakers 4 жыл бұрын
If comparison means distance between those coordinates, then you can use geopy module in python.
@hj-xv8xv
@hj-xv8xv 4 жыл бұрын
how can I put a pop-up windows in the marker?
@sharanyasaha2065
@sharanyasaha2065 5 жыл бұрын
Thank you very much for such a nice project 😊
@amithedaoo4282
@amithedaoo4282 4 жыл бұрын
Sharanya have you tried it..?
@sharanyasaha2065
@sharanyasaha2065 4 жыл бұрын
@@amithedaoo4282 Yes I worked with him in this project ,and it's absolutely good and interesting.
@SUKHVINDARSINGH1011
@SUKHVINDARSINGH1011 7 ай бұрын
Can we talk sir I m working on project related to Armed forces
@magdy890
@magdy890 3 жыл бұрын
how can i make this blue line on the map please ?
@adilbaig973
@adilbaig973 4 жыл бұрын
why it is showing "this page cant load google map correctly"?
@SPARKLERSWeAreTheMakers
@SPARKLERSWeAreTheMakers 4 жыл бұрын
You need a valid Google map API key.
@이준석-t9d
@이준석-t9d 4 жыл бұрын
It worked when I used a LAN cable at home, but it didn't work when I removed the LAN cable.
@이준석-t9d
@이준석-t9d 4 жыл бұрын
I'm really sorry but need help
@Nope-yb1hh
@Nope-yb1hh 4 жыл бұрын
밖에서 쓸꺼면 lte나 휴대폰 핫스팟으로 인터넷에 연결되어야 합니다
@amithedaoo4282
@amithedaoo4282 4 жыл бұрын
We need internet connectivity for that..!!
@amithedaoo4282
@amithedaoo4282 4 жыл бұрын
Because your device using offline communication use pubnub send data online and receive it to another end (i.e. on website)
@psc19999
@psc19999 3 жыл бұрын
Sir make a project where we can geotag images pleaseee
@aniszed3641
@aniszed3641 4 жыл бұрын
is this work with Raspberry Pi zero ?
@SPARKLERSWeAreTheMakers
@SPARKLERSWeAreTheMakers 4 жыл бұрын
Yes
@aniszed3641
@aniszed3641 4 жыл бұрын
@@SPARKLERSWeAreTheMakers THNX BROTHER
Realtime GPS Tracker Using Raspberry Pi, Python and Javascript
17:27
SPARKLERS : We Are The Makers
Рет қаралды 41 М.
GPS Tutorial-Sending GPS Coordinates over GSM
13:57
Saravanan AL
Рет қаралды 99 М.
Sigma baby, you've conquered soap! 😲😮‍💨 LeoNata family #shorts
00:37
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 15 МЛН
Ouch.. 🤕⚽️
00:25
Celine Dept
Рет қаралды 34 МЛН
OpenMarine/Wegmatt MacArthur HAT: Unboxing and first tests
17:52
raspberry4sailing
Рет қаралды 7 М.
Add an OLED Stats Display to Raspberry Pi OS Bullseye
8:05
Michael Klements
Рет қаралды 85 М.
Using GPS with PPS to synchronize clocks over the network
20:16
Linux Tech School
Рет қаралды 12 М.
Getting Started with GPS Tracking Device | RY82530 | Tutorial
6:19
Davy Wybiral
Рет қаралды 149 М.
Building a GPS Tracker
14:26
Andrew Godwin
Рет қаралды 54 М.
iPhone 17 Pro Max захотят все!
0:37
ÉЖИ АКСЁНОВ
Рет қаралды 1,2 МЛН
Did you know you can test a battery like this? 🪫🔋😳
0:13
scottsreality
Рет қаралды 2,1 МЛН
Кто-то купил WinRar? #shorts #шортс #новости #факты
0:53
This is Хорошо
Рет қаралды 3,9 МЛН
XIAOMI 15 - iPhone 16 Pro снова не нужен!
13:14
Wylsacom
Рет қаралды 191 М.
Распаковка Айфона На Окне 🤯
0:17
Витя Попкин
Рет қаралды 117 М.