Hi both, thanks so much for these your great pages.
But, i would like to ask if it is possible to input phone number to send sms user-programmable. So i could change this number by phone (sending some sms to module) not by programing round and round by computer.
Thank you.
Yes.
You just need to handle that in the code. You can read the incoming SMS and interpret it to save the phone number you want on a variable.
Unfortunately, we don’t have any examples with the SIM800L for reading incoming SMS.
I found this example: https://github.com/vshymanskyy/TinyGSM/pull/260/files#diff-49f12f4a048fa1f63d160e1adb91526d97e2a16cd3ba3898525ac5d1a44ddb99
But I didn’t test it.
I hope this helps.
Regards,
Sara