quick question! can you replace gsm module with wifi module so that you can monitor/access the stats (accelerometer/shock value, gps) from mobile app/website and get an emergency notification when the crash has happened ? also great work!
My gps value return only 0.00 when working with SIM900a module. is that cause of two serial connections? is there need to switch the serial connection with .listen() ? plz
the 0000 values are because the gps module is not receiving any data from the satellite. this happens when you are inside a building or basement. try to check this in open space and wait for a few mints.
How do you use 9v battery as power supply for sim900a? I normally use 5v 5amp adapter. (I don't know how much current it requires. I tried it with 5v 2amp adapter and it doesn't work) I recently bought XL4015 step down convert in order to convert 9v battery to 5v and still don't know how to adjust the current for sim900a to work. I don't know how to measure the current.
Hello, I'm trying to build something like this. By texting the sim, I will receive the latitude and longitude of it. It's like a tracker. I have an arduino uno, a gps, and a sim900c. I don't have a background on these things but I'm trying to learn. I would really appreciate if you'd help me.
visit my website electroniclinic.com, download the library. Extract the folder. Open that folder copy the inside folder and paste it into the Document-Arduino-libraries folder.
@@ElectroniClinic plz can u tell a cheaper substitute for gsm module. We are thinking of building this and present it in tech fest . We will give you credits for this and your video's link and channel name on our chart and ppt
Could you make it ALSO so as when we send a message for example the word "Track" to get back an SMS of the coordinates? i am talking about the same combined program-circuit
@@ElectroniClinic I am not sure it is the same thing. In my case I think you need switching serial ports. Do u have any email to send you my code just to take a look? I have two sketches and I can't combine them.
Then the location you showed is in baren sea near Norway and Sweden. Is it really working bro. I liked it I wanna do that so plz will it work. Because I have to spend a lot on it and if it dint work it's waste
wait for the gps module. usually it takes time. if you are in a building then you will face a lot of problems. make sure you use this gps module in an open space.
@@karthikobillaneni9745 it means you are not getting the signal from gps module it has a light which will blink continuously.if the light blinks it was receiving signal properly check once...and try again
Hi sir, after following your tutorial, I am success to make it. But what is the mean of the sms we receive, longitude? I thought it is google location code.....
@@ElectroniClinic Sir, the arduino and GPS6m can function because the USB of Arduino is connect to laptop. If I put them to my prototype product and connect to the prototype product electric source, will the arduino and GPS 6m will funtion?
there is a slight problem in "LONGITUDE "part as the longitude that we receive in the message is different from the longitude shown in the serial monitor and hence the location comes different while searching in google maps. I tried many times but every time there is a problem in the longitude part whereas latitude is same in both message and serial monitor only the longitude after decimal point values change. I am providing you the SERIAL MONITOR " latitude = 20.246217 and longitude =85.802406 " while in MESSAGE " latitude = 20.246217 and longitude =85.14704 " this is the problem i am facing i tried everything if you can please help me with this and provide some other calculation part so that it can give me the right co-ordinates in message which is same as in serial monitor.
@@ElectroniClinic but in the code we are not using float or string we are rather using "long " example long fahad2= ( longitude - datareal2) *100000; the problem is in this part of conversion . Please help me as I am doing this as my major project for engineering
Hi I know its a lot to ask but if you can please upload an updated code for this project where the co-ordinates are same for both message and serail monitor and if you can remove the unwanted tilt sensor code from it . I am using your channel as a reference and guide for my major project if you can please help me with it.
@@hashiralam3825hey I am also doing this as my major project May i know which sim card did u use will it work on Airtel 4G sim card Waiting for your reply.......
Sir this project is very good
Nice job sir
You are the great
Really nice idea thank you
How can we edit this program for removing coordinates and adding direct link to the Google map with sms ?
Can i use vibration sensor instead of limits switch
Yes
@@ElectroniClinic can you please provide a new code with the vibration sensor instead of limit switch
your website doesn't opening
👍
I can use SIM800L?
Nice 👏👏
Can we use other GPS module.if we do so is the code same or have a change
Sir can you please tell me what will be the changes of I use some else Gps, it's really important.
Hi sir, is it possible if i dont use 5v power supply? And just connected between sim900 arduino n gps?
may i use sim900 instead of sim900A or D?
Can we use aurduino nano
yes
Because,incase this module in the forest area without signal how it is worked
quick question! can you replace gsm module with wifi module so that you can monitor/access the stats (accelerometer/shock value, gps) from mobile app/website and get an emergency notification when the crash has happened ? also great work!
yes of course. you can watch my videos on iot"wifi" based project. I have a video on real-time tracking. check playlist.
Sir, can I use Arduino nano ?
My gps value return only 0.00 when working with SIM900a module. is that cause of two serial connections? is there need to switch the serial connection with .listen() ? plz
the 0000 values are because the gps module is not receiving any data from the satellite. this happens when you are inside a building or basement. try to check this in open space and wait for a few mints.
@@ElectroniClinic Thank you for the answer..
can it be used without limit switches ?
Yes, you can replace the limit switches with other sensors.
1.Can i use sim808 library for sim800h ?
2. Is it possible to send message to gsm for gsm to reply back location ? Without using any sensor
Can i use Airtel 4G sim plz reply coz i am using this as my major project main reference.......
2g sim
If not using internet then you can also use a 3g or 4g sim
But the recommended one is 2G sim.
How do you use 9v battery as power supply for sim900a? I normally use 5v 5amp adapter. (I don't know how much current it requires. I tried it with 5v 2amp adapter and it doesn't work) I recently bought XL4015 step down convert in order to convert 9v battery to 5v and still don't know how to adjust the current for sim900a to work.
I don't know how to measure the current.
even 5v and 2amps adaptor is more than enough. there might be some issue with your gsm module if it doesnt connect with the network.
Hello, I'm trying to build something like this. By texting the sim, I will receive the latitude and longitude of it. It's like a tracker. I have an arduino uno, a gps, and a sim900c. I don't have a background on these things but I'm trying to learn. I would really appreciate if you'd help me.
This is a complete project. I have explained everything. Still if you face any problem, let me know in a comment
Will same code work for SIM 800l GSM module?
Is possible to without any internet connection for implementing msg
Can u provide me the circuit diagram as the image is broken in the link given by u?
Its available on website. Check link in description
@@ElectroniClinicit is broken
@@ElectroniClinic?
Great job! Could you help my how to make the similar sistem, but write coordinates, altitude and time when I push the button on my photocamera?
you can watch the latest version. check my playlist. In that tutorial, I did realtime tracking using map.
can we use airtel 4g sim card?
Can i know why there was two Gnd at the circuit of gps module even there was only one Gnd at the gps module ?
It really doesnt matter all the gnds are internally connected
@@ElectroniClinic thank you so much bro, 😄. One more, is the project will never work in building?
not really. this is a kind of problem everyone is facing. it works perfectly when used outside.
@@ElectroniClinic so, how to solve it to use indoor?
Is possible to connect neo 6m to google maps on Android for a travel ?
Watch my video on real time tracking
You have got the longitude and latitude.does we get its location on map when we click that
If u want to display this on a map then watch my tutorial on nodemcu real time map
Check nodemcu playlist
sir can i replace the switch with accelerometer sensor?
yes.
can i get the exact circuit diagram of the video or project?
Its available on my blog page
@@ElectroniClinic thank u so much sir,we got the output.hoping u to do some more projects like this
Can the entrire thing be done using some other GSM MODULE ? ITS VERY URGENT.
yes sure, you can use any gsm module. but make sure you use the correct baud rate and know about the AT commands.
Do i need a wifi module ?
This one is based on gsm module.
Wifi based gps tracker is also available check playlist. That project is about real time tracking via map
@@ElectroniClinic if i want make for smart bagpack gps tracker how should i supply power to arduino uno ?
you can use a power bank.
sir could you please tell me how we install that libraries
visit my website electroniclinic.com, download the library. Extract the folder. Open that folder copy the inside folder and paste it into the Document-Arduino-libraries folder.
What would be estimate cost of the project
the amazon links are given in the description. Using those links you can check the prices.
@@ElectroniClinic ok
@@ElectroniClinic plz can u tell a cheaper substitute for gsm module. We are thinking of building this and present it in tech fest . We will give you credits for this and your video's link and channel name on our chart and ppt
Could you make it ALSO so as when we send a message for example the word "Track" to get back an SMS of the coordinates? i am talking about the same combined program-circuit
i have used the same concept in another project, request temperature data, u can use that technique over here.
@@ElectroniClinic I am not sure it is the same thing. In my case I think you need switching serial ports. Do u have any email to send you my code just to take a look? I have two sketches and I can't combine them.
I'm working on a similar project using Alcool sensor
But the problem is I always get message with 0 latitude and longitude
Any idea please
wait for your gps module to.connect with the satellite. start with outdoor testing and normally it takes 20 to 30 mints connect.
The sketch can work except sending SMS. After limit switch closed, it sent a message but, my cell phone didn't received the message. Please advice
so many guys have built this project. check your gsm module, cell number, network connectivity.
What programing language is used?
Java or C
c
I am getting negative longitude in message but we are getting exact lat long in serial monitor
follow my last video tutorial, which i designed for women safety.
Longitude: 0.0 Latitude: 0.0 Electronic Clinic; Limit Switch1 activated
Where you from??
Pakistan
Then the location you showed is in baren sea near Norway and Sweden. Is it really working bro. I liked it I wanna do that so plz will it work. Because I have to spend a lot on it and if it dint work it's waste
were could i find the code ?
where you set limit switch in car
Depends on you. You can also use some other sensors.
if it mistakely switch press means
Can you please provide me circuit diagram and code for the project for my final year project?
It's available on electroniclinic. Com
What is int limit = 4 in the above code
Limit switch. You can use a pushbutton
i am getting location in serial monitor as lat= 0.00 and long=0.00 please help me
wait for the gps module. usually it takes time.
if you are in a building then you will face a lot of problems. make sure you use this gps module in an open space.
@@ElectroniClinic thanks for your amazing response .my problem solved.
@@karthikobillaneni9745 it means you are not getting the signal from gps module it has a light which will blink continuously.if the light blinks it was receiving signal properly check once...and try again
This code show me error massage. TinyGPS++ error. how can i fix it? please help us
download the correct library from my website. electroniclinic.com
Electronic Clinic zip doesnt contain a library
Hi sir, after following your tutorial, I am success to make it. But what is the mean of the sms we receive, longitude? I thought it is google location code.....
ya this is location values
i have designed the latest version which sends the googles map url link. this video will be available on 28th of this month.
@@ElectroniClinic Sound Great Sir, Thanks!
@@ElectroniClinic Sir, the arduino and GPS6m can function because the USB of Arduino is connect to laptop. If I put them to my prototype product and connect to the prototype product electric source, will the arduino and GPS 6m will funtion?
yes it will work. the same think i presented in my upcoming video.
Hlo bro can you pls send me program of this project.
Check description for the link
@@ElectroniClinic okk thanks
What the meaning of "fahad" And "fahad2" In the programming????
Just variables names
@@ElectroniClinic Can we Change it??
@@ElectroniClinic how much volt does the gsm module need?? Can we give it power supply by arduino??
this one needs 5v. No, you can not power up this using Arduino.
ya, of course, you can change.
Bro it is wifi based or not
if now gsm signal then the drive can start Allah Allah or Bagwan Bagwan hahahaha.
wifi iot version is also available for real time tracking. check playlist.
Hello sir, it would be great if you can share with me the source code of this project, as reference for my project. Thank you very much..
its available on my website, check link in the description.
I had uploaded it is showing errors
Install libraries
there is a slight problem in "LONGITUDE "part as the longitude that we receive in the message is different from the longitude shown in the serial monitor and hence the location comes different while searching in google maps. I tried many times but every time there is a problem in the longitude part whereas latitude is same in both message and serial monitor only the longitude after decimal point values change.
I am providing you the SERIAL MONITOR " latitude = 20.246217 and longitude =85.802406
"
while in MESSAGE " latitude = 20.246217 and longitude =85.14704
"
this is the problem i am facing i tried everything if you can please help me with this and provide some other calculation part so that it can give me the right co-ordinates in message which is same as in serial monitor.
Use the built in float to string converting function. Watch my latest tutorial on realtime gps tracking
@@ElectroniClinic but in the code we are not using float or string we are rather using "long " example long fahad2= ( longitude - datareal2) *100000; the problem is in this part of conversion .
Please help me as I am doing this as my major project for engineering
Hi I know its a lot to ask but if you can please upload an updated code for this project where the co-ordinates are same for both message and serail monitor and if you can remove the unwanted tilt sensor code from it . I am using your channel as a reference and guide for my major project if you can please help me with it.
@@hashiralam3825hey I am also doing this as my major project
May i know which sim card did u use will it work on Airtel 4G sim card
Waiting for your reply.......
मी ओंकार हे gps मी बनवलेले आहे 9/7/2016 ला
the location is not accurate at all
why ?
Neo 6M is the best gps module.
Watch my another tutorial on real time tracking using nodemcu map.
hi, cod please..
Link is given in the description.
is it possible for me to send the location to an android app? through a server or some database system?
I am developing an app that will receive the location of arduino with the help of gps module neo 6m and a gsm module