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
@luisespinoza73542 жыл бұрын
Si pudiste ??
@md.rokonuzzaman82292 жыл бұрын
Same problem
@kartikpatil15178 ай бұрын
How did you completed?
@rncmaudiolibrary8 ай бұрын
@@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
@faaadlee Жыл бұрын
how can we operate the gps tracker using lora when the one node is offline
@vaibhavjadhav33773 күн бұрын
shall we add the geofencing feature in blynk app. it means if we cross the locations then program need to send the alert to our mobile
@BlueeBubble Жыл бұрын
can you use Neo-8M?
@miladkhaled1170 Жыл бұрын
Except Blynk app, the ESP also should be connected to the internet
@osminvarela-u1s Жыл бұрын
new version 2023?
@guillermonudelman2197 Жыл бұрын
is it possible to achieve this with no wifi? like using a sim card or something?
@AkashMaharana-kf7jb4 ай бұрын
There is a esp32 board named lilygo esp32 s3 sim7670g 4G iot development board...it has goa built in
@makaitheweb-dev15172 жыл бұрын
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”.🙌
@chelladhurais19952 жыл бұрын
For visualizing the map, blynk now requires an upgrade to their plans. Is there a chance i can get it for free.?
@HowtoElectronics2 жыл бұрын
Actually I have upgraded and used paid version. You need to upgrade it as well.
@makaitheweb-dev15172 жыл бұрын
@@HowtoElectronics I need contact you, can you give me anyways I can contact you…
@makaitheweb-dev15172 жыл бұрын
@@HowtoElectronics Hello 👋
@Vaishakrao7 ай бұрын
@HowtoElectronics , what is the subscription cost for access to map?
@elzaxluza309810 ай бұрын
thabk you. but Why does i have hars time installing gps library?
@estebannoboa3842 Жыл бұрын
Can you conect more than 1 ESP8266 and see that two or tree device?
@smitpatel3946 Жыл бұрын
Is there any possibility to use blynk for GPS tracking using raspberry
@DarkME19207 ай бұрын
what version of the blynk app?
@seventhhell02510 ай бұрын
Is it possible to use mini D1 instead of esp8266
@danpowell64042 жыл бұрын
How can the tracker always be connected to Wi-Fi while driving around?
@HowtoElectronics2 жыл бұрын
Connect to phone hotspot.
@justicemkandawire92112 жыл бұрын
thank you..... but please help me on how i can set up my gps tracker on new blynk iot app particulary on datastream part.
@abdullahahwaz3861 Жыл бұрын
can it be use with arduino uno also?
@syntax-j8e Жыл бұрын
Is this possible on a raspberry pi?
@nurardlirachmatsaputra82312 жыл бұрын
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
@HowtoElectronics2 жыл бұрын
Yes u can use esp32 easily.
@nurardlirachmatsaputra82312 жыл бұрын
@@HowtoElectronics can I contact you Sir? I need some help in advance. Thanks
@gettechyt1262 жыл бұрын
I also face issue 😭
@durgasekhar26362 жыл бұрын
Bro cost of buying map in blynk app Please tell the prices
@sudhispillai8885 Жыл бұрын
Is it anyway work with esp32
@xiaoshen1942 жыл бұрын
6:22 Bhai wo speed non-zero kyu hai? Tum to stationary ho....
@HowtoElectronics2 жыл бұрын
Calibration and stability k liye starting mein kuch time lagta hai
@harielayur4 ай бұрын
How many mobile devices can be connected to this control device?"
@alexk6585Ай бұрын
Problem is blynk app wants 98$ a month for a map
@Cb80001 Жыл бұрын
Can it show altitude
@rohanfunde6977 Жыл бұрын
Brother over all price ?
@stickersqueak10 ай бұрын
Hey its showing map is not free we need pro like pay
@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?
@beastbose7280 Жыл бұрын
Instead of l86 any other module could be used
@HowtoElectronics Жыл бұрын
You can use any other GPS module like Neo-6M.
@mahy83142 жыл бұрын
Can you made a spirometer project ? For biomedical instrument engineering please
@gettechyt1262 жыл бұрын
Sir ,as coding is same for Arduino uno +wifi module Instead of esp32 ?? Please guide
@HowtoElectronics2 жыл бұрын
No
@gettechyt1262 жыл бұрын
@@HowtoElectronics sir what we can do?now for Arduino uno ,
@HowtoElectronics2 жыл бұрын
It wont work with arduino as it requires internet connection. Rather buy a nodemcu board which will cost around 300-400 Rs
@gettechyt1262 жыл бұрын
@@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?
@gettechyt1262 жыл бұрын
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,
@kostasavgeros90902 жыл бұрын
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(); }
@electronic79792 жыл бұрын
Nice project 👍
@hamzahm.marhoon92562 жыл бұрын
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.
@HowtoElectronics2 жыл бұрын
It still connects and work well. Use the authentication token in the code from blynk mail.
@sribalajielectronicssystem83742 жыл бұрын
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.marhoon92562 жыл бұрын
@@HowtoElectronics isn't able to create a new account or reset your old account
@sebuahhobi2 жыл бұрын
Please tutorial Quectel EC21-E
@TechnicalidEas072 жыл бұрын
Blynk resister nahi hoga
@afdhilyopandi2 жыл бұрын
can i see souce code?
@predcr Жыл бұрын
Can we create an application like blynk.
@mirothedjmusic9 ай бұрын
Api
@ayeshakhatun8794 Жыл бұрын
Sir please tell me. Is there another app like blynk?
@raulfgaming9815 Жыл бұрын
Hello did you find answer for this??
@mirothedjmusic9 ай бұрын
Use API to maps
@LOKESH_YT2 жыл бұрын
sir can you make in new blynk 2.0
@robink.94592 жыл бұрын
Neat tutorial, but this is pointless when you need a wifi hotspot
@Makerfabs2 жыл бұрын
👏👏👏Nice one!
@alexptvz1076 Жыл бұрын
works well thank you!
@devilal5272 жыл бұрын
good job bro
@mirothedjmusic9 ай бұрын
Awesome
@3dmodelinghamid2388 ай бұрын
Tnx a lot
@aniszed36412 жыл бұрын
THANK YOU
@mramzadg2 жыл бұрын
AWESOME bro...
@vanshikajain66692 жыл бұрын
Hi sir
@rehan_alammmblogs2 жыл бұрын
Good 😊
@damankumarshah96692 жыл бұрын
Amazing
@NeedhamViolet-w7z2 ай бұрын
Wilson Eric Wilson Scott Johnson Steven
@kabitachand22222 жыл бұрын
👍
@Shamansdurx7 ай бұрын
Good one, thank you!
@TejJoshi-b7gАй бұрын
when the gadget is away from the wi-fi network then how to get the location on the blynk app,how can we make it like that?