Sample code : #include “SIM900.h” #include //#include “inetGSM.h” //#include “sms.h” //#include “call.h” //To change pins for Software Serial, use the two lines in GSM.cpp. //GSM Shield for Arduino //www.open-electronics.org //this code is based on the example of Arduino Labs. //Simple sketch to communicate with SIM900 through AT commands. //InetGSM inet; //CallGSM call; //SMSGSM sms; int […]
Arduino
Receive Voice Call
This sketch receives a voice call from an Arduino or Genuino board equipped with a GSM shield. Once the call is received and connected, it shows the number that is calling, and hangs up. You’ll need to attach a speaker and microphone to hear the connected call and transmit your voice. Hardware Required Arduino or […]