Akinboye
Akinboye

Reputation: 11

Sending SMS to Arduino

Can I assign a text message sent from my gsm module to a variable in Arduino code?

I have tried to work on sending SMS to gsm module from my mobile phone. I want to write a code to send sms to GSM module and assign the variable to a defined variable in Arduino code. For example sending sms to assign password and ssid for WiFi Manager.

Upvotes: 1

Views: 72

Answers (1)

Haroun Hajem
Haroun Hajem

Reputation: 5628

Yes you can. Read more about how to use GSM with Arduino here.

Upvotes: 1

Related Questions