This is a purely hypothetical/theoretical limitation question.
I'm trying to understand what I can, and can't do with the code and the gsm module + uno.
I'd like to do a few things:
- if I text the GSM module, have my code store the new phone number(s). Instead of hard coding them and uploading it to the board, I'd like to text the arduino to add additional numbers and have it save.
I think it's possible if I have some function that looks for a keyword in a message receipt, like if sms_recieve("AddNumber",+112345678)
Update_Numbers_list; ? Something like that? Just want to know if it's possible.
- logging. Is it possible to have debug logs stored in anyway?
Basically, is it possible to modify/add the existing code on an Arduino purely through texts if I program it in a way that looks for these keywords and strings and then executes the code to update itself if it receives these messages?