HOW TO SEND MESSAGE/MAKE CALL USING GSM AND ARDUINO || [HINDI]

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Hello friends in this video i will show you how to test gsm and send message/call using gsm sim900a.
    program link :-
    engineerts.wee...
    software link:-
    www.arduino.cc...
    thank you........

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

  • @yashmodha7018
    @yashmodha7018 5 лет назад +5

    Very helpful tutorial that helped me in sending an SMS automatically when garbage bin is full

    • @engineeringAcademypunjab
      @engineeringAcademypunjab 4 года назад +1

      Bhai mai college project ke leya yehi garbage bin wala project bna rha hu, toh bta sakte hai aap ki kaise bnaya tha apne plz 🙏

    • @ENGINEERTHIS1
      @ENGINEERTHIS1  4 года назад

      Here is the smart dustbin video :- ruclips.net/video/s28uuASHg7E/видео.html

  • @hrishikeshpurohit8676
    @hrishikeshpurohit8676 4 года назад +5

    Most detailed tutorial. Solved most of my doubts. Thank you.

  • @aoaap
    @aoaap 3 года назад +1

    Calling code :- #include SoftwareSerial gsm(2,3); void setup() { delay(10000); Serial.begin(9600); gsm.begin(9600); gsm.println("ATDxxxxxxxxxx;"); //replace x by your number delay(100); gsm.println("ATH"); } void loop() { }

  • @swastikarora1109
    @swastikarora1109 3 года назад

    No one else defines and write code in the video you are better that others sir

  • @akshaydaundkar1533
    @akshaydaundkar1533 6 лет назад +1

    Thanku bhai itne detail mai code and gsm module samjhane ke liye great work keep doing

  • @generax-zu9jc
    @generax-zu9jc 3 года назад

    Badhiya kaam kr rhe ho bhai... 🙂🙂
    Thank uh bhai.. 💕❤❤

  • @d.kbarnwal5228
    @d.kbarnwal5228 4 года назад +1

    Thank you sir for uploading this project I liked it very much

  • @gunaseelan1847
    @gunaseelan1847 3 года назад +1

    Such a great tutorial. Great work. Please continue

  • @shimraanm.r.343
    @shimraanm.r.343 4 года назад

    Very Useful... Its working.. Thanks a lot boss

  • @hraday_sadrani
    @hraday_sadrani 6 лет назад

    nice bro mujhe ye video bahut kam ka aya mere gsm project ke liye

  • @sddd553
    @sddd553 6 лет назад +9

    Sir I am trying to put button on aurduino board and when i press it sms will send to my phone but I am unable to write program sir please help me for this.

  • @hasemali7799
    @hasemali7799 5 лет назад +2

    thankyou verymuch…..really appreciated

  • @mrunmayivaity6677
    @mrunmayivaity6677 3 года назад

    Thank you so much sir, It's really helpful.

  • @adityanarayankar4102
    @adityanarayankar4102 3 года назад

    He is useful for idea sim card to or any sim card also

  • @akshay6667
    @akshay6667 5 лет назад +1

    The code you used in the video is not working to check whether the gsm is working or not but the code in the link works properly. Why is it so? please tell

  • @melvyndsouza820
    @melvyndsouza820 3 года назад +1

    IT REALLY WORKED
    THANKU

  • @vidyathakare9928
    @vidyathakare9928 3 года назад +1

    thank you it is so helpful

  • @mycleable
    @mycleable 6 лет назад +1

    So helpful, Thanks!

  • @SONU-zr5lj
    @SONU-zr5lj 3 года назад +1

    Hi
    In this project I need a suggestion .
    Actually the project that I have made is that when some body message on a sim from any number , then the relay becomes active .
    But I need that when a call / sms from a particular number is received only then my relay becomes high/low.
    Please suggest me on my problem .

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

    Good work 👍💖👏 very nice ❤

  • @OurHighlights
    @OurHighlights 3 года назад

    one video to connect SIM900 GSM module with audrino nano . can you make a simple video for this
    this one was very informational and educational

  • @vishalmalve7594
    @vishalmalve7594 5 лет назад +1

    It's really a great video sir , with excellent explanation
    sir but i have a small problem,..
    Sir when i uploaded the program in the arduino uno board and in the Serial Monitor when i entered AT then i am not getting OK as the return signal, infact am not getting any messages. But Sir, whn i called to the number which is inside the GSM module, the buzzer of the GSM is ringing ,but it is not making any calls or messages..Please Help me sir..

  • @suhaskasute9353
    @suhaskasute9353 3 года назад +1

    Sir sim 900a gsm module will work on 12v 1 ampere ?

    • @ajinkyayeolekar2082
      @ajinkyayeolekar2082 3 года назад +1

      When GSM sends and receives data that time it needs high power so would have to give 12v , 2A .

  • @aoaap
    @aoaap 3 года назад

    Gsm test code:- #include SoftwareSerial gsm(2,3); void setup() { Serial.begin(9600); gsm.begin(9600); } void loop() { if(gsm.available()) { Serial.write(gsm.read()); } if(Serial.available()) { byte a=Serial.read(); if(a=='#') { gsm.write( 0x1a ); } else { gsm.write(a); } } }

  • @swaraj_ballal8612
    @swaraj_ballal8612 5 лет назад +2

    What to do if I m going to attach a motor pump and soil moisture sensor ? How would be the connection?

  • @Karan-Bansal
    @Karan-Bansal 5 лет назад +3

    Well explained sir

  • @sallu21m
    @sallu21m 3 года назад

    Hello ... can we make only a soil moisture sensor that can send a sms once the mositure value falls below a particular level and repeat this sms hourly till moisture level is restored to defined level ?? Also if we can ask the system moisture values when enquired by the sms. ..pls let me know ...thank you

  • @Suresh-ll8ko
    @Suresh-ll8ko 6 лет назад +1

    Great!! Nd Help if u know how to change name, pass, etc of HC-05 blutooth module with android device

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

    From which number your getting meassage?
    Plz show full screen

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

    Please merge your earthquake detection with GSM module.

  • @LuisMora-pd1cb
    @LuisMora-pd1cb 5 лет назад

    Hello. Do you know how can I get the GSM module to GET info from a Webpage?? I am able to do it typing by hand all the AT commands but when I try to do it with a code something is wrong with the syntaxis and nothing happens.

  • @sureshgurjar2262
    @sureshgurjar2262 4 года назад +1

    Sar ek home automotion video banay jisme call karne par on off ho

  • @doityourself2826
    @doityourself2826 4 года назад

    VERY NICE
    SIR MUJHE ISME IR SENSOR LAGANA HAI
    JESE HI KOI OBJECT AAYE IR ACTIVATE HO AUR GSM MODULE SE MSG PERITICULAR NUMBER PE CHALA JAYE KI IR KO KISI NE CROSS KIYA HAI
    PLEASE TELL ME THIS PROGRAMME ON ARDUINO

  • @bbsamim
    @bbsamim 5 лет назад +1

    Sir... adriono uno bord me Tx Rx pin available tha.....uha pe connect q nahi kiya...?

  • @AnilKumar-zo9eq
    @AnilKumar-zo9eq 5 лет назад +3

    Good morning sir
    I want to control house application like motor cc tv camera fan bulb itc so how can i do control by sim gsm module
    Plz sir tell me by a vedio

  • @jayeshadwani3779
    @jayeshadwani3779 5 лет назад

    I want to ask if the network led does'nt blink every 3 sec instead it blinks every second so can you start programming.

  • @popoy7260
    @popoy7260 4 года назад +1

    hello sir! why my serial monitor continuing printing "⸮⸮⸮⸮⸮⸮⸮" and failed to send sms and make call . my connection is followed by your procedure . why this is happening sir. can you help me?

    • @ENGINEERTHIS1
      @ENGINEERTHIS1  4 года назад

      Set the serial monitor to 9600 baud rate

    • @popoy7260
      @popoy7260 4 года назад

      @@ENGINEERTHIS1 but it is already 9600 baud rate

  • @anokhautomation4453
    @anokhautomation4453 3 года назад

    Nice tutorial 🙏🙏

  • @skmulaye1
    @skmulaye1 5 лет назад

    I like your gsm base arduino video,but for getting massage in mobile is it required to install mobile app ?
    kindly reply.

  • @dipakpatil3529
    @dipakpatil3529 4 года назад +1

    Can I pick up that call?
    And voice calling by adding voice module?

  • @bizimugufrank2502
    @bizimugufrank2502 5 лет назад +1

    Thx for your help

  • @ericafernandagalganooo5484
    @ericafernandagalganooo5484 4 года назад +1

    Perfection is my comment+++===+++

  • @hpsalway6538
    @hpsalway6538 3 года назад +1

    It is showing error when I enter AT + CMGS = "+91 Phonenumber"
    And it shows no carrier when I tried calling. I have entered everything correctly.
    What do I do? please help (I am using gsm sim800a)

  • @sagarkumar0190
    @sagarkumar0190 5 лет назад

    Fantastic explanation man!!

  • @Gabimaru.isLive
    @Gabimaru.isLive 4 года назад

    Bhai iske sath sath ham realtime location bhi send krr skte h Kya plzz reply it's very very imp.

  • @kailaspachare8991
    @kailaspachare8991 3 года назад

    Hello Sir
    I want to ask is it only way to send SMS through serial monitor by typing - send SMS or any other ?

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

    Does a 12v 1.5a work for this gsm module?

  • @arduinoproject9234
    @arduinoproject9234 4 года назад

    Hello sir project is doing the right thing a problem is coming,
    Like we work on power off of gsm and power on again, network comes in gsm but the signal we send does not work

  • @smtechnomind4949
    @smtechnomind4949 3 года назад

    Bhot badiya

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

    Please send the code for earthquake detection by using GSM module and arduino.

  • @mohammadyousef6374
    @mohammadyousef6374 3 года назад

    nice explaination !!! can u please tell me how to send same text to multiple phone numbers using sim900a

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

    I need to stall software serial library or it is pre installed

  • @SapthaPMAC
    @SapthaPMAC 5 лет назад

    Sir, I,'m unable to get call from gsm module to phone,serial monitor showing the result.I'm using sim800A model .Could you please help me

  • @kaushalshrivastava364
    @kaushalshrivastava364 4 года назад

    can we receive text message with gsm 900 with arduino when an LED turns OFF at remote location .

  • @DNYTechnicals
    @DNYTechnicals 6 лет назад

    Bro late hogaya dekhne me..... But great video

  • @KhairulIslam-rw2sk
    @KhairulIslam-rw2sk Год назад

    Command not showing any response. What to do? When I type something and click enter. It just shows nothing.

  • @sindhushree1000
    @sindhushree1000 3 года назад

    Hey i want to add one sensor max30100 in this connection ...can you help me with code

  • @akhilkumarkar9112
    @akhilkumarkar9112 5 лет назад +1

    sir plz help me .. i want to make a gas leakage detection alert system with gsm sim800l module. plz help me to make this project

  • @sumith_s_prince
    @sumith_s_prince 3 года назад

    I'm not getting "OK" in the serial monitor,I'm just getting "????¿¿¿" Please help me out how to resolve this.

  • @JaNaMSoNi
    @JaNaMSoNi 6 лет назад +2

    Nice tutorial

  • @rishiyaswanth
    @rishiyaswanth 3 года назад

    What happens if we lift the call?. Can we record a message and send that message to specificied number?

  • @MdArshad-kb9xx
    @MdArshad-kb9xx 5 лет назад

    Sir gsm m apne sim insert ki hai Kya?? R the Sim should be 2G only

  • @jaiminpatel2170
    @jaiminpatel2170 5 лет назад

    well done sir tq

  • @muhammadnaveed5056
    @muhammadnaveed5056 6 лет назад

    i have project in which i have to use C sharp computer language to connect my c sharp program with gsm modem and send messages.
    can i do it with this modem ? and bro iss mee sim partee hai kia and kuan se partee hai ?

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

    Hii sir.. How can i connect sim800l gsm module with audio jack.. To talk on earphones

  • @shubhamverma7730
    @shubhamverma7730 6 лет назад

    hi m using same command that u say but when I type AT nd enter I not get OK by gsm module why ??

  • @gautamahuja7469
    @gautamahuja7469 5 лет назад

    Awesome video sir. i am getting a little confused in something. please help me out.
    why we used
    in gsm.println("AT+CMGS=-----") and what is the difference between gsm.write, gsm.print and gsm.println?
    thank you

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

      write() will return the number of bytes written, though reading that number
      Gsm.print() will print a given message to the console
      . println() issues a new line to the printing method

  • @charanraju3199
    @charanraju3199 4 года назад

    Nicely explained

  • @Educationaltechtips
    @Educationaltechtips 6 лет назад +2

    good video bhai

  • @nawinlifehacks9978
    @nawinlifehacks9978 5 лет назад

    Bro...I purchased new GSM module SIM 900A.its working.sim signal is also working fine.your gsm project copying in my system but its not working.what can i do bro?I am also deactivate tx and Rx pins before uploading the code.if any other permissions required for this project...?

    • @rishwanthrajaagsj
      @rishwanthrajaagsj 5 лет назад

      Bro what sim card u used bro like 3g sim or 4g sim

  • @brajeshkumar1358
    @brajeshkumar1358 3 года назад

    एक साथ call, sms प्रोग्रामिंग coding करके mobile स्टार्टर सिंगल फेस and थ्री फेस स्टार्टर कनेक्शन सहित video बनाए sir. Pls send me code.

  • @tayyabgul2099
    @tayyabgul2099 3 года назад

    Bhai 2g sim dish reciver ko is module se kese connect krain k wo 4g ho jae .. aur cccam wale channel open kre

  • @ahmad_ps4793
    @ahmad_ps4793 3 года назад +1

    Hey, thank you for this explained project.
    Yet, i am unable to get a response from the GSM module when i sent the AT command.
    Though i did all the steps as explained.

    • @ajinkyayeolekar2082
      @ajinkyayeolekar2082 3 года назад +1

      Bro use 12V , 2A adopter for power up GSM module it will work.

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

      @@ajinkyayeolekar2082 Hello there. I am using 5v2a adapter. When I call on the sim inserted in GSM module, the ring is heard but I am not receiving a response from GSM module after entering AT command.

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

      @@subidadhikari may be here also a same problem 12V 2A , aap market se 12V 2A ka charger try kar sakte hai modul keliye milta hai . Mere bahot sare problem aa rahe the , response nahi mil raha tha , AT commands work nahi kar rahe the , tower nahi pakad Raha tha , after using 12V adopter it solve the all problems

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

      @@ajinkyayeolekar2082 Dhanyabadh sir..

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

    Hello sir,
    I have proceeded in the same manner, but i am not receiving any calls to my number. Could you help me out with anything that I might be doing wrong.

  • @factvalley7507
    @factvalley7507 3 года назад +1

    Instead of Uno we can use aurdino nano

  • @sagarghode9016
    @sagarghode9016 3 года назад

    Sir my Bsnl sim is not working in SIM800L it's sending sms but received sms is stored in other sim internal memory and not able view it's content ,other sim cards working excellent but problem with Bsnl any settings or suggestions

  • @mehjabinkhan9348
    @mehjabinkhan9348 5 лет назад +2

    Hello when i write AT command on serial monitor it's not give OK what i do

  • @nikhilsai1459
    @nikhilsai1459 5 лет назад

    sir at the begining i got ok when i have given AT as command but after some time i tried the same but i couldn,t get ok rather that AT command vanishes plss help me

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

    Bro main yeh bato ke agar voice command dekar wirlessly karna honga toh kaise karnge

  • @SurendraNarayanRoy
    @SurendraNarayanRoy 3 года назад

    Where will I get the GSM Module that you have used in your above project? Please share me the link to get it. Waiting for your reply...

  • @priyanshishrivastav8658
    @priyanshishrivastav8658 3 года назад

    Hey programmer hmne y poora program enter kiya lekin last m error aa gya jb hmne search kiya to pta chala error h +CMS error 302 can u plz tell me how to remove this error plz??

  • @jknews2546
    @jknews2546 6 лет назад +1

    Bhai plz mayri problem solve kar do mujhe gsm par automatic number ko save karna h ho nhi rahha mujh sy

  • @balancedlifewithdeeksha4356
    @balancedlifewithdeeksha4356 4 года назад

    can 5v be given by arduino board to gsm module or by mobile charger only

    • @ajinkyayeolekar2082
      @ajinkyayeolekar2082 3 года назад

      Use 12V ,2A adopter , it could work , because in my case I gave 5v but gsm not worked , but on 12 V 2A it's worked

  • @abdussaboor4405
    @abdussaboor4405 3 года назад

    hi my code is working fine and serial monitor shows the value being sent but i cannot receive msg what can be the problem

  • @STHShadow
    @STHShadow 4 года назад +3

    Is it mandatory to use 2G sim in GSM

  • @surendrasingh-ee4uw
    @surendrasingh-ee4uw 4 года назад

    Sir please mane change no to change no kai bar kiya fir time 24 hours hogaya to kiya server pr y time so hota hoga y programming h

  • @shraddhasrivastava3328
    @shraddhasrivastava3328 6 лет назад +3

    Can we use loop with a large delay so that it repeats after a time period?????

    • @ENGINEERTHIS1
      @ENGINEERTHIS1  6 лет назад

      Arduino support only maximum of 16 second delay...i recommend you to use rtc module for that.

    • @shraddhasrivastava3328
      @shraddhasrivastava3328 6 лет назад

      ENGINEER THIS thanks

    • @rajlad4418
      @rajlad4418 5 лет назад

      arduino has a max delay of 49 days approx

    • @rajlad4418
      @rajlad4418 5 лет назад

      @@shraddhasrivastava3328 it has max delay of 49 days approx...

  • @robinsonjosephexodus
    @robinsonjosephexodus 5 лет назад

    Hi sir, i want to get SMS message to My phone for measured distance & angle in object detecting device. so, i need code to control it. Can you share your KNOWLEDGE?

  • @ahmadmuneeb1548
    @ahmadmuneeb1548 4 года назад +1

    Kya yay module har country mein kaam kr skta hai?

    • @ENGINEERTHIS1
      @ENGINEERTHIS1  4 года назад

      Yes... it's like the mobile gsm module..so if you send msg to different country then the international msg charge will be apply to the Sim card.

  • @gauravdaware1373
    @gauravdaware1373 4 года назад

    Which anntena used please reply

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

    Hello sir, security system sim900 pir sensor & arduino Uno call video

  • @DharamPawar
    @DharamPawar 6 лет назад

    dear mohit welldone,
    can you give some home automation ideas

  • @BrainysTreat
    @BrainysTreat 4 года назад +1

    is it also applicable for sim800a?
    pls reply asap

  • @sanjanag3824
    @sanjanag3824 4 года назад +2

    What's its distance range

    • @ENGINEERTHIS1
      @ENGINEERTHIS1  4 года назад

      Anywhere around the world....it is like a mobile phone with which you can make calls and msg...also you can make mobile phone with this module by connecting keypad,display, speaker and mic.

  • @bikashchandradeb9913
    @bikashchandradeb9913 6 лет назад

    Awesome sir

  • @villagerstech9968
    @villagerstech9968 5 лет назад

    Good morning sir
    Kya ham mobile ko gsm module ki tarah use kar sakte hai

  • @MPED05
    @MPED05 4 года назад

    i am using gsm SIM900A and this code is not working. i think that Something is wrong here.

  • @kisanhelp1064
    @kisanhelp1064 4 года назад +1

    Sir मैं ने gsm के लिए एक code लिखा है ATD+91XXXXXXX है इस MOB NO को मोबाइल से Sms करके कैसे change कर सकते है

  • @lailomahmughal8887
    @lailomahmughal8887 3 года назад

    Gsm is not linking with network. Please suggest me what to do??

  • @naitikworldstudio3468
    @naitikworldstudio3468 3 года назад

    Please can you help how we can send same sms on 5 other modilenumber