Hi
I have successfully implemented the GPRS, GPS and Send SMS example you detailed in your recent article. Is there an example using the same TinyGMS library to receive SMSs
1 Answers
Hi.
On the library Github page, they mention that the library doesn’t support receiving SMS: https://github.com/vshymanskyy/TinyGSM
And at the moment, I haven’t tested that feature.
I think you’ll need to send the AT commands manually to be able to receive SMS.
Something like it’s done in this example (go to the section “Reading received SMS”: https://randomnerdtutorials.com/sim900-gsm-gprs-shield-arduino/
Regards,
Sara