Search found 806 matches

by Saman
Thu Aug 28, 2014 8:30 am
Forum: General Discussions
Topic: Sri Lanka Telecom (SLT) ADSL packages 2011
Replies: 8
Views: 27211

Re: Sri Lanka Telecom (SLT) ADSL packages 2011

This is 3.5+ year old topic. However, what alphaMM said is correct. As a super alternative to SLT, haven't you tried Dialog 4G LTE?. For Rs. 1500, they give 25GB and that's super duper fast. As far as I know, in the areas that Dialog 4G LTE is available, SLT had almost been kicked off no matter what...
by Saman
Sat Feb 08, 2014 2:28 am
Forum: General Discussions
Topic: How to transform a non 3D LCD or LED to a 3D LED TV for free
Replies: 0
Views: 2294

How to transform a non 3D LCD or LED to a 3D LED TV for free

3D LED TVs are very popular these days. However since luxury always comes with a price, those are still on the expensive side. Also, if you already have a LCD or LED TV, you would not like to change it to a 3D TV. Here is a good news. By connecting a computer, you can now tranform your normal LCD or...
by Saman
Mon Feb 03, 2014 11:33 pm
Forum: Arduino
Topic: Arduino SIM900 coding reference
Replies: 0
Views: 26420

Arduino SIM900 coding reference

See the sample codes below that can be used for SIM900 with Arduino. Sample code to take a call using SIM900 and Arduino Sample code to send SMS using SIM900 and Arduino Sample code to receive SMS using SIM900 and Arduino Sample code to FTP upload/download using SIM900 and Arduino Sample code TCP/UD...
by Saman
Mon Feb 03, 2014 11:29 pm
Forum: Arduino
Topic: Sample code to HTTP using SIM900 and Arduino
Replies: 4
Views: 42091

Re: Sample code to HTTP using SIM900 and Arduino

AT command Response Description AT+SAPBR OK Configures GPRS profile AT+HTTPINIT OK Initializes HTTP service AT+HTTPPARA OK Configures HTTP parameters AT+HTTPACTION=0 OK Sets HTTP Method Action , GET in this chase. AT+HTTPREAD Reads HTTP data AT+HTTPTERM OK Closes the opened HTTP session.
by Saman
Mon Feb 03, 2014 11:27 pm
Forum: Arduino
Topic: Sample code to HTTP using SIM900 and Arduino
Replies: 4
Views: 42091

Sample code to HTTP using SIM900 and Arduino

/* * Description: This example shows how to do a GET action to a url. * This example shows the AT commands (and the answers of the module) used * to work with HTTP. For more information about the AT commands, * refer to the AT command manual. * * Copyright (C) 2013 Libelium Comunicaciones Distribui...
by Saman
Mon Feb 03, 2014 11:25 pm
Forum: Arduino
Topic: Sample code TCP/UDP network using SIM900 and Arduino
Replies: 1
Views: 33907

Re: Sample code TCP/UDP network using SIM900 and Arduino

AT command Response Description AT+CIPMUX= OK Selects single connection (0) or multiple connection (1) AT+CSTT="myAPN" OK Sets APN AT+CIICR Brings up wireless connection AT+CIFSR Get local IP address AT+CIPSTART Establishes a connection with a server. AT+CIPSEND Sends data when the a connection is ...
by Saman
Mon Feb 03, 2014 11:21 pm
Forum: Arduino
Topic: Sample code TCP/UDP network using SIM900 and Arduino
Replies: 1
Views: 33907

Sample code TCP/UDP network using SIM900 and Arduino

Single client /* * Description: This example shows how to configure the GPRS module in single * client mode and open a TCP socket as client. This example only shows the * AT commands (and the answers of the module) used to open a TCP/UDP * connection. For more information about the AT commands, ref...
by Saman
Mon Feb 03, 2014 11:18 pm
Forum: Arduino
Topic: Sample code to FTP upload/download using SIM900 and Arduino
Replies: 1
Views: 32336

Re: Sample code to FTP upload/download using SIM900 and Arduino

AT command Response Description AT+SAPBR OK Configures GPRS profile. AT+FTPCID=1 OK Selects profile 1 for FTP. AT+FTPSERV=”****” OK Sets FTP server domain name or IP address. **** is the domain name or the IP. AT+FTPPORT=*** OK Sets FTP server port. *** is the port. AT+FTPUN=”***” OK Sets user name...
by Saman
Mon Feb 03, 2014 11:12 pm
Forum: Arduino
Topic: Sample code to FTP upload/download using SIM900 and Arduino
Replies: 1
Views: 32336

Sample code to FTP upload/download using SIM900 and Arduino

/* * Description: This example shows how to upload and download files from a FTP * server. The example configures the module to use FTP funtions, uploads a file * to the FTP server and then downloads the content of the uploaded file and shows * it. This example only shows the AT commands (and the a...
by Saman
Mon Feb 03, 2014 11:10 pm
Forum: Arduino
Topic: Sample code to receive SMS using SIM900 and Arduino
Replies: 1
Views: 31956

Re: Sample code to receive SMS using SIM900 and Arduino

CommandResponseDescription
AT+CMGF=OKSpecifies the input and output format of the short messages. 0 for PDU mode and 1 for text mode.
AT+CMGSSends a message.
AT+CMGR=*Reads a message. * is the number of the message.

Go to advanced search