Surilli
Published © GPL3+

Send Real -Time Data from Your Surilli GSM (via SMS)

Send SMS from your Surilli GSM to your mobile phone. Be it a weather update or your pulse rate!

BeginnerFull instructions provided15 minutes1,205
Send Real -Time Data from Your Surilli GSM (via SMS)

Things used in this project

Hardware components

Surilli GSM
Surilli GSM
×1
3.7 V LiPo Battery
×1
Surilli GSM Antenna
×1

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Code

SMS Send Library

C/C++
No preview (download only).

ArduinoIDE_Sketch_SendSMS

C/C++
#include <SmsSend.h>
SmsSend smssend("+92xxxxxxxxxx", "Hello World"); //SmsSend smssend("+923001111111", "Hello World");  
void setup() {
  // put your setup code here, to run once:
smssend.Send();
}
void loop() {
  // put your main code here, to run repeatedly:
}

Credits

Surilli

Surilli

196 projects • 62 followers
Surilli is a premiere Internet of Things centric Technology Company aimed at providing cutting edge innovative solutions.

Comments