Forum >Sim 908 message
Sim 908 message

Hello
I have a sim 908 shield and a arduino AT mega 2560
With my cellphone i want to send a message to the arduino and i want to see it the serial monitor . Can you please share me the program for that
I really need your help
Thank You
I have a sim 908 shield and a arduino AT mega 2560
With my cellphone i want to send a message to the arduino and i want to see it the serial monitor . Can you please share me the program for that
I really need your help
Thank You
2016-04-30 21:58:26 Hey,
How to Control your Arduino via SMS, through the wiki tutorial, the arduino will receive a message from your phone, and use it to control a LED, if you want to see it in serial monitor, just use serial.print(the signal arduino received) will work.
Leff
How to Control your Arduino via SMS, through the wiki tutorial, the arduino will receive a message from your phone, and use it to control a LED, if you want to see it in serial monitor, just use serial.print(the signal arduino received) will work.
