Real Time GPS Location Tracker using ESP8266 & Blynk with Google Maps

  Рет қаралды 65,532

How To Electronics

How To Electronics

Күн бұрын

Пікірлер: 79
@makaitheweb-dev1517
@makaitheweb-dev1517 2 жыл бұрын
Thank you to Mr. Yap for leading me to this video. I am working on an exact similar project for my final year project and this has just given me more inspiration to finish it up. I was on the urge of quitting on it. Thank you “How to electronics”.🙌
@chelladhurais1995
@chelladhurais1995 2 жыл бұрын
For visualizing the map, blynk now requires an upgrade to their plans. Is there a chance i can get it for free.?
@HowtoElectronics
@HowtoElectronics 2 жыл бұрын
Actually I have upgraded and used paid version. You need to upgrade it as well.
@makaitheweb-dev1517
@makaitheweb-dev1517 2 жыл бұрын
@@HowtoElectronics I need contact you, can you give me anyways I can contact you…
@makaitheweb-dev1517
@makaitheweb-dev1517 2 жыл бұрын
@@HowtoElectronics Hello 👋
@Vaishakrao
@Vaishakrao 3 ай бұрын
​@HowtoElectronics , what is the subscription cost for access to map?
@rncmaudiolibrary
@rncmaudiolibrary 2 жыл бұрын
Sir how can i use new blynk app.. That says you have to upgrade your plan to use maps widget.. I dont have old app username id & password?? Plz help me sir... I have to submit project in 2-3 days
@luisespinoza7354
@luisespinoza7354 2 жыл бұрын
Si pudiste ??
@md.rokonuzzaman8229
@md.rokonuzzaman8229 Жыл бұрын
Same problem
@kartikpatil1517
@kartikpatil1517 4 ай бұрын
How did you completed?
@rncmaudiolibrary
@rncmaudiolibrary 4 ай бұрын
@@kartikpatil1517 I hardcoded text in ESP32, Like I want to show my project in my college so I made one text with college location coordinates and printed that text in esp32
@miladkhaled1170
@miladkhaled1170 11 ай бұрын
Except Blynk app, the ESP also should be connected to the internet
@faaadlee
@faaadlee 8 ай бұрын
how can we operate the gps tracker using lora when the one node is offline
@electronic7979
@electronic7979 2 жыл бұрын
Nice project 👍
@alexptvz1076
@alexptvz1076 Жыл бұрын
works well thank you!
@justicemkandawire9211
@justicemkandawire9211 Жыл бұрын
thank you..... but please help me on how i can set up my gps tracker on new blynk iot app particulary on datastream part.
@user-ru1hz7mg6s
@user-ru1hz7mg6s Жыл бұрын
new version 2023?
@aniszed3641
@aniszed3641 2 жыл бұрын
THANK YOU
@3dmodelinghamid238
@3dmodelinghamid238 4 ай бұрын
Tnx a lot
@Shamansdurx
@Shamansdurx 3 ай бұрын
Good one, thank you!
@guillermonudelman2197
@guillermonudelman2197 Жыл бұрын
is it possible to achieve this with no wifi? like using a sim card or something?
@AkashMaharana-kf7jb
@AkashMaharana-kf7jb 25 күн бұрын
There is a esp32 board named lilygo esp32 s3 sim7670g 4G iot development board...it has goa built in
@elzaxluza3098
@elzaxluza3098 7 ай бұрын
thabk you. but Why does i have hars time installing gps library?
@kostasavgeros9090
@kostasavgeros9090 2 жыл бұрын
Hi there! I am using Neo-6M GPS Module, the result i get is up to 2 digits not 6 digits after the decimal point. Any ideas ? void displayInfo() { if (gps.location.isValid() ) { sats = gps.satellites.value(); //get number of satellites latitude = (gps.location.lat()); //Storing the Lat. and Lon. longitude = (gps.location.lng()); velocity = gps.speed.kmph(); //get velocity bearing = TinyGPSPlus::cardinal(gps.course.value()); // get the direction Serial.print("SATS: "); Serial.println(sats); // float to x decimal places Serial.print("LATITUDE: "); Serial.println(latitude, 6); // float to x decimal places Serial.print("LONGITUDE: "); Serial.println(longitude, 6); Serial.print("SPEED: "); Serial.print(velocity); Serial.println("kmph"); Serial.print("DIRECTION: "); Serial.println(bearing); Blynk.virtualWrite(V1, String(latitude, 6)); Blynk.virtualWrite(V2, String(longitude, 6)); Blynk.virtualWrite(V3, sats); Blynk.virtualWrite(V4, velocity); Blynk.virtualWrite(V5, bearing); myMap.location(move_index, latitude, longitude, "GPS_Location"); } Serial.println(); }
@nurardlirachmatsaputra8231
@nurardlirachmatsaputra8231 2 жыл бұрын
Nice project. I want to ask, is this project can be using esp32? Right now I have a problem making a gps tracker using esp32 and l86 module. Can you help me in advance? Thank you
@HowtoElectronics
@HowtoElectronics 2 жыл бұрын
Yes u can use esp32 easily.
@nurardlirachmatsaputra8231
@nurardlirachmatsaputra8231 2 жыл бұрын
@@HowtoElectronics can I contact you Sir? I need some help in advance. Thanks
@gettechyt126
@gettechyt126 2 жыл бұрын
I also face issue 😭
@danpowell6404
@danpowell6404 2 жыл бұрын
How can the tracker always be connected to Wi-Fi while driving around?
@HowtoElectronics
@HowtoElectronics 2 жыл бұрын
Connect to phone hotspot.
@harielayur
@harielayur 25 күн бұрын
How many mobile devices can be connected to this control device?"
@estebannoboa3842
@estebannoboa3842 Жыл бұрын
Can you conect more than 1 ESP8266 and see that two or tree device?
@mahy8314
@mahy8314 2 жыл бұрын
Can you made a spirometer project ? For biomedical instrument engineering please
@devilal527
@devilal527 2 жыл бұрын
good job bro
@smitpatel3946
@smitpatel3946 Жыл бұрын
Is there any possibility to use blynk for GPS tracking using raspberry
@BlueeBubble
@BlueeBubble 11 ай бұрын
can you use Neo-8M?
@mramzadg
@mramzadg 2 жыл бұрын
AWESOME bro...
@Makerfabs
@Makerfabs 2 жыл бұрын
👏👏👏Nice one!
@seventhhell025
@seventhhell025 6 ай бұрын
Is it possible to use mini D1 instead of esp8266
@damankumarshah9669
@damankumarshah9669 2 жыл бұрын
Amazing
@mirothedjplaylist
@mirothedjplaylist 5 ай бұрын
Awesome
@DarkME1920
@DarkME1920 3 ай бұрын
what version of the blynk app?
@punithgn5111
@punithgn5111 Жыл бұрын
Bro, I am planning to build a real time GPS tracking device for my Kid, could you please let me know how to do it?
@rehan_alammmblogs
@rehan_alammmblogs 2 жыл бұрын
Good 😊
@abdullahahwaz3861
@abdullahahwaz3861 Жыл бұрын
can it be use with arduino uno also?
@syntax-j8e
@syntax-j8e 9 ай бұрын
Is this possible on a raspberry pi?
@hamzahm.marhoon9256
@hamzahm.marhoon9256 2 жыл бұрын
Unfortunately the app couldn't connect to the Blynk app this is due to the owners of the Blynk have declared that the support from the old app is finished.
@HowtoElectronics
@HowtoElectronics 2 жыл бұрын
It still connects and work well. Use the authentication token in the code from blynk mail.
@sribalajielectronicssystem8374
@sribalajielectronicssystem8374 2 жыл бұрын
But sir for blynk (legacy) is not work for new users so we can create new account for that so please update this project to by using of blynk iot
@hamzahm.marhoon9256
@hamzahm.marhoon9256 2 жыл бұрын
@@HowtoElectronics isn't able to create a new account or reset your old account
@durgasekhar2636
@durgasekhar2636 Жыл бұрын
Bro cost of buying map in blynk app Please tell the prices
@Cb80001
@Cb80001 Жыл бұрын
Can it show altitude
@stickersqueak
@stickersqueak 7 ай бұрын
Hey its showing map is not free we need pro like pay
@sebuahhobi
@sebuahhobi 2 жыл бұрын
Please tutorial Quectel EC21-E
@sudhispillai8885
@sudhispillai8885 Жыл бұрын
Is it anyway work with esp32
@rohanfunde6977
@rohanfunde6977 Жыл бұрын
Brother over all price ?
@beastbose7280
@beastbose7280 10 ай бұрын
Instead of l86 any other module could be used
@HowtoElectronics
@HowtoElectronics 10 ай бұрын
You can use any other GPS module like Neo-6M.
@gettechyt126
@gettechyt126 2 жыл бұрын
Sir ,as coding is same for Arduino uno +wifi module Instead of esp32 ?? Please guide
@HowtoElectronics
@HowtoElectronics 2 жыл бұрын
No
@gettechyt126
@gettechyt126 2 жыл бұрын
@@HowtoElectronics sir what we can do?now for Arduino uno ,
@HowtoElectronics
@HowtoElectronics 2 жыл бұрын
It wont work with arduino as it requires internet connection. Rather buy a nodemcu board which will cost around 300-400 Rs
@gettechyt126
@gettechyt126 2 жыл бұрын
@@HowtoElectronics ok sir but i also want to add ,some sensors which need pins , and i think esp8266 is less num of pins as compared to Arduino Uno?
@gettechyt126
@gettechyt126 2 жыл бұрын
I want to add ultrasonic sensor,rain sensor,Led ,gps ? As all these sensors will be added ? I means pins are enough for these sensors ? Please reply must,
@LOKESH_YT
@LOKESH_YT Жыл бұрын
sir can you make in new blynk 2.0
@robink.9459
@robink.9459 Жыл бұрын
Neat tutorial, but this is pointless when you need a wifi hotspot
@TechnicalidEas07
@TechnicalidEas07 2 жыл бұрын
Blynk resister nahi hoga
@xiaoshen194
@xiaoshen194 2 жыл бұрын
6:22 Bhai wo speed non-zero kyu hai? Tum to stationary ho....
@HowtoElectronics
@HowtoElectronics 2 жыл бұрын
Calibration and stability k liye starting mein kuch time lagta hai
@afdhilyopandi
@afdhilyopandi 2 жыл бұрын
can i see souce code?
@predcr
@predcr Жыл бұрын
Can we create an application like blynk.
@mirothedjplaylist
@mirothedjplaylist 5 ай бұрын
Api
@vanshikajain6669
@vanshikajain6669 2 жыл бұрын
Hi sir
@ayeshakhatun8794
@ayeshakhatun8794 Жыл бұрын
Sir please tell me. Is there another app like blynk?
@raulfgaming9815
@raulfgaming9815 9 ай бұрын
Hello did you find answer for this??
@mirothedjplaylist
@mirothedjplaylist 5 ай бұрын
Use API to maps
@kabitachand2222
@kabitachand2222 2 жыл бұрын
👍
@kabitachand2222
@kabitachand2222 2 жыл бұрын
👍
DIY LoRa Based Low Power GPS Tracker | Live Location Tracking in Google Maps
12:45
Getting Started with A9G Board | GSM + GPRS + GPS 🔥🔥
25:49
Zombie Boy Saved My Life 💚
00:29
Alan Chikin Chow
Рет қаралды 35 МЛН
SCHOOLBOY. Мама флексит 🫣👩🏻
00:41
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 6 МЛН
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 42 МЛН
Real Time GPS Location Tracker | Nodemcu ESP8266
5:21
Viral Science - The home of Creativity
Рет қаралды 183 М.
Geofencing with GPS Module & ESP8266 for monitoring Target or Location
7:25
Personal 3D Printable GPS Tracker Tutorial
10:30
Electromaker
Рет қаралды 26 М.
IoT Based Smart Electricity Energy Meter using ESP8266 & Blynk Application
9:39
Which phone do you have?
0:33
Adhemz
Рет қаралды 3,1 МЛН
Data recovery from MicroSD using PC3000 Flash & Spider Board 😎
1:01
Смартфоны миллиардеров 🤑
0:53
serg1us
Рет қаралды 1,5 МЛН
Игровые ПК за 20 и 40 тысяч рублей
27:07
Ремонтяш
Рет қаралды 274 М.
Ради этого стоит обновить Mac и iPhone
0:42
Lithium cell can get burn
1:01
What is inside
Рет қаралды 4,8 МЛН