General Arduino

dfrobot sim7000 on arduino uno issues

userHead keith.mcconachie 2023-02-25 12:43:42 509 Views4 Replies

new to Arduino programing  I am looking for code to make arduino send a sms text message only through the dfrobot sim7000 anybody help me . keith

2023-02-27 17:08:00

Oh I am very sorry. I am not from the dfrobot team. I hope they will reply you regarding the library issue. Personally, I don't think library is a must for using GSM modules. The AT command list is the most important.

userHeadPic bidrohini.bidrohini
keith.mcconachie wrote:

Hello - like i said i am very new to some of this stuff and thank you for your input i will look into it more if its required or not …

 

keith

2023-02-28 07:35:56
1 Replies
2023-02-25 23:36:15

Thank you for your input ,   The confusing part is the dfrobot sim7000 library for the shield does not have anyway to send sms texts or am i reading this wrong , can you add any another libraries that will help ???

keith

userHeadPic keith.mcconachie
2023-02-25 18:26:23

The basic principle is the same for all GSM modules. You have to look at the AT command list: https://cdn.geekfactory.mx/sim7000g/SIM7000%20Series_AT%20Command%20Manual_V1.06.pdf

 

AT+CMGS is the AT command for sending SMS. There are many example codes available for this module and similar modules. You can look at any of them. 

 

This one is based on SIM900D: 

 

https://www.theengineeringprojects.com/2014/06/send-sms-with-arduino-uno-and-sim900d-using-at-commands.html

 

The AT commands are the same as far as I can see. So, it should work. May or may not need a bit modification.

userHeadPic bidrohini.bidrohini