you are the best sir. thank you very much for your innovative ideas
@AhmadLogs3 жыл бұрын
You are most welcome
@sabareesh70265 ай бұрын
Great Dear Friend...You are awesome..Post more videos....
@mibrahim42452 жыл бұрын
Mashalla, you're awesome man ! .. keep up the great work
@AhmadLogs2 жыл бұрын
Thanks a ton
@masoudjafarzadeh3 жыл бұрын
Hello Grand Master You are really presenting a unique program that I have never seen anywhere before and everyone is ready to prepare this program. Have problems and you are the first to present them
@AhmadLogs3 жыл бұрын
thanks
@ezeoluchukwu51043 жыл бұрын
My great engineer I really appreciate for ur quick response to my request. This is great but add at least Two output for disconnecting oil pump and another for triggering an alarm. With feedback oil cut and resume oil. Thanks response.
@AhmadLogs3 жыл бұрын
Thanks for the idea!
@inugaki6942 Жыл бұрын
thank you for the tutorial, i added a button function so that it can send sms to all the contacts from the list, also i'm planning to connect it to a wifi so i can track real time
@dsgpython99998 ай бұрын
does it work without inserting 2g sim in gsm module
@muhammadnor41353 жыл бұрын
thank you..very useful.! I hope you add to this project with two relay outputs and a vibration sensor so that this module will send a message that the motorbike has been moved.
@AhmadLogs3 жыл бұрын
Thanks for the idea!
@errolsternberg81853 жыл бұрын
@@AhmadLogsYa this project with a vibration sensor will be interesting.
@AhmadLogs3 жыл бұрын
@@errolsternberg8185 will be soon
@nasirahsan78619 күн бұрын
@@AhmadLogs we are waiting for I/Os
@mohammadkarimi61152 жыл бұрын
That is, it receives commands from 5 saved phone numbers
@eyrisss Жыл бұрын
Can you help me bro? It's not working on me
@TIH_techinfohelp2 жыл бұрын
sir can we use same battery for power supply to nodemcu. I want the project work without usb cable to nodemcu connection
@AhmadLogs2 жыл бұрын
yes you can
@saadelm29553 жыл бұрын
Thanks.. Good job... Salutations
@AhmadLogs3 жыл бұрын
Welcome
@AdnanHabib-k7n Жыл бұрын
sirr i have a question do you need wifi for this to work because its node mcu and if needed how we will install it in our car...... pls replyy
@AhmadLogs Жыл бұрын
No, you don't need Wi-Fi for this project. The NodeMCU board itself does have Wi-Fi capabilities, but in this case, the tracking functionality relies on the SIM800L module for cellular communication and the GPS module for location tracking. So, as long as you have a working SIM card with an active data plan, the tracker can send its location information to a registered phone number via SMS or make calls to the registered number without using the Wi-Fi.
@shakerileiwat43412 жыл бұрын
I've watched this video over and over again, I like it very much ♥ 1. suppose I want to use it in my car, how to power it from car battery? 2. How (& where) to use the sleep mode with sim800l or esp8266 to reduce the consumtion of power? Thanks ☺
@AhmadLogs2 жыл бұрын
to power it from battery you need dc dc buck convertor like LM2596. for power saving, you need to modify the complete code. and it requires lot of codding and efforts.
@shakerileiwat43412 жыл бұрын
@@AhmadLogs Thank you, waiting your great videos.
@AhmadLogs2 жыл бұрын
@@shakerileiwat4341 so nice of you
@suhaspanhalkar44173 жыл бұрын
In which line we need to add our GSM module SIM card number in the code?
@AhmadLogs3 жыл бұрын
it is not required?
@linkngoc59012 жыл бұрын
Great video, thank you very much ♥
@AhmadLogs2 жыл бұрын
Glad you liked it!
@yawarsaeed64993 жыл бұрын
Awesome 👍 as usual. Ahmad Bhai please also add the GSM Service provider name & RSSI signal strength level on LCD along with battery voltage level on initialization of system. These are the only things miss to make this project ultimate. Thanks & kind regards.
@AhmadLogs3 жыл бұрын
As soon as possible
@yawarsaeed64993 жыл бұрын
@@AhmadLogs ok I will be waiting. Thanks.
@alneidit37602 жыл бұрын
@@AhmadLogs bro I have received location and messages on serial Monitor but not received my mobile what is an solution bro pls tell me soon bro 😔
@spiritualgrowth474 Жыл бұрын
@@alneidit3760 I am having the same issue
@dsgpython99998 ай бұрын
Did you complete this project
@aniszed36413 жыл бұрын
good job bro from Algeria
@AhmadLogs3 жыл бұрын
thanks
@MediaUkhrawi Жыл бұрын
Hello Ahmad logs , i have a question. Can replace from SIM800L to SIM900A with same code for this project?? Hope u Answer this question Thank You.
@AhmadLogs Жыл бұрын
Regarding your question, it may be possible to replace the SIM800L module with the SIM900A module and use the same code for your project, but it's not guaranteed. The SIM800L and SIM900A are both GSM/GPRS modules and have similar functionalities, but they may have some differences in their AT command sets and communication protocols. These differences could affect the way your code interacts with the module and may require some modifications to ensure that the SIM900A module works properly with your code. I recommend reviewing the datasheets for both modules and comparing their AT command sets to see if there are any differences that could impact your code. Additionally, you may want to test your code with the new module to ensure that everything works as expected. If you encounter any issues, you may need to make some modifications to your code to accommodate the new module. I hope this helps, and let me know if you have any other questions!
@mibrahim42452 жыл бұрын
Another question, can we do this with Ardunio (or any board without WiFi chip) ?
@AhmadLogs2 жыл бұрын
yes
@sahilranmale41742 жыл бұрын
Sir All components are working but after uploading program in node MCU no respond in serial monitor and on mobile
@eyrisss Жыл бұрын
Same problem to me
@heruwibowo44422 жыл бұрын
Sir, My phone number has a character length of 13 and 14 digits. The 13-digit character length can be stored and read properly by the EEPROM, but the 14-digit character length cannot be stored completely in the EEPROM. Which part of the code needs to be modified so that a 14-digit phone number can be stored and read by eeprom?
@AhmadLogs2 жыл бұрын
1. change line number 81. if(phoneNo[i].length() != 14) 2. line number 151. if(callerID.length() == 14){ 3. line number 206. if(msg.equals("r") && phoneNo[0].length() != 14) { 4. line number 391. tempPhone = msg.substring(3, 17); 5.line number 447. byte len = 14; 6. line number 476. int len = 14; just try
@วันชัยวิเศษวงษา-ฟ4ท Жыл бұрын
@@AhmadLogs If i use 12 digits, i have to change it to (3 15), right?
@tanimashraf6 ай бұрын
Hi, how did you solve this? I tried what Ahmad bhai suggested here, didn't work.
@AhmadMehraGohar3 жыл бұрын
very nice and good project
@AhmadLogs3 жыл бұрын
Many many thanks
@priyajenitajohn6409 ай бұрын
For the SIM 800L GSM Module is the antenna compulsory for the connection because I got the module without the antenna .. ?
@muhammadfakirullah99862 жыл бұрын
Hello sir, i would like to ask..when you type the command "send location", is it sending the location info (lalitude & logitude) of the 2nd number phone (any number that hv been registered) or it only give the location of the 1st number phone which you 're currently use?
@shamilazim19112 жыл бұрын
Hi,are u already solve the problem?because I have the same problem like you.
@luro31182 жыл бұрын
Why mine doesn't send messages
@AhmadLogs Жыл бұрын
When you use this feature, it will only send the location to the phone number you used to send the SMS. The important thing to remember is that the phone number must be on the registered phone numbers list.
@TIH_techinfohelp2 жыл бұрын
Sir i wanted to add a switch in this project that when pressed. It sends a missedcall and text sms of the gps current location. so that it would work as child security. Can you please tell me the changes in code that will required. circuit i will make my own by examine the code. Please
@AhmadLogs2 жыл бұрын
unfortunately I am unable to tell you in the comments, but I will soon make a project on this topic and also share with you
@TIH_techinfohelp2 жыл бұрын
@@AhmadLogs thanks sir, also try to include geofencing in the same project without alaram. So it would multipurpose gps. 😊. I will definitely wait for the video
@AhmadLogs2 жыл бұрын
@@TIH_techinfohelp I will try to make it soon when possible.
@wahbimanchoul26662 жыл бұрын
the compilation is done correctly but the serial monitor doesn't show anything .. PS: I set the baudrate as you did what it can be the problem? thank you
@atharvawalimbe7112 Жыл бұрын
Your problem got solved?
@Follower_Reva_s Жыл бұрын
also i wanted to ask that only 5 phone numbers we have to add in the code . rest other things are same right ?
@lilchera7905 Жыл бұрын
Is 3g sim supported by SIM 800l
@AhmadLogs Жыл бұрын
no
@Ønepurpleheart Жыл бұрын
Registered phone number when I call ringing then cut the call The serial monitor showing the phone number is not registered SMS is working strong Please help me sir
@AhmadLogs Жыл бұрын
post the full serial monitor output here.
@Ønepurpleheart Жыл бұрын
@@AhmadLogs not working full setup
@mohammadkarimi6115 Жыл бұрын
Hello Master. Can the RX GPS base be disconnected so that the GPS is not damaged? Grateful
@mohammadkarimi6115 Жыл бұрын
Hi❤
@nasirahsan78610 күн бұрын
The tracker project is complete and working perfectly but there is a problem when I power it off and when I power it up again I always have to press the reset button to run the project otherwise The project does not work without pressing the reset button of Nodemcu .how i can resovel this problum.
@ezeoluchukwu51043 жыл бұрын
The great engineer I think esp32-wroom can equally be used to achieve this work sir
@AhmadLogs3 жыл бұрын
I think so
@dsgpython99998 ай бұрын
Did you insert the 2g sim into gsm module
@rampage_xdit3 жыл бұрын
Bravo its great.thanks
@AhmadLogs3 жыл бұрын
thanks
@luro31182 жыл бұрын
It doesn't send messages to the my num but the serial monitor showing results
@luro31182 жыл бұрын
Can I know what is the problem
@luro31182 жыл бұрын
Sir can you help me
@NeerajKotagiri-p7c11 ай бұрын
Can i track live location using this module to the own server which we created in last videos
@killroy83652 жыл бұрын
Thank you for making this video. WIll this code work with an arduino nano using the same NEO6M and SIM800L modules?
@AhmadLogs Жыл бұрын
unfortunately not
@MohammedJassim-u7v Жыл бұрын
Hello sir, I have a problem with not receiving messages from the Sim800l even though it is connected to the network. Every three seconds the LED flashes once and there is a balance in the SIM card and the serial screen is working properly. Can you help me? Many thanks.
@dsgpython99998 ай бұрын
Which type of sim dif you insert
@rgringtones92718 ай бұрын
Which sim card use for this 2G,3G,4G
@willyrecord Жыл бұрын
From Wiring Diagram The cycle is complete, right? I wonder how to get power to ESP8266?
@CodersGabut5 ай бұрын
can nodemcu be replaced by wemos d1 mini for smaller modules
@mohammadkarimi61152 жыл бұрын
Hello, can this code be deleted by power cut or reset numbers?
@dsgpython99998 ай бұрын
Did you complete the project Could you please tell me where we have to give the phone number in code
@deepnimkar7234 Жыл бұрын
Please make video of making circuit with breadboard. Please as soon as possible 🙏🏻
@tusharmahajan-ng2ch9 ай бұрын
you didn't mentioned all the components like you have also used pcb antenna but you didn't mentioned that what can I do if I don't have PCB antenna with SIM800l ?
@harshavardhanvasantha3293 Жыл бұрын
Sir by this location and co-ordinate the car can be travelled ? By Gps location
@aimanharisah5942 Жыл бұрын
hello , can i use SIM900A rather than SIM800L?
@mohammadkarimi61152 жыл бұрын
Hello, I ask you to leave a section to change the phone number and management number in esp32 with sim800l. I really need it. Thank you
@AhmadLogs2 жыл бұрын
Soon
@rajansaini2368Ай бұрын
SIR AFER 1.5 YEAR I MAKE THIS PROJECT AGAIN BUT NODE MCU SHOW WARNING ON SERIAL TERMINAL WDT RESET AND NODE RESTART AGAIN
@kisanhelp10642 жыл бұрын
hello sir i have to register mobile number in nodemcu with sim800l DTMF Relay control
@AhmadLogs2 жыл бұрын
check this. the code will work with nodemcu kzbin.info/www/bejne/hXvGeIxqrrimatE
@su30mki932 жыл бұрын
which software are you using for programing and how and where are you regestring the phone numbers
@mohammadkarimi61152 жыл бұрын
Hello, thank you for the programs. I have a question, is this SMS program sent to the last saved phone number and not to the previous ones, i.e. it is sent to the last saved number or r2 or r3 or r4 or r5 i.e. the last r that is saved. Please explain a little. Thank you.
@AhmadLogs2 жыл бұрын
it will send back the response sms on the same phone number, that you have used to sms the sms command
@mohammadkarimi61152 жыл бұрын
@@AhmadLogs hi .do i need your help Give me your email so we can be in touch
@mohammadkarimi61152 жыл бұрын
@@AhmadLogs Can you write the same program for esp32 as soon as I need it
@mohammadkarimi61152 жыл бұрын
@@AhmadLogs Help me learn this same circuit and program with esp32
@AhmadLogs2 жыл бұрын
@@mohammadkarimi6115 have you write some code for esp32
@AdnanHabib-k7n Жыл бұрын
Sir instead of using node mcu can we use wemos d1 mini do we have to make any changes in code ?........ pls reply
@AhmadLogs Жыл бұрын
I think you will have to change the pins
@masoudjafarzadeh3 жыл бұрын
Wow That's great
@AhmadLogs3 жыл бұрын
thanks
@mohammadkarimi61152 жыл бұрын
Hello, how is this circuit? To which number do you send a text message, that is, it sends a text message to the last registered number, and the time of deletion means that the phone number of one who is the administrator is also deleted, or only r2 to r5 numbers are deleted.
@AhmadLogs2 жыл бұрын
it will send back the sms to the same phone number you have used to send the command. the phone number of one who is the administrator is also deleted if you use "del=all" command del=1 will not delete the r1 del=2 to del=5 will delete the corresponding phone number
@Garanti_okunur11 ай бұрын
Hello Ahmed, I have a question from you, if possible, I am using Arduino nano esp328p sim 800l neo7m, I have never worked with code until now, can you make it as if the rijam su module works for me?
@SUDEEPEXPERIMENT Жыл бұрын
How to connect this to phone or where should I will write sender phone nom and receiver no. In code
@nithins9640 Жыл бұрын
Sir my SIM800L module is not responding to AT commands despite giving proper baud rate and proper power supply. How can I make it work ?
@AhmadLogs Жыл бұрын
what is the LED status of sim800l. if it blinks once every three seconds it mean it will must respond to AT commands. otherwise check sim800l serial connections with the nodemcu
@Gusfus128 Жыл бұрын
How did you get the SoftwareSerial.h library? and that works for ESP? Thanks
@AhmadLogs Жыл бұрын
kzbin.info/www/bejne/hXvGeIxqrrimatE
@summerfun6114 Жыл бұрын
Great! can it be used in hardwareSerial? Thanks.
@AhmadLogs Жыл бұрын
you might use
@summerfun6114 Жыл бұрын
@@AhmadLogs thank you.
@SUDEEPEXPERIMENT Жыл бұрын
Hello sir where should I type sender no. Pls tell
@jitheshk40311 ай бұрын
Bro i have doubt :can i added the code for to control on and off vechile in your code and connecting relay with nodemcu and connection between relay and vechile , wheather it is possible!❤
@mohammadkarimi61152 жыл бұрын
Hello, what is the difference between r1 and r2 to r5 in this code?
@AhmadLogs2 жыл бұрын
each command register a different phone number in the project
@lilchera7905 Жыл бұрын
Will it track live location all time ? Or just sends link of that current location
@AhmadLogs Жыл бұрын
just sends link of that current location
@rezabakkan2 жыл бұрын
Hey, the video was great as always. But still there is sth in my head. How can I write this program with char arrays? As you know there are lots of problems with Strings.
@AhmadLogs Жыл бұрын
Great suggestion! I will think about it
@tanimashraf8 ай бұрын
Can it be done with Arduino Uno? I tried but returns error message "Compilation error: no matching function for call to 'EEPROMClass::begin(int)'"
@shamilazim19112 жыл бұрын
Hi,i want to ask,do we need to put the simcard in sim800l?
@AhmadLogs Жыл бұрын
yes
@errolsternberg81853 жыл бұрын
Hi. I would like to know if i have to make any changes to make it work on a Leonardo board.
@AhmadLogs3 жыл бұрын
as I know, only the pin-out will change. please have a try.
@jumbo999614 Жыл бұрын
I have sim900 and geo6mv2 GPS. I want my circuit to send SMS with location to specific phone number. So when I'm on vacation, I want to report automatically every 5 min to my family so in case of any emergency they would know my current location. Please make a tutorial on how to do this.
@yawarali43612 жыл бұрын
U can create code without write phone number in the code but once mustbe send R to admin registerd?mean any number can send R toregister
@AhmadLogs2 жыл бұрын
when you have registered a phone number by sending r command, then the r command will never work again. R command will only work if you delete all the phone numbers from the eeprom
@yawarali43612 жыл бұрын
@@AhmadLogs i want not write any number in the program u can send code and video
@AhmadLogs2 жыл бұрын
@@yawarali4361 same video
@Ønepurpleheart Жыл бұрын
Not working
@alankardhavale2045 Жыл бұрын
can without connect sim800l device , connect with direct nodemcu power cable
@sushmitakondaguli68358 ай бұрын
Sir which sim we have to use 2g 3g 4g
@malekboufayed-jk9cb Жыл бұрын
hello i want to ask you i work with wemos d1 mini sim800l adns gps module must chair the rx and tx bus to work ? and i want to send the location to web server it’s possible !!
@AhmadLogs Жыл бұрын
Yes, to use the SIM800L and GPS modules with the Wemos D1 Mini, you will need to connect the RX and TX pins on the modules to the appropriate pins on the Wemos board. And yes, it is possible to send the location data to a web server. You can use HTTP requests to send the data to a server running on the internet or on your local network.
@MalluUllegaddi-k4gАй бұрын
Hey , Could you please show How this can be worked using Aurdino Nano...I am not getting with that. please help me to find out
@PhilippineTechnology2 жыл бұрын
SIR CAN I USE ARDUIN INSTEAD OF NODEMCU?
@AhmadLogs Жыл бұрын
for that you need to modify the code.
@vcooltm87692 жыл бұрын
in add breaker relay and better contact signal pack..sir
@AhmadLogs2 жыл бұрын
will try
@MediaUkhrawi Жыл бұрын
can you also tell me where to modified my Sim800L number? my sim800l number have a 12digit and also my sender have 13digit , i use 2 to register number
@AhmadLogs Жыл бұрын
this project works fine with the 13 digits phone number. I will try to update the code to handle 12 or 14 digits phone numbers soon
@nima.nikkhah Жыл бұрын
Hello Sir, first i want to thank you very much for your best project and shared, I did this project, but the phone number cannot be registered, please help me. Regards
@AhmadLogs Жыл бұрын
how can I help you?
@ML.ArtificialIntelligence3 жыл бұрын
I have bought a GSM module but its pins are not solded but it comes with a header from which I have to sold is there any gsm module which comes with pins system solded because I have no experience in soldering
@AhmadLogs3 жыл бұрын
as i know, there is no any module available in the market. you will have to solder it yourself
@ML.ArtificialIntelligence3 жыл бұрын
@@AhmadLogs thanks
@ahmedtaher40153 жыл бұрын
Really a great project from a genius, but this is to be expected from a distinguished engineer like you But I need to use the Arduino, does it work?
@AhmadLogs3 жыл бұрын
thanks for your compliment. It might be used for arduino
@ahmedtaher40153 жыл бұрын
@@AhmadLogs I have a problem, which is that when I connect the GPS with the gsm on the same battery, it disconnects and does not work unless I disconnect the gsm What is the problem? What changes are required to use Arduino? Replace EPS with Arduino
@ModernRetroRider Жыл бұрын
can you also add engine cut off functionality?
@AhmadLogs Жыл бұрын
no. but give me some more detail. I will think about it
@ModernRetroRider Жыл бұрын
@@AhmadLogs so the idea is if you lost the vehicle you can send sms to the tracker and trigger the ignition cut off..this way the vehicle will stall..and a good addition also is to trigger the horns to sound non stop..
@AhmadLogs Жыл бұрын
@@ModernRetroRider have you check this. kzbin.info/www/bejne/aIXTZWydYr13rc0 it has the feature to cut off the bike ignition using Transistor but you can also use relay.
@ModernRetroRider Жыл бұрын
@@AhmadLogs thanks brother..will check it out..much respect!
@AhmadLogs Жыл бұрын
@@ModernRetroRider most welcome
@muneeb42862 жыл бұрын
can i use Wemos D1 mini Pro in Place of Node Mcu
@MediaUkhrawi Жыл бұрын
why the message just only appear to serial monitor and not receive to my mobile phone?? where is the problem?
@jaisiddhisuperpowerpltd1872 Жыл бұрын
it is showing that softwareserial library is not install or saved how to install pl tell me
@deepnimkar7234 Жыл бұрын
Hello I am getting box and question marks in serial Monitor and not receiving messages from sim800l please help
@youcubersaaraswata8865 Жыл бұрын
Hi I am running into an issue where I couldn't get anything from the NEO6M when I use Software serial with esp8266. Can you please tell why? I have followed every tutorial and nothing helped me
@AhmadLogs Жыл бұрын
software serial port works perfect when using with one device. but in the code I have used softwareSerial library for controlling the both devices. I want to look at your code. have you made any change in my code?
@bossismail2 жыл бұрын
Assalamualaikum sir g sim 900 supported of this project//?
@jeevithashetty2651 Жыл бұрын
Sir which type of sim card can i use 2g ,3g or 4g??
@l.rishipreethdas404311 ай бұрын
2g is GSM
@Naveen-pg2df2 жыл бұрын
Sir I want to make calls one after the other to preprogrammed number after some delay so how can do this ?
where to connect gray wire cables dot seen proper in video
@linapuspitasari5453 Жыл бұрын
Thank you for making this video . Will this code work whit an esp8266 Amica using the same NEO06M and SIM800L modules?
@AhmadLogs Жыл бұрын
yes. but you will need to match the pinout
@eyrisss Жыл бұрын
I can't register my phone, it appears on the serial monitor exactly the same on the video but except the response of "number is registered" Btw, 13 digit number with dial code here in the Philippines, there should be changes on the code? My sim card also has a balance
@AhmadLogs Жыл бұрын
this code is work with 13 digits phone number perfectly. just paste the output of serial monitor here.
@kisanhelp10642 жыл бұрын
Hello sir mai aapse se ek code kaise likh
@benadjilabillal28662 жыл бұрын
hello ... thank you ahmad . I have a problem with registering the number
@AhmadLogs2 жыл бұрын
What happened?
@benadjilabillal28662 жыл бұрын
@@AhmadLogs After sending sms a phone number admni (R) that is not Registered in eprom
@AhmadLogs2 жыл бұрын
@@benadjilabillal2866 just clear the eeprom and try again
@atharvafasale9 ай бұрын
Thanks bhaii!!!
@amirzwikri73183 жыл бұрын
I need your help, brother Please I don't receive a message from sim800l Note that I also have a list of registered numbers at the beginning 1:??????? 2:??????? 3:??????? 4:??????? 5:???????
@AhmadLogs3 жыл бұрын
it must receive
@luro31182 жыл бұрын
How do you solve the problem
@eyrisss Жыл бұрын
Whta should I do if only "rec unread" registered number the one only appears, there is no replying number is registered
@AhmadLogs Жыл бұрын
if it is not replying then make sure your sim card have credit, or sms bundle activate on it.
@rajansaini2368 Жыл бұрын
Thanks for making video on node MCU . i have one question sir i send location msg so i get the location but when i call the same number shows that your number is not registered. Please sir help
@AhmadLogs Жыл бұрын
There is issue in the code, it does not work properly in call mode. I am trying to update the code
@rajansaini2368 Жыл бұрын
@@AhmadLogs sir i am student of 12th class this is my major project. can you update the code as soon as possible please sir...
@AhmadLogs Жыл бұрын
@@rajansaini2368 will try but not as soon
@rajansaini2368 Жыл бұрын
sir after deleting all phone number it can not register phon number again@@AhmadLogs
@ramanbahadin84732 жыл бұрын
does it work for phone numbers with the length of 14? if all the numbers would be changed to 14 in the code.
@AhmadLogs2 жыл бұрын
if you change the length to 14 in the code, then you can use it for 14 digits phone number
@ramanbahadin84732 жыл бұрын
@@AhmadLogs another question. is it working the same with neo-7m? or only works for 6-m? thank you for your reply!!
@AhmadLogs2 жыл бұрын
@@ramanbahadin8473 it will work for neo7m
@shivakumari99512 жыл бұрын
Can we use sim900a instead of sim 800l
@AhmadLogs2 жыл бұрын
just give it a try
@kousikdutta9926 Жыл бұрын
sir, can i use 4G sim on "SIB800L" module
@Ønepurpleheart Жыл бұрын
Yes use when ues 3g adapter
@annguyen2175 Жыл бұрын
I use a 12-digit SIM card so I did not receive a response message. How should I edit the code?