Sending GPS location data over GSM | Proteus Simulation

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2016
  • You can follow this tutorial to fetch GPS data from GPS module and send it over a GSM module. By using this code , you can send gps location using sms. for code visit
    www.theelectronics.co.in/2020...
    Download Gsm Library : www.dropbox.com/s/hm8rhfbxm44...
    Download GPS Library: www.dropbox.com/s/vciluzav75g...
    GSM and GPS Library By : www.theengineeringprojects.com/
    Original Content by Satyam singh
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 249

  • @lakshmiph9067
    @lakshmiph9067 3 ปีที่แล้ว +4

    Could you please explain the working of the code and as to how the lat and long changes?

  • @inadzumiyurei318
    @inadzumiyurei318 ปีที่แล้ว

    sorry. i know it late. but in my srduino ide i think there is no tinygps library. can help? thanks

  • @kaushikraj8461
    @kaushikraj8461 5 ปีที่แล้ว

    hello.. can you please tell me at where I can get tinygps library

  • @familybeteseb
    @familybeteseb 5 ปีที่แล้ว

    Helpful! but i want to control using push button that means i want to send when i want ?

  • @khairulikhwan
    @khairulikhwan 5 ปีที่แล้ว +1

    Everything is working well thank you sir...but how can I send the message? Is there some sort of code or message needs to be send first?

  • @heetchheda7638
    @heetchheda7638 3 ปีที่แล้ว

    could you please suggest how to add a password based door locking system to this?

  • @peruguprasad1535
    @peruguprasad1535 2 ปีที่แล้ว

    Sir,Virtual terminal is not opening in my software.

  • @siddharthgupta3625
    @siddharthgupta3625 6 ปีที่แล้ว

    TinyGPS.h: No such file or directory.
    This error will show on compiling

  • @kevinlopez-tp5zq
    @kevinlopez-tp5zq 6 ปีที่แล้ว

    sera que podria porporcionar los .ex que pide el gps y lo que pide el arduino

  • @truan2006
    @truan2006 6 ปีที่แล้ว

    Why it just get a location in proteus. How to do taht it get the real lacation in proteus Or why showed a location in texas so if I'm in Colombia.

    • @saikumar.s3518
      @saikumar.s3518 5 ปีที่แล้ว

      you can't get the exact location by using virtual gps module.

    • @nelsondarwinpaktech3954
      @nelsondarwinpaktech3954 5 ปีที่แล้ว

      ya its just a virtual not a real one,,,,,even gsm in proteus cant make a text or call just AT commands acceptance,,,

  • @harshinhari1556
    @harshinhari1556 2 ปีที่แล้ว

    How u remove that engineering Project logo

  • @saimanojchowdaryuppalapati4753
    @saimanojchowdaryuppalapati4753 3 ปีที่แล้ว +1

    sir,still i didnt understand how did u copy the code into arduino uno. could u please help me how to copy the code into my arduino.

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      Check my video "how to generate hex file location in Arduino ide"

  • @margaretw9213
    @margaretw9213 2 ปีที่แล้ว

    is it okay that the virtual terminal is constantly running outputting the coordinates each time?

    • @SatyamsinghYT
      @SatyamsinghYT  2 ปีที่แล้ว

      Yes it is, it's nmea data comes every 1 second.

  • @saimanojchowdaryuppalapati4753
    @saimanojchowdaryuppalapati4753 3 ปีที่แล้ว

    I need another favor please. when I run the code in arduino uno software. It shows "Tinygps.h : no such file or directory". what should I do now.

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      Install tinygps library from Arduino library manager

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      And please don't forget to subscribe

  • @himanshunikam6251
    @himanshunikam6251 4 ปีที่แล้ว

    Is this gps coordinates are random or it is exact location? And how to store this coordinates in local database using simulator it is possible?

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      Exact location, and to save this location, you have to make an window application to receive data from serial port and then upload it to your database

    • @himanshunikam6251
      @himanshunikam6251 4 ปีที่แล้ว

      @@SatyamsinghYT thank you👍 can you mail me project file please!!! himanshunikam21@gmail.com

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      I don't have project file, but you can find source code and library file in description

  • @icarofv
    @icarofv 4 ปีที่แล้ว

    Hello, im trying to do this same project at the physical arduino hardware, but the code returns only "0
    0
    0", Im using SIM900 with TX at pin7 and RX at pin8 and i declared SoftwareSerial SIM900(7, 8). It doesnt make sense for me. Can u help me?

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Which arduino hardware you are using??? In case of mega use pin 10 and 11 for software serial

    • @icarofv
      @icarofv 4 ปีที่แล้ว

      @@SatyamsinghYT Thanks for your response. Im using arduino UNO. The SIM900 is not sending the message. I dont understand.

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      @@icarofv use tinygsm library, and at debug example to find out baud rate of your gsm modem.

    • @icarofv
      @icarofv 4 ปีที่แล้ว

      @@SatyamsinghYT it's a great idea
      ! I'll do it. One more question: do you know if this gps module
      works with tinygps++? It doesn't give me back a signal.

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      @@icarofv it should work, i'll try then let u know

  • @md.ashadujjamanraju2045
    @md.ashadujjamanraju2045 6 ปีที่แล้ว +2

    Thank u so much,,this is so much helpful for me..............

  • @tharanisivakumar340
    @tharanisivakumar340 2 ปีที่แล้ว

    Can you please help me combine this GPS GSM model with heart rate sensor

  • @shrutijain9158
    @shrutijain9158 6 ปีที่แล้ว

    why we dont use the gps rx,tx in program code to intialize just like use for gsm

    • @SatyamsinghYT
      @SatyamsinghYT  6 ปีที่แล้ว

      shruti jain we are using software serial library for this

    • @fatizaable
      @fatizaable 5 ปีที่แล้ว

      same problem

  • @wqesdc8339
    @wqesdc8339 2 ปีที่แล้ว

    the folder or file not found i have upoloaded gpsplus library and ol others why code doesnt wrk??????????????????????????????????????????????????????????

  • @abdelmalekboubekeur2570
    @abdelmalekboubekeur2570 6 ปีที่แล้ว +1

    GSM module library plz ?

  • @seagru8660
    @seagru8660 4 ปีที่แล้ว

    hi can you send me the file of simulino library file for proteus

  • @narimennari1207
    @narimennari1207 2 ปีที่แล้ว +1

    Thank you so much 💞💞 from Algeria 💖

  • @evangelinedivyasagayee6666
    @evangelinedivyasagayee6666 2 ปีที่แล้ว

    Sir, im getting "simulation is not running in real time due to excessive CPU load" error.How to fix this?

    • @SatyamsinghYT
      @SatyamsinghYT  2 ปีที่แล้ว

      Ignore this error, simulation will work fine

  • @curiouscreator6199
    @curiouscreator6199 6 ปีที่แล้ว +1

    can you please provide codes which you have used in the GSM module?

    • @SatyamsinghYT
      @SatyamsinghYT  6 ปีที่แล้ว

      www.dropbox.com/sh/vvuorpz5vahs20l/AADL3CjoPsGEhCmJfqbX1fUra?dl=0

  • @shrutijain9158
    @shrutijain9158 6 ปีที่แล้ว

    I can not understand bcoz when we use gps module separatly we define tx rx of gps so why we can not in it

    • @SatyamsinghYT
      @SatyamsinghYT  6 ปีที่แล้ว

      shruti jain because there is only one hardware serial on arduino uno, so we create a virtual serial port using software serial library, here we define 2 pin , which act as rx and tx.

  • @narimennari1207
    @narimennari1207 2 ปีที่แล้ว

    Hi Can I ask you! How Can I change the default location for GPS module

  • @abhishekbhat515
    @abhishekbhat515 2 ปีที่แล้ว +1

    I had sim800A GSM module.....Can I use same code for that?

  • @toninehme
    @toninehme 3 ปีที่แล้ว +1

    Thank You
    Satyam Singh

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      Your welcome, please don't forget to subscribe my channel.

    • @toninehme
      @toninehme 3 ปีที่แล้ว

      @@SatyamsinghYT done. Thankss

  • @sambee4128
    @sambee4128 7 ปีที่แล้ว +1

    can you tell me please the reference of the gps i need it for my project :(

    • @SatyamsinghYT
      @SatyamsinghYT  7 ปีที่แล้ว +1

      you can buy sim28 gps module from any online store, it cost around 1000 INR.

  • @mouradelloumi5989
    @mouradelloumi5989 6 ปีที่แล้ว

    The code link is not working !! Could you please send me the code I can get some idea for my project !!

    • @SatyamsinghYT
      @SatyamsinghYT  6 ปีที่แล้ว

      +Mourad Elloumi site is down, because we are migrating our website.. plz send a mail @ satyamkr80@gmail.com , so i can send u the code.

    • @ACloudGuruji
      @ACloudGuruji 6 ปีที่แล้ว

      Satyam singh could you please send the code to me partha.erp@gmail.com

  • @saimanojchowdaryuppalapati4753
    @saimanojchowdaryuppalapati4753 3 ปีที่แล้ว +1

    your suggestions helped me a lot. but my simulation is continuously running. It didn't shows the display of virtual terminal.

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      Can you share screenshot on instagram @ioturtle

    • @saimanojchowdaryuppalapati4753
      @saimanojchowdaryuppalapati4753 3 ปีที่แล้ว +1

      @@SatyamsinghYT
      Problem solved sir.no problem,
      thank you for asking.

    • @harikrishnasadhu9581
      @harikrishnasadhu9581 8 หลายเดือนก่อน

      hello , can you please help me as my simulation is running but showing error Simulation is not running in real time due to excessive CPU load

  • @deberjeetusham8400
    @deberjeetusham8400 4 ปีที่แล้ว

    Hello sir, i can't find the sim900a model even after downloading your libraries

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Download gsm Library from : www.dropbox.com/s/hm8rhfbxm449b6p/GSM%20Library%20for%20Proteus.rar?dl=0

    • @deberjeetusham8400
      @deberjeetusham8400 4 ปีที่แล้ว

      @@SatyamsinghYT after downloading this and pasting the files in th library, i could only find 3 sim900d models in proteus.

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Oh, so only this one is available, use can test at commands on this

    • @deberjeetusham8400
      @deberjeetusham8400 4 ปีที่แล้ว

      @@SatyamsinghYT yes sir, can i contact you in by email sir, i need help for my project.

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Contact me on instagram @ioturtle

  • @saimanojchowdaryuppalapati4753
    @saimanojchowdaryuppalapati4753 3 ปีที่แล้ว

    sir, but in my proteus simulator it shows there is no component for sim900A. can u please solve my problem

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      You have to manually add sim900 library in proteus

  • @saianudeeppalagummi4422
    @saianudeeppalagummi4422 3 ปีที่แล้ว

    bro how can i add any sensor that helps us to detect that car engine is working or not in this circuit?/plz help

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      You can use vibration sensor to detect vibration

  • @mozamlejamal8893
    @mozamlejamal8893 2 ปีที่แล้ว

    can i contact you

  • @purvanshigupta136
    @purvanshigupta136 2 ปีที่แล้ว

    Hey can you tell why this is showing same latitude n longitude everywhere . I want to get the exact latitude n longitude of my location. How can i do that?

    • @SatyamsinghYT
      @SatyamsinghYT  2 ปีที่แล้ว +1

      That's not possible with this module. You can use vgps to set your own coordinates

    • @purvanshigupta136
      @purvanshigupta136 2 ปีที่แล้ว

      @@SatyamsinghYT okay Thnks🤞🏻 but for that do we need to do any changes in the code? N will this code be suitable for hardware also?

    • @SatyamsinghYT
      @SatyamsinghYT  2 ปีที่แล้ว +1

      @@purvanshigupta136 no need to change anything in code, just update the value in vgps, code will automatically fetch that value

    • @purvanshigupta136
      @purvanshigupta136 2 ปีที่แล้ว +1

      @@SatyamsinghYT thank you so much

    • @SatyamsinghYT
      @SatyamsinghYT  2 ปีที่แล้ว

      Please don't forget to subscribe my channel

  • @ashutoshakkole7611
    @ashutoshakkole7611 3 ปีที่แล้ว

    where can i get the code that you put in gps and gsm after connection i am using proteus 8 professional

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว +1

      Hex file is already available in zip file of those libraries

    • @ashutoshakkole7611
      @ashutoshakkole7611 3 ปีที่แล้ว

      @@SatyamsinghYT i found it, but as i am using proteus 8 professional gps & gsm components are not exact same

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      I didn't get it

    • @ashutoshakkole7611
      @ashutoshakkole7611 3 ปีที่แล้ว

      @@SatyamsinghYT i have other problem, the previous is solved. The arduino code is in .uno extention but the proteus asks for .hex. I tried with directly changing the extention of the arduino code to '".uno.hex"' but it is giving error while compiling

    • @ashutoshakkole7611
      @ashutoshakkole7611 3 ปีที่แล้ว

      @@SatyamsinghYT can you share your instagram id ? so I can discuss problem

  • @shrutijain9158
    @shrutijain9158 6 ปีที่แล้ว

    Ok thankyou

  • @mekdelawittatek420
    @mekdelawittatek420 5 ปีที่แล้ว

    can I get code? and how the collected GPS data is interfaced with code and GSP module?

    • @SatyamsinghYT
      @SatyamsinghYT  5 ปีที่แล้ว

      theelectronics.co.in/sending-gps-location-data-gsm-proteus-simulation/

  • @rajdgajera2862
    @rajdgajera2862 2 ปีที่แล้ว

    How can I get that .ino.hex program file because after compiling it shows only done that
    C:\ path in .ino.hex iam not getting can you help me in that plzz

    • @SatyamsinghYT
      @SatyamsinghYT  2 ปีที่แล้ว

      Please enable compilation option in file menu, then preferences. Then recompile the code

  • @kevinchittilapilly8221
    @kevinchittilapilly8221 5 ปีที่แล้ว

    There is a error saying it can't be run because of CPU overload can anyone help

  • @GrowingfalconLEO
    @GrowingfalconLEO 7 ปีที่แล้ว

    SIr the code link is not working !! Please send me the code I can get some idea for my project !!

  • @archana8857
    @archana8857 3 ปีที่แล้ว +1

    While running the program...im getting an error..unable to open hex file

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว +1

      Please add hex file location in gsm module.

    • @archana8857
      @archana8857 3 ปีที่แล้ว +1

      Oh Thankyou!

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      Please subscribe channel. THANKS

    • @archana8857
      @archana8857 3 ปีที่แล้ว

      @@SatyamsinghYT I am already a subscriber 😁

  • @junhaocheow1306
    @junhaocheow1306 2 ปีที่แล้ว +1

    i am using gps neo6m also can work?

  • @greorlifecracker9457
    @greorlifecracker9457 4 ปีที่แล้ว +1

    Bro... This is showing... AVR: program property is not defined"????

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      You need to provide hex file to arduino, please re-watch video

    • @greorlifecracker9457
      @greorlifecracker9457 4 ปีที่แล้ว +1

      @@SatyamsinghYT actually scene Kya hai ki.... After compiling ... It is showing file in. .elf form
      There is no file in hex.. What to do?

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Enable compilation from file menu- preferences then tick compile, then rebuild

  • @mdsajol1
    @mdsajol1 3 ปีที่แล้ว +1

    thanks

  • @bhavish7527
    @bhavish7527 6 ปีที่แล้ว

    Can give me some details about this project and also I need GPS module information

    • @fatizaable
      @fatizaable 5 ปีที่แล้ว

      @sharul fikri you have to add the library in Arduino
      Here is a tutorial about it hope it'll help : th-cam.com/video/15XbiwVUGI0/w-d-xo.html

  • @tanushgandhi709
    @tanushgandhi709 2 ปีที่แล้ว

    can you share this library cause im not getting it on my software

    • @SatyamsinghYT
      @SatyamsinghYT  2 ปีที่แล้ว

      You can download it from theengineeringprojects.com

  • @manasadiki7576
    @manasadiki7576 3 ปีที่แล้ว +1

    Thank you so much

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      Please don't forget to subscribe channel.

  • @beggabennur9756
    @beggabennur9756 6 ปีที่แล้ว

    can you give me website to download GPS library please?

  • @vivekchavan3170
    @vivekchavan3170 4 ปีที่แล้ว

    Hi sir in that code their is error saying amp was not declared in scope

  • @harikrishnasadhu9581
    @harikrishnasadhu9581 8 หลายเดือนก่อน

    Sir , I am getting this error Simulation is not running in real time due to excessive CPU load can you help me

    • @SatyamsinghYT
      @SatyamsinghYT  8 หลายเดือนก่อน

      Ignore that error, simulation will still run

    • @harikrishnasadhu9581
      @harikrishnasadhu9581 8 หลายเดือนก่อน

      @@SatyamsinghYT yeah sir , simulation is running but i want the lat and long to be visible on virtual terminal can you please help

    • @SatyamsinghYT
      @SatyamsinghYT  8 หลายเดือนก่อน +1

      Yes, Actually you closed the terminal while simulation was running, to re-enable it, go to debug menu and on bottom select the terminal again to re-enable it. Nothing is wrong with the simulation

    • @harikrishnasadhu9581
      @harikrishnasadhu9581 7 หลายเดือนก่อน

      @@SatyamsinghYT thank you

  • @sakshisinhal8152
    @sakshisinhal8152 3 ปีที่แล้ว

    Hey, thanak for this wonderful simulation, it works so well in my software. Can you please explain me, I have given my no in the code while running, then why am I not getting the sms?

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว +1

      Hi, this one is a virtual module, not actual, you can only see output of at command, not sms. If you want to receive sms, use real module on usb port and use compim to attach it with simulation

    • @sakshisinhal8152
      @sakshisinhal8152 3 ปีที่แล้ว

      @@SatyamsinghYT understood, thanks a lot!!

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว +1

      Please don't forget to subscribe channel

    • @Aiman_Legacy
      @Aiman_Legacy 3 ปีที่แล้ว

      halo can you help me with simulation you use ?

  • @himanshunikam6251
    @himanshunikam6251 4 ปีที่แล้ว

    i got this message "Simulation is not running in real time due to excessive CPU load.
    " what should i do now?

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Go to system > set animation options > and set it to default. Or try to remove running apps as it consume cpu usage

    • @himanshunikam6251
      @himanshunikam6251 4 ปีที่แล้ว

      @@SatyamsinghYT their is no option to set as default.

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Try these:
      Frame per sec: 20
      Timesteps per frame: 50m
      Single step : 50m
      Max spice timestep: 25m
      Step animation rate:4

    • @himanshunikam6251
      @himanshunikam6251 4 ปีที่แล้ว

      @@SatyamsinghYT it is same but not work.

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Then try to remove running application from ur pc, and also set simulation option to default

  • @withakachi
    @withakachi 3 ปีที่แล้ว

    i think my arduino liibrary is corrupt, pls i need a link to download arduino una library

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      Please send me a email on satyamkr80@gmail.com for link

    • @withakachi
      @withakachi 3 ปีที่แล้ว

      @@SatyamsinghYT thank you for your response sir, I just sent you an email now

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      Didn't received any mail, please recheck mail id

    • @withakachi
      @withakachi 3 ปีที่แล้ว

      ok, i just resent it

  • @cupid_kishore7484
    @cupid_kishore7484 4 ปีที่แล้ว

    hi sir i need code but in description link not opening please send code

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      github.com/satyamkr80/TheElectronics-co-in/blob/master/Arduino/sending-gps-location-data-gsm-proteus-simulation.ino
      Don't forget to subscribe

  • @saianudeeppalagummi4422
    @saianudeeppalagummi4422 3 ปีที่แล้ว +1

    Bro iam getting "AVR Program property is not defined" error how to solve it

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      You need to show location of hex file for both gps and gsm as well, otherwise it will not work.

    • @saianudeeppalagummi4422
      @saianudeeppalagummi4422 3 ปีที่แล้ว

      @@SatyamsinghYT yeah I applied hex files for both still it's showing same error

    • @saianudeeppalagummi4422
      @saianudeeppalagummi4422 3 ปีที่แล้ว

      @@SatyamsinghYT and also how to interface our Arduino cc code into proteus software

    • @SatyamsinghYT
      @SatyamsinghYT  3 ปีที่แล้ว

      And for Arduino??

    • @saianudeeppalagummi4422
      @saianudeeppalagummi4422 3 ปีที่แล้ว

      @@SatyamsinghYT bro when i try the code its showing "TinyGps.h no such file or directory found" error what to do??

  • @yashrajnirwan4623
    @yashrajnirwan4623 6 ปีที่แล้ว

    Will it work on any gps module

    • @rohitjg
      @rohitjg 5 ปีที่แล้ว

      yes

  • @vivekchavan3170
    @vivekchavan3170 4 ปีที่แล้ว

    Hi my Proteus is not having gps and gsm module how to add that

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      i updated link to download gsm and gps libraryo in description, don't forget to subscribe my channel.

    • @vivekchavan3170
      @vivekchavan3170 4 ปีที่แล้ว

      @@SatyamsinghYT yes definitely I will subscribe. But One more question sir that Arduino code is not compiling on my Arduino IDE can you give us direct hex file of that code

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      Sure, drop your email id

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      For hex file you can go to file menu > preferences > then tick compilation, then compile code again

    • @vivekchavan3170
      @vivekchavan3170 4 ปีที่แล้ว +1

      @@SatyamsinghYT chavanvivek1328@gmail.com
      I will be thankful 😊

  • @alavalasathwik655
    @alavalasathwik655 2 ปีที่แล้ว

    sir i can't find arduino code it showing me fpga error
    can you send me the codes and how to save and upload it

    • @SatyamsinghYT
      @SatyamsinghYT  2 ปีที่แล้ว

      A hex file is already supplied with the library folder. Use those for gsm and gps

  • @Inspireyou1235
    @Inspireyou1235 4 ปีที่แล้ว

    If we give all the code to Arduino then it will work or not?

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Please explain more detail?

    • @Inspireyou1235
      @Inspireyou1235 4 ปีที่แล้ว

      @@SatyamsinghYT if we upload all the code of GPS gsm and accelerometer sensor by Arduino in simulation it works or not?

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      @@Inspireyou1235 it will work but you are not going to receive sms from Simulation. It will just show you output behaviour of GSM module, but after uploading ot to physical hardware. It will work.

    • @Inspireyou1235
      @Inspireyou1235 4 ปีที่แล้ว

      @@SatyamsinghYT physical hardware is already prepared... So it will get?

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      Yes, use atleast 2 amp power supply for gsm

  • @yashrajnirwan4623
    @yashrajnirwan4623 6 ปีที่แล้ว

    Hello sir you have connected gps on 0,1 pin and gsm 2,3 pin of arduino will it work properly in real time please reply me

    • @SatyamsinghYT
      @SatyamsinghYT  6 ปีที่แล้ว

      Yashraj Nirwan yes it will work, i am using hardware serial on 0,1 pin and software serial on 2,3 pin.

  • @AMina-rb9tm
    @AMina-rb9tm 5 ปีที่แล้ว

    i have a real time error, what can I do? help please!

    • @SatyamsinghYT
      @SatyamsinghYT  5 ปีที่แล้ว

      Send error screenshot to my mail

    • @AMina-rb9tm
      @AMina-rb9tm 5 ปีที่แล้ว

      @@SatyamsinghYT give ur mail plz

    • @SatyamsinghYT
      @SatyamsinghYT  5 ปีที่แล้ว

      @@AMina-rb9tm satyamkr80@gmail.com

  • @abralzikry2284
    @abralzikry2284 5 ปีที่แล้ว +1

    Hello sir ...can you send me code please

  • @md.ashadujjamanraju2045
    @md.ashadujjamanraju2045 6 ปีที่แล้ว

    Code not working...................please give me right code

    • @md.ashadujjamanraju2045
      @md.ashadujjamanraju2045 6 ปีที่แล้ว

      mdraju649@gmail.com....please give me the right code....

    • @SatyamsinghYT
      @SatyamsinghYT  6 ปีที่แล้ว

      Download .hex file for both gsm and gps library

  • @greorlifecracker9457
    @greorlifecracker9457 4 ปีที่แล้ว +1

    Brother... Plz provide me code of this project...
    Plz provide it's urgent.. Tomorrow I have to show this project....
    Plzzz help me brother

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Wait 5 minutes

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      github.com/satyamkr80/TheElectronics-co-in/blob/master/Arduino/sending-gps-location-data-gsm-proteus-simulation.ino

    • @greorlifecracker9457
      @greorlifecracker9457 4 ปีที่แล้ว +1

      @@SatyamsinghYT oh my God.... Thank you brother.. U have save my life.... Thanks a lot

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      Don't forget to subscribe my channel

    • @greorlifecracker9457
      @greorlifecracker9457 4 ปีที่แล้ว +1

      @@SatyamsinghYT yeah.. I have already done that

  • @sachinagarwal3214
    @sachinagarwal3214 6 ปีที่แล้ว

    I can't find uno in proteus??help anyone??

  • @aider9381
    @aider9381 4 ปีที่แล้ว

    I don't understad what he did in minute 2:20
    Someone explain me please

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      First selected gps hex file supplied with gps library folder then click on compile button of code, after successful compilation, you will get location of your hex file. Copy and paste it in arduino. You can also find this hex file in your temp folder.

    • @aider9381
      @aider9381 4 ปีที่แล้ว

      @@SatyamsinghYT Hey bro, When compiling the code, I get an error and it indicates the variable TinyGps.h in red, I copied the code several times and keep it up

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      @@aider9381 first install tinygps library from sketch > include Library > manage library. Then search for tinygps and install it. Then recompile the code.

    • @aider9381
      @aider9381 4 ปีที่แล้ว

      @@SatyamsinghYT Thank you, but now when I put it to simulate the same thing that appears to you, it does not appear to me, but many green letters appear for a while. Help me

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Can you share screenshot on satyamkr80@gmail.com

  • @ssatyasundar5240
    @ssatyasundar5240 4 ปีที่แล้ว +1

    Please mention your gmail.

  • @zashipatil4191
    @zashipatil4191 4 ปีที่แล้ว

    How can I get my real location

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      Use vgps in proteus 8.9 , but you have to manually insert ur location inside the module. Watch my latest video "gps based vibration alert system" for step by step guide using vgps.

    • @zashipatil4191
      @zashipatil4191 4 ปีที่แล้ว

      Okk thank you

    • @zashipatil4191
      @zashipatil4191 4 ปีที่แล้ว

      Can you please upload simulation of underground fault Detection

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว +1

      I will try my best

  • @jabedhossain867
    @jabedhossain867 2 ปีที่แล้ว

    Where is you gps pin serial number???? Its not working fake

    • @SatyamsinghYT
      @SatyamsinghYT  2 ปีที่แล้ว

      This library is not designed by me, but tx and rx pin can be used as serial.

  • @dipto624
    @dipto624 4 ปีที่แล้ว

    the given link if not working

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      github.com/satyamkr80/TheElectronics-co-in/blob/master/Arduino/sending-gps-location-data-gsm-proteus-simulation.ino

    • @dipto624
      @dipto624 4 ปีที่แล้ว

      @@SatyamsinghYT thanks alot brother. appreciate your work... 👍

    • @SatyamsinghYT
      @SatyamsinghYT  4 ปีที่แล้ว

      @@dipto624 Thanks bro, don't forget to subscribe my channel.

  • @tranhoangkhaTran
    @tranhoangkhaTran 5 ปีที่แล้ว

    Download link file hex gps and gsm

  • @krithik1008
    @krithik1008 3 ปีที่แล้ว

    bad tutorial
    \

  • @Traveller_Fun
    @Traveller_Fun 5 ปีที่แล้ว

    this code is fake.. it wonytwork. dont believe

    • @SatyamsinghYT
      @SatyamsinghYT  5 ปีที่แล้ว +2

      Gps modules take some time to respond, and try the same code outdoor, and i am using same code in my products. So don't say this code is fake, a lot of subscribers are using the same code and its working 😊

  • @samarlahouassa274
    @samarlahouassa274 7 ปีที่แล้ว

    please can you send me the site of proteuse and libreries if arduino+gps+gsm s800
    if you have it please

    • @SatyamsinghYT
      @SatyamsinghYT  7 ปีที่แล้ว +1

      You can download proteus libraries from this link www.dropbox.com/sh/mwvjxgyvvaz9o01/AACetq2IEK7D6iJ7tM_VtTv6a?dl=0

  • @beggabennur9756
    @beggabennur9756 6 ปีที่แล้ว

    can you give me website to download GPS library please?

    • @SatyamsinghYT
      @SatyamsinghYT  6 ปีที่แล้ว

      www.dropbox.com/s/vciluzav75ggzsu/GPS%20Library%20for%20Proteus.rar?dl=0

    • @beggabennur9756
      @beggabennur9756 6 ปีที่แล้ว

      thanks satyam i get it