Your voice is very clear and your teaching is easy-going and appreciated. Please, How can I connect a GSM/GPRS module to a relay output such that the triggering of the relay sends a call in my phone ?
sim800l não acende a luz LED. Estou trabalhando com 4.1v e 2a. O LED pisca apenas se o chip for considerado ou o LED deve piscar mesmo sem chip??? thanks
Hello good day. I want to ask something about the GSM. Is it possible for this to work with only arduino + gsm + raspberry pi. Because I cant connect the gsm to a computer while it is operating
Some people were saying that we need to flash the Sim800L before we use them in Africa because it is programmed on Asian networks. I want to know how to flash them. Is it necessary to flash them? (I am using a Samsung bought in china, I didn't flash it either)
i used sim 800 l gsm module. sms came and after some time . SMS has stopped. Please help me to solve this problem module is crashing after sending sms help me code
Hi Ahmad Great In previous programs, you used delay (); command . In this program, you used the waitForResponse (); function. Would you explain this difference?
Arduino do nothing while in delay time. so, to increase the performance of the program I have used waitForResponse() function without using any delay(). But this function is under development. I am working on it to make the code more efficient.
hi we have made a project on arduino based obstacle avoiding robot with crash detection and gps system . we have used sim 800l for the gps tracking n sms alert but it doesn't seem to work in our areaa(we use 2g sim) so what changes can we make to improve this??
Hi, i'm from banglore, im also working on arduino based crash detection and gps system, but gps system is not working, i dont have 2g sim either, did u find an alternative for this problem, if u find, please let me know, i too will update if i figure it out
I am using both espwifi and 800l which ever will be available it will send data to firebase, i don't know how to connect sim 800l to internet along with wifi
Hi I trying sim800l and sim800l v2 both module but they unable to interact with Arduino and i am not getting any response on serial monitor why? I am making a call and it's ringing even my MSG also delivered to sim800l module what may be the problem?
hello I'm working with SIM800L to send sensor data to firebase. The first tests I had to do I managed to connect via GPRS but now I can't connect to the server when I send the data without the sensors I manage to connect but when I connect the sensors to send their data the connection fails.
In some time my sim800l module is disconnected from the network automatically after it will connected, but the arduino can't work after the connection because of all the AT commands are placed in setup function, so how to I use when the GSM MODULE reconnected to network & work properly with ardunio
Hi sir, I have two different Sim800L, S2-1065J this type sim800l works very well, And I have another sim800L S2-105HE this type unable to received and send the SMS and serial monitor also nothing, but I will call to sim800L they have ringing, indicating every 3 seconds also fine, how to settle the problem?
AOA, Is there is any possibility to reset Arduino through sim800 , In my some project Arduino didn't respond while receiving the commands through sim800 , what will be the issue here . Thanks
I tried this but it didn't work in serial monitor it just shows initialising and nothing after that and my gsm module just keeps blinking can u please help me with this
Hi, i have a problem with using any AT commands When i used your code Mr Ahmad in serial monitor i can see only the word "Initializing.." and that's all there is no At commands work Pls help me, what did I do wrong
Hi, i do have sim800l using zong sim.. for last 4days i was able to send sms through sim800 but after that it stop connecting to network , red led i blinking every second. What could be the problem its been two days i am working on this. Kindly help me..
which mobile phone you have used. the sms content are simple text and all the mobile phone support text. so it is strange. have you made any change in the code.
I have a question, I need advice. I want to control pump and fan remotely by GSM. What do you use as a controller? stm 32 . adruino nano ? The choice in terms of cost and ease of programming and installation.
@@AhmadLogs anather qsn, i am not getting signal from network as led blink in 1sec. Sim is ok and it is 2g active sim. Attached a 3.9vollt lithium battery. Stil problem there but in at command the arduino shoows the sim number. It means sim reading is ok.
@@Sekhar_Home 1. some to the AT commands always works even if your gsm module not connected to the network. 2. try another 2g sim card just for testing. 3. you need to try another sim800l module. it might be damaged.
“The best “ explanation on UA-cam
thanks
Great video Ahmad! You have the best SIM800 videos on UA-cam!
Wow, thanks!
@@AhmadLogs Can you help me. I need to make the SIM 800 l gsm module receive sms
j'ai enfin réussi a faire fonctionner ma sim800 sans bug...
Vraiment la meilleur vidéo explicative de la sim800
Bravo et merci !!
Your voice is very clear and your teaching is easy-going and appreciated.
Please, How can I connect a GSM/GPRS module to a relay output such that the triggering of the relay sends a call in my phone ?
All of your posts are very useful.. very nice
Glad to hear that
how long does it take to initialize after uploading to Arduino board?
Thank you for the video, very informative and helpful Cheers Bob in the UK
Glad it was helpful!
Thank you very much I have tried so many your video helped me a lott ❤❤❤
@ahmadlogs can we used simcard that support 2G,3G and 4G?
Good afternoon, would you have the sim800l footprint for Proteus?
Can you help me. I need to make the SIM 800 l gsm module receive sms 6:30
Hi
Plz tell me that is sim800l support 4g sim . Because no one company selling 2G sim in my region.
only 2g
Will 3.7V battery be enough for power supply?
Great video
My gsm is only Blinking only onec when powered up
I tried powering up with Buck converter but didn't helped
What to do ?
use a battery 3.7v. if you are using buck converter the set the output voltages to 4.2 volts.
very very usefull video
thank you so much ❤
so nice of you
sim800l não acende a luz LED. Estou trabalhando com 4.1v e 2a. O LED pisca apenas se o chip for considerado ou o LED deve piscar mesmo sem chip??? thanks
Hello good day. I want to ask something about the GSM. Is it possible for this to work with only arduino + gsm + raspberry pi. Because I cant connect the gsm to a computer while it is operating
Some people were saying that we need to flash the Sim800L before we use them in Africa because it is programmed on Asian networks. I want to know how to flash them. Is it necessary to flash them? (I am using a Samsung bought in china, I didn't flash it either)
i used sim 800 l gsm module. sms came and after some time . SMS has stopped. Please help me to solve this problem module is crashing after sending sms help me code
Hi Ahmad
Great
In previous programs, you used delay (); command . In this program, you used the waitForResponse (); function.
Would you explain this difference?
Arduino do nothing while in delay time. so, to increase the performance of the program I have used waitForResponse() function without using any delay(). But this function is under development. I am working on it to make the code more efficient.
@@AhmadLogs Thank you for your attention and explanation
hi we have made a project on arduino based obstacle avoiding robot with crash detection and gps system . we have used sim 800l for the gps tracking n sms alert but it doesn't seem to work in our areaa(we use 2g sim) so what changes can we make to improve this??
Hi, i'm from banglore, im also working on arduino based crash detection and gps system, but gps system is not working, i dont have 2g sim either, did u find an alternative for this problem, if u find, please let me know, i too will update if i figure it out
@@SuSu-lg8rx yes sure , i will lyk and r u done with the model and codes?
@@SuSu-lg8rxuse a airtel sim card brother and check
You got a solution are not bro
@@tidesofwaves got it, Airtel works.
How to check the gsm module is 5v tolerant?
check the available description while you purchasing it
@@AhmadLogs thanks
Is sim800l also comes with 5v tolerance? If yes then please tell me that how to check this 5v tolerance property . Please
sim800l v2 is a 5v tolerance module. it is a 7 pin module
I am using both espwifi and 800l which ever will be available it will send data to firebase, i don't know how to connect sim 800l to internet along with wifi
Sir, why connect GPRS in module? LED blink two time in a second.
Sir do we need to insert a 2g sim in sim800l module ?
yes 2g sim card
Super la vidéo! Bien expliqué merci
Thanks so much for the informations.. Brother...
My pleasure
sir what load does it need? regular or plan
it is upto you. you can use both
Hi
I trying sim800l and sim800l v2 both module but they unable to interact with Arduino and i am not getting any response on serial monitor why? I am making a call and it's ringing even my MSG also delivered to sim800l module what may be the problem?
*Assalamu Alaikum*
How to purchase your home appliances product?
I never sell any. tell me how can I sell?
How can we program to ardino to auto pickup calls
If the sim card is inserted in the GSM how the msg will send to the phone
hello I'm working with SIM800L to send sensor data to firebase. The first tests I had to do I managed to connect via GPRS but now I can't connect to the server when I send the data without the sensors I manage to connect but when I connect the sensors to send their data the connection fails.
sim800l is not performing well while working with firebase due to it slow internet connection.
In some time my sim800l module is disconnected from the network automatically after it will connected, but the arduino can't work after the connection because of all the AT commands are placed in setup function, so how to I use when the GSM MODULE reconnected to network & work properly with ardunio
I am trying to make a video on sim800l programing. I think it will solve your issue. so be patient
@@AhmadLogs Thankyou brother
Hi sir, I have two different Sim800L, S2-1065J this type sim800l works very well,
And I have another sim800L S2-105HE this type unable to received and send the SMS and serial monitor also nothing, but I will call to sim800L they have ringing, indicating every 3 seconds also fine, how to settle the problem?
try AT+CFUN=1,1 to turn on the full functionality of sim800l. then try again with sms
@@AhmadLogs thank you sir, I will try and let you know sir
@@AhmadLogs sir, I try this but cannot, serial monitor showing the quotation marks only
@@AhmadLogs sir, can send me the full code?
@@rajaduraisangari unfortunately I dont have the full code
is there a code just for mq2 sensor?
very helpful
AOA, Is there is any possibility to reset Arduino through sim800 ,
In my some project Arduino didn't respond while receiving the commands through sim800 , what will be the issue here . Thanks
Let me check
@@AhmadLogs thanks Bhai Jan
Serial monitor is stuck to Initializing
And even I am not getting any message or call
Mine also same. Have you found any solution??
I tested the circuit several times, everything is fine, but the SMS is not received, it rings and is available, and the SMS is sent.
for esp32
try following at the end of the setup function.
sim800.println("AT+CNMI=1,2,0,0,0");
@@AhmadLogs
Hi sir
I want to contact you Facebook or WhatsApp
Thanks...
Thanks, exactly where to add
Does this gsm module work on 4g sim?
no
@@AhmadLogs then which sim card do we have to use?plz tell.will our regular sim card that we use in mobile phones be okay?
Hi, my sim800l not gives at ok messages. İt writes initializing... And ? this question marks 3 time
Sir can i create wifi signal from sim800l module ?
no
what code that can receive sms and automatically reply?
I tried this but it didn't work in serial monitor it just shows initialising and nothing after that and my gsm module just keeps blinking can u please help me with this
most of the time this is power supply issue. provicde stable 3.7 to 4.4V,
شكرا على المجهود
thanks
Hi, i have a problem with using any AT commands
When i used your code Mr Ahmad in serial monitor i can see only the word "Initializing.." and that's all there is no At commands work
Pls help me, what did I do wrong
I also facing this type bro can you get solution for this
@@TahirKhan-id3dc in my case, the issue was in the circuit of my system. After I did right connection AT commands worked well
Hi, i do have sim800l using zong sim.. for last 4days i was able to send sms through sim800 but after that it stop connecting to network , red led i blinking every second. What could be the problem its been two days i am working on this. Kindly help me..
have you registered your gsm module from the PTA? if not then it is possible that the PTA has blocked your gsm module IMEI number
Hello. I get "Error" and "No carrier" on my serial monitor when I pass the "S" and "C" commands. What could be the reason?
I think it is the signal issue with sim800l have you attached antenna to you module. if yes then try to replace it.
Thank you for the video. Very helpful!
message getting delivered on the phone as , but able to receive SMS, call-out & in what could be the reason?
which mobile phone you have used. the sms content are simple text and all the mobile phone support text. so it is strange.
have you made any change in the code.
@@AhmadLogs does this code works with ESP-12E & nodeMCU?
@@AhmadLogs resolved by adding below command under void reply sim800.print ("AT+CSMP=17,167,0,0
");
@@pookoye OK thanks
Actually it is a good explannation but still have a problem with powering sim800l
How do I configure the sender name?
Nice bro 🤠
🥳
@@AhmadLogs bro help me to modify that code to adx 345 plz bro
ممنون احمد جان
thanks
Hi, Bro how to get 2g sim nowadays because i only have 4g sims
It's okay to use 4g Sim ,you cannot access the internet only.
PLEASE HOW CAN I USE 4G FOR SIM 800L
Using Airtel sim. But led keeps on blinking every 1 seconds. Plz help me.
I'm also facing the same issue
Ahmad Bro I'm Using 3.7V li-ion battery but its LED is still blinking for 7 times and repeat
use short length wires from battery to sim800l or try another sim card
Charge your battery
thank you .
You are welcome!
I have a question, I need advice. I want to control pump and fan remotely by GSM. What do you use as a controller? stm 32 . adruino nano ? The choice in terms of cost and ease of programming and installation.
IS SIM800l SUPPORT 4G AIRTEL SIM
Yes.
Where could i got 20k resistor?
you need 3.3v logic. you might use other combination of resistors.
@@AhmadLogs anather qsn, i am not getting signal from network as led blink in 1sec. Sim is ok and it is 2g active sim. Attached a 3.9vollt lithium battery. Stil problem there but in at command the arduino shoows the sim number. It means sim reading is ok.
@@Sekhar_Home 1. some to the AT commands always works even if your gsm module not connected to the network.
2. try another 2g sim card just for testing.
3. you need to try another sim800l module. it might be damaged.
@@AhmadLogs yes i will check
@@Sekhar_Home great
Can I insert 4g sim I don't have a 2 g sim
Yes You can use.
is there any alternative module other than 2G which supports this project?
you might use sim7600 4g module but you need to update the code
@@AhmadLogs module keeps blinking every second, I have sent AT command but no reply? how to check the module?
@@pookoye if the module is keeps blinking then it mean your sim card is not working or else your module is damaged
@@AhmadLogs sir I'm using 4G sim and the module blink fast and then it blink slower is it okay to use?
@@johnmarkmanuel2681 just make a call to the module to see if it is working or not
how to fix no dailtone error?
this issue is not related to the sim800l directly. there is some issue with you sim card network provider. so just wait and try again
Sim 800l not working
2g is being shut down in many parts of the world that may already be the case where you are
Good
serial monitor does not work
then check your serial connection, set the correct baud rate from the serial monitro
Please give me a code to make calls with just a push button
use some older version of esp8266 core in arduino ide.
We should assume this video is out dated for India, because 2G sim is nomore in the market, we have only 4G sim.
no brother its working till date (19/12/2023)
Except Jio, all service providers will work...
@@narutosingh5239 ya actually I had a 4g sim but changed the network settings to 2g using a old device
@@krutavshah1515 you have changed the settings in phone and used that sim in SIM 800L module ?
@@sk_a_railfan yes I changed the network preferences to 2g/3g but I used an older phone , I don't know it will work in newer devices or not
Sir where to purchase 2G sim now
50 to 60 percent world is still on 2G
Use the one you have, wether it is 3G or 4G, 2G is also inside.
CAN I contact you bro