Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,362 members, 7,819,305 topics. Date: Monday, 06 May 2024 at 02:05 PM

Sending Sms With Arduino And Sim 900 - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Sending Sms With Arduino And Sim 900 (1177 Views)

New And Hot: Lithium Battery Level Indicator With Arduino And LCD / I Teach You How To Build A Pure Sine Wave Inverter With Arduino Or (atmega328) / Learn How To Programme Using Arduino And Raspberry Pi (2) (3) (4)

(1) (Reply)

Sending Sms With Arduino And Sim 900 by chinexih: 1:53am On Aug 17, 2017
please programmers in the house, i need help. currently working on my Bsc project on sms based home automation . having serious difficulty sending sms with my arduino board and sim900 by simcom, it is TTl enabled .here is a copy of my code
#include <SoftwareSerial.h>

SoftwareSerial mySerial(10, 11);


void setup() {
Serial.begin(9600);
mySerial.begin(9600);
// put your setup code here, to run once:

}

void loop() {
mySerial.print("AT+CMGF=1"wink; //Sets the GSM Module in Text Mode
delay(1000); // Delay of 1000 milli seconds or 1 second
mySerial.print("AT+CMGS=\"+2349020610463\"\r"wink; // Replace x with mobile number
delay(1000);
mySerial.print("I am SMS from GSM Module"wink;// The SMS text you want to send
delay(100);
mySerial.print((char)26);// ASCII code of CTRL+Z
delay(1000);

i need assistance
Re: Sending Sms With Arduino And Sim 900 by Damoxy(m): 4:16am On Aug 17, 2017
Visit youtube.com and engineeringprojects. Com
U can gimme a message on damoxy12@gmail.com , I can give you some materials and helping hand

(1) (Reply)

Programmers Psychological Advice Needed Plz / Don't Be A Framework-infected Programmer / What Do I Need To Learn First?

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 6
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.