How to Interface GPS and GSM with Arduino | location tracking System|

Поделиться
HTML-код
  • Опубликовано: 3 июл 2021
  • How to Interface gps and gsm with arduino and send location on phone
    code link--drive.google.com/file/d/1sjS4...
    How to interface Gps with arduino-- • How to Interface Gps M...
    How to interface Gsm with arduino-- • How to Send Message,Ma...
    #gps#gsm#gpsmodule#gsmmodule#neo6m#gpswitharduino#gsmwitharduino#gsmandgpswitharduino#gpsandgsmwitharduino#howtointerfacegpsandgsmwitharduino#arduino#arduinoprojects#gpsandgsm#howtointerfacegpsandgsm#howtointerfacegpsmodulewitharduino#howtointerfacegsmwitharduino#gpsandgsmmodulearduino#gpsgsmardunio#gpsandgsmbasedtracker#gpsandgsmbasedprojects#gpsandgsmbasedvehicletrackingsystemusing arduino#Vehicletrackingsystem#Vehicletrackingsystemusingardunio#Vehicletrackingsystemusinggpsandgsm#vehicletrackingsystemwithgpsandgsm#buildyourownvehicletrackingsusyem#sim800c#sim900

Комментарии • 41

  • @smsinan5019
    @smsinan5019 2 года назад +1

    THANKS LOT .

  • @ryandanieldagoc2962
    @ryandanieldagoc2962 Год назад +1

    This code is really working, I managed to edit it so that it can work in a loop with an input of a push button, it definitely does work. You can use SIM800L in replacement with the gsm module that he has used. Thank you to the video creator, you saved us in our project design

    • @apurvwaghmare5974
      @apurvwaghmare5974 8 месяцев назад

      @ryandanieldagoc2962 did you receive the location on you mobile phone?

    • @deekshitham1643
      @deekshitham1643 7 месяцев назад

      Heyy!!! Can you please reply which sim card did you use in the gsm module is in 2G/3G/4G and which network Airtel or any other?

    • @ryandanieldagoc2962
      @ryandanieldagoc2962 7 месяцев назад

      @@deekshitham1643 im from the Philippines, we used a 4g sim card, we even tried using 5g

    • @ryandanieldagoc2962
      @ryandanieldagoc2962 7 месяцев назад

      @@apurvwaghmare5974 apparently here in the Philippines, it is not allowed to send coordinates via text message. It is automatically blocked by the provider

  • @myvideodiary8
    @myvideodiary8 3 года назад +2

    Interesting . Will definitely try this .

  • @smsinan5019
    @smsinan5019 2 года назад

    Finally it's working

  • @luisastete9995
    @luisastete9995 2 года назад +2

    how do u change the option, i mean without press the reset key, and set a request sms ? do u know how ?

  • @jumbo999614
    @jumbo999614 4 месяца назад

    How com GSMM doesn't have .listen( ) function?
    Does GSMM.begin( ) automatically stop GSP and start GSMM.listen()?
    Also this code is in the setup, so it works only once at the beginning.
    If I need to use it in the loop, both GPS and GSM needs to take turn to use listen() function?

  • @HORRIEDHARSH
    @HORRIEDHARSH 3 месяца назад

    Can i get code without using LCD i am using Arduino nano and sim900a gsm message is not get mobile what command i need to right

  • @abdullahmuhi
    @abdullahmuhi 2 года назад

    how can i request a text message without reset arduino ?

  • @bharathn5544
    @bharathn5544 2 года назад

    Im not receiving the msg what sim should I use

  • @bharathn5544
    @bharathn5544 2 года назад

    Im getting longitude and latitude in lcd but not in msg

  • @gentleman7060
    @gentleman7060 7 месяцев назад

    Anyone knows which gcm is he used?

  • @lomotosmarkeljohn2910
    @lomotosmarkeljohn2910 2 года назад

    it is still working without lcd?

  • @ringmaster1362
    @ringmaster1362 7 месяцев назад

    I reseved message but it shows lattitude and longitude as 0.000000

  • @mchaitali
    @mchaitali 5 месяцев назад

    which gsm must we use?

  • @deekshitham1643
    @deekshitham1643 7 месяцев назад +1

    Hey!! Can you please reply asap This video is the main reference to my major project
    Which sim card did you use
    Can I use airtel 4G Sim Card

  • @saisahana4362
    @saisahana4362 Год назад

    I am unable to recieve msg

  • @saisahana4362
    @saisahana4362 Год назад

    Hey Thankyou soo much the project is working. But i needed to know if there is any way i can send the message to phone when certain condition is met instead of pressing the reset button manually.

  • @rere-zp8ix
    @rere-zp8ix Год назад

    hipiti hopiti your code is now my property kiddo

    • @rere-zp8ix
      @rere-zp8ix Год назад

      oooooooooooooooohhhhh pel diya

  • @reddianusha2268
    @reddianusha2268 2 года назад +2

    Can we use sim 900a gsm module

  • @bhogimadhu5301
    @bhogimadhu5301 2 года назад

    Please provide code once again it does not open

  • @junhaocheow1306
    @junhaocheow1306 2 года назад

    hi, i am using the code, but my phone are not receive any sms and arduino ide there showed "the selected serial port
    does not exist or your board is not connected"

    • @TechTooB2
      @TechTooB2  2 года назад

      It's the serial port error check properly if you have selected the same port on which Arduino is connected.it has nothing to do with the code it's just port error

  • @gentleman7060
    @gentleman7060 7 месяцев назад

    Can i know about the devices, which gsm are you used? Pls ans quickly

    • @gentleman7060
      @gentleman7060 7 месяцев назад

      Still not replied! Unsubscribed

  • @junhaocheow1306
    @junhaocheow1306 2 года назад +1

    if I no use lcd, can it working?

    • @TechTooB2
      @TechTooB2  2 года назад

      Yes obviously it will work lcd is only for display purpose there any ways you can see the output like on serial monitor etc.

    • @junhaocheow1306
      @junhaocheow1306 2 года назад

      @@TechTooB2 so i need change any code?