Hey. I am using TinyGSM library to perform OTA firmware update for my ESP32 device using GSM. I have got it to work but I still have some questions that I want to understand.
I am using debugging mode which allows me to check all executed AT commands and the responses I get. I have gone through each AT command one by one and I feel like most of the commands are not necessary. I am hoping that someone who knows more about GSM modules ( SIM800L in particular because thats the one I am using) will be able to comment a little bit and help me figure out why does this library use so many commands.




And then the download starts from the server.
I am also including a word document which contains all the AT commands used in this program. I really cant grasp my does it require so many AT commands to perform this simple task.
I am using debugging mode which allows me to check all executed AT commands and the responses I get. I have gone through each AT command one by one and I feel like most of the commands are not necessary. I am hoping that someone who knows more about GSM modules ( SIM800L in particular because thats the one I am using) will be able to comment a little bit and help me figure out why does this library use so many commands.




And then the download starts from the server.
I am also including a word document which contains all the AT commands used in this program. I really cant grasp my does it require so many AT commands to perform this simple task.
Attachments
-
15.6 KB Views: 0
Last edited: