Whilst the DC/DC converter to power the SIM800L is a nice touch, for simplicity connect the 5V pin of the Arduino via a resistor to the base of an NPN power transistor, the collector to the external 2A power supply and the emiiter to the SIM800L power input. Since high current is only intermittent the transistor should not have time to overheat so long as it's happy to take 2A.
Hi,thanks for the video. I want to make this project. But I want to make it in a way that it can check the relay condition and then send a sms to the number. And then you can send an sms to turn it off and on. Or something like a code that you can send to the module and then the Arduino checks the condition of relay. And then base on the condition commands the module to send an sms and tells you that the relay is on or off. Can you help me?
I have a problem ...my module is blinking every second ...I’ve connected it with a Buck converter (4,1V) to my Arduino uno. It’s answering on AT with OK and on AT+CCID with the mobile number on AT+CSQ with 14-17 but it won’t connect to the net ...can somebody help me?
Hello sir my gsm 800l module always blinking in 1 sec , i was also waited for 1 hours but still it blinking repeatedly in 1 sec period PLZZ help sir is there any solution 🙌
@@mybotic_tech I use ESP32 instead of arduino with Arduino IDE.As I said led blinks in 1 sec.When I send AT+CREG? or AT+CMGF? ,I get ERROR response(this sim card of my phone) ,when I use another sim card (line is not active. so I could not send message to my phone.with this sim card I can get OK response from many AT command)I do no get ERROR response.What might reason be?
I have a wire of 800 l gsm. The module is not working. The circuit connection is in place. the module is working. only sms and phone are not coming. the sim card is not working and gives an error. IT commands are also not working. Please help me.
Why didn't you use voltage level shifter/resistance Voltage divider from 5V to 3.3V while sending to RX of Sim800L module, doesnt it will damage the Module?
why did you use 2 power supply? one from your laptop by USB cable, the second one from AC current by DC jack. does using power supply from laptop isn't enough?
does this accept the RELAY_ON command from any mobile phone or the sender number to be added in the sketch? this helps in case the sender's mobile has signal issues
@@jcsilva.26 yes, can, need to adjust the code inside digital write(relay, Low); Delay(2000); Digital write(relay, high) Above example only, syntax may be wrong,
It may due to power supply problem. You may check the board's power supply which from the DC jack. Make sure the power from DC jack is in range 7v to 12v. Hope this help. Thanks
@@mybotic_tech hi sir. What could be the probleme when the system is not activating the relay ? i used the same code and wiring. I waiting for a response please
i think better save the number in sd card, and read out the number from sd card, more convenient, sim card need to insert back to phone to change phone book and phone book can have a lot of number
@@Datablocker hello, How can I use the eeprom, to save the numbers and then the system looks for them there, please could you guide me with that I am attaching my email osmer.romero.rojas@gmail.com
my Question is whose number write in the code (String number = "+xxxxxxxxxxxxx";) that are insert SIM in module SIM 800L or other On which we receive message or call
sim.println("AT+CMGS=\"+91xxxxxxxxxx\" "); i dont want to write this. i want to write mobile number on serial monitor in arduino and on that number, i want to send message. how can i do?
Good Morning bhaya...... I have a project, Am work a one small company. I need GSM Module board with 12Relays. We have to Control this with mobile. 1st Relay-----Generator start Relay 10sec need to close. 2nd Relay------Generator Off Relay 10sec need to close 3rd Relay-----Generator suplay on need close our timings. And remaining Relays 4th Relay----- If 230v Mains Fail we have to get Message/Mains Fail Alaram, if Mains Power Available / Mains Power Restored. 5th Relay------If 230v Generator ON we have to get DG ON Message, If DG Stop / DG Stop message. 6th Relay------If 230v Load suplay Available we have to get Power Issue clear message, If Load suplay not available we have to get Power Issue.
@Utkarsh Alset try to make your computer go to sleep after first sms are OK, then pull usb out. While power supply is stable, all works in my case (also SIM800, but code is different)
@@mybotic_tech thank you for your reply ,Is there a way to send an SMS alert to the numbers stored on my SIM's Phonebook instead of reading them from the code?
I wish all innovators be smart like you to , to give codes and circuit diagrams
lol, i am not smart, i am learning and sharing
Whilst the DC/DC converter to power the SIM800L is a nice touch, for simplicity connect the 5V pin of the Arduino via a resistor to the base of an NPN power transistor, the collector to the external 2A power supply and the emiiter to the SIM800L power input. Since high current is only intermittent the transistor should not have time to overheat so long as it's happy to take 2A.
great explanation!
Thanks for this tutorial! I used it to make my heater in the car turn on/off and up/down in heat with som modifications. Great help, thanks again!
great to hear your project work! thanks
For what purpose need this just sending messages?
Hi,thanks for the video.
I want to make this project. But I want to make it in a way that it can check the relay condition and then send a sms to the number. And then you can send an sms to turn it off and on.
Or something like a code that you can send to the module and then the Arduino checks the condition of relay. And then base on the condition commands the module to send an sms and tells you that the relay is on or off. Can you help me?
You guys got to use wider wires to conect the SIM800L, he uses too much current and a regular jumper cant supply it unless the signal is excellent.
Hi sir
My GSM Module sim800l is always blinking every 1sec and am using 3A power supply, should that be the problem?
no signal detected, try go to outside and test it
I have a problem ...my module is blinking every second ...I’ve connected it with a Buck converter (4,1V) to my Arduino uno. It’s answering on AT with OK and on AT+CCID with the mobile number on AT+CSQ with 14-17 but it won’t connect to the net ...can somebody help me?
try check the credit of your sim card. And try to put under sky to get signal easily.
most of the SIM800L GSM Modules available in the market do not work.
May be you can try sim900A
Hello sir my gsm 800l module always blinking in 1 sec , i was also waited for 1 hours but still it blinking repeatedly in 1 sec period PLZZ help sir is there any solution 🙌
it means detect no signal, maybe power problem (at least need 2A power supply), also go to outdoor test it
www.google.co.in/amp/s/readyeeeprojects.wordpress.com/2020/02/20/gsm-based-motor-controller-with-3phase-detection-using-atmega-328p-and-sim800l-modulegerber-filecode-included/amp/
@@mybotic_tech yes,I have same problem too.
@@mybotic_tech I use ESP32 instead of arduino with Arduino IDE.As I said led blinks in 1 sec.When I send AT+CREG? or AT+CMGF? ,I get ERROR response(this sim card of my phone) ,when I use another sim card (line is not active. so I could not send message to my phone.with this sim card I can get OK response from many AT command)I do no get ERROR response.What might reason be?
@@shrigatty1278 Sir i need phn call then press 1 motor is on and feedback sms .
I have a wire of 800 l gsm. The module is not working. The circuit connection is in place. the module is working. only sms and phone are not coming. the sim card is not working and gives an error. IT commands are also not working. Please help me.
Why didn't you use voltage level shifter/resistance Voltage divider from 5V to 3.3V while sending to RX of Sim800L module, doesnt it will damage the Module?
signal no problem, power supply need to take care
Hi
Sir in the place of ardrino uno we can use nano please reply to
same connection with arduino uno
@@mybotic_tech sir i ask for nano is it same connction
sir in the place of conecting to laptop can we connect to battery after codeing
@@srinivassunkari7556 hi, yes, the connection same
@@mybotic_tech thank you sir
In how many numbers we can add in gsm module means to make a call at one click on gsm module
you can add as many as you need inside your code, but you may only call a number in a time
what are the specifications for the sim card for this project ?
not so sure, we just using normal sim card to run it. i think should be no problem all most sim card
continued send the push button command, that's why
you means push the button without release?
Hello, I wanted to ask
If we use the sim800i module, can we use Bluetooth headset?
not sure for it, sorry
why did you use 2 power supply? one from your laptop by USB cable, the second one from AC current by DC jack. does using power supply from laptop isn't enough?
the usb power supply not enough for gsm, need to use adapter minimum 2A for gsm
one supply from adapter enough for arduino and gsm, the usb i attach is for serial monitor
thanks i have followed your tutorial and it works like a charm! the supply voltage i have been using is 4.2v
great! thanks for your feedback
does this accept the RELAY_ON command from any mobile phone or the sender number to be added in the sketch? this helps in case the sender's mobile has signal issues
Both also can, can set inside the code
@@mybotic_tech can you please say here to put the mobile phone.
Is possible to after say 2 seconds the relay turn of?
@@jcsilva.26 yes, can, need to adjust the code inside
digital write(relay, Low);
Delay(2000);
Digital write(relay, high)
Above example only, syntax may be wrong,
@@mybotic_tech how thanks.
Here I can add the number that commands the relay (i only want 1 number to be possible to make the relay work)
@@jcsilva.26 yes, can also, everything is coding
why relay not respone when i pull out usb cable ?
It may due to power supply problem. You may check the board's power supply which from the DC jack. Make sure the power from DC jack is in range 7v to 12v. Hope this help. Thanks
Is there any AT command for sending SMS to the SIM address book?
You may refer here
simcom.ee › SIM900PDF
SIM900 AT Commands Manual_V1.11 - simcom.ee
Green LED is not activating of relay module then how you are saying relay is activated? Relay is not changing the STATE. Reply!
green led is behind the wire, but it really activate
@@mybotic_tech But mine is not activating for the same wiring. What to do? I uploaded the code you provided, without any changes. Please.
@@mybotic_tech hi sir. What could be the probleme when the system is not activating the relay ? i used the same code and wiring.
I waiting for a response please
@@foudaarist1558 same my relay is also not working after same coding. plz respond
Could you tell me how to buy a phone number recorded in the SIM phonebook with the AT + CPBF command, or one that will give you a result, please
i think better save the number in sd card, and read out the number from sd card, more convenient, sim card need to insert back to phone to change phone book and phone book can have a lot of number
I used eeprom to save phone numbers
@@Datablocker hello, How can I use the eeprom, to save the numbers and then the system looks for them there, please could you guide me with that I am attaching my email osmer.romero.rojas@gmail.com
Can i use to control my scooter on and off?
can, no problem, need to add scooter driver to control
@@mybotic_tech can you show me ?
sorry, i dont have driver foe scooter...
@@mybotic_tech I can get it let me know maybe we can chat
my Question is whose number write in the code (String number = "+xxxxxxxxxxxxx";) that are insert SIM in module SIM 800L or other On which we receive message or call
the number you can set by yourself
@@mybotic_tech thanks
Waou tre cool
thanks
sim.println("AT+CMGS=\"+91xxxxxxxxxx\"
"); i dont want to write this. i want to write mobile number on serial monitor in arduino and on that number, i want to send message. how can i do?
you need to use serial.read(), you may study this
Good Morning bhaya......
I have a project,
Am work a one small company.
I need GSM Module board with 12Relays.
We have to Control this with mobile.
1st Relay-----Generator start Relay 10sec need to close.
2nd Relay------Generator Off
Relay 10sec need to close
3rd Relay-----Generator suplay on need close our timings.
And remaining Relays
4th Relay----- If 230v Mains Fail we have to get Message/Mains Fail Alaram, if Mains Power Available / Mains Power Restored.
5th Relay------If 230v Generator ON we have to get DG ON Message, If DG Stop / DG Stop message.
6th Relay------If 230v Load suplay Available we have to get Power Issue clear message, If Load suplay not available we have to get Power Issue.
Is this possible
possible, can do
@@mybotic_tech please shear your mail ID
@@mybotic_tech please make a video
Hello bro can u reply me pls compile time error softwareserial.h use of deleted function.
compile time error normally is related to port, it may due to not proper disconnect the usb. you may restart PC and try again
Hello, why program not running when i plug off usb cable?
when using DC jack, the power supply need in range 7v to 12v 2A. what power supply you use?
I using power suply 12v.
Will this program run when it does not open the serial monitor? because I will put it in the car
your arduino turn on?
@@mybotic_tech yes. Using power dc 12v
@Utkarsh Alset try to make your computer go to sleep after first sms are OK, then pull usb out. While power supply is stable, all works in my case (also SIM800, but code is different)
Can we use 4g Sim in gsm 800l?
hi, that we never try before, but should be ok, if too slim, put some paper on it. 😅
sourcode isn't open. how can i get this code.?
www.instructables.com/id/How-to-Use-SIM800L-to-Send-SMS-and-Control-Relay-b/
you may download the code from the link
thanks
thanks
can somoen answer me. my serail monitar print "???????" all the time?? how can i fix it?
may be your serial baud rate set wrongly?
@@mybotic_tech i missed the ground to arduino hehehehe
great job bro here is my video @W78o
thanks
How to send an SMS to Phone Number in Current Memory ?
phone number can be set inside the code
@@mybotic_tech thank you for your reply ,Is there a way to send an SMS alert to the numbers stored on my SIM's Phonebook instead of reading them from the code?
i never explore this before, but i think can do. need to explore the AT command which can access the sim card memory.
@@mybotic_tech thank you so much
@@aniszed3641 welcome and thanks
Please sir
ady reply, please check
Waste half the video showing nothing useful
Yes