Search found 806 matches

by Saman
Mon Feb 03, 2014 11:08 pm
Forum: Arduino
Topic: Sample code to send SMS using SIM900 and Arduino
Replies: 1
Views: 29647

Re: Sample code to send 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.
by Saman
Mon Feb 03, 2014 11:05 pm
Forum: Arduino
Topic: Sample code to take a call using SIM900 and Arduino
Replies: 1
Views: 29043

Re: Sample code to take a call using SIM900 and Arduino

.
CommandResponseDescription
ATD*********;********* is the number to call.
ATAOKAnswer an incoming call.
ATHOKCancel voice calls
by Saman
Mon Feb 03, 2014 11:01 pm
Forum: Arduino
Topic: Sample code to receive SMS using SIM900 and Arduino
Replies: 1
Views: 31962

Sample code to receive SMS using SIM900 and Arduino

/* * Description: This example shows hot to read a SMS from SIM memory. * This example only shows the AT commands (and the answers of the module) used * to read the SMS For more information about the AT commands, refer to the AT * command manual. * * Copyright (C) 2013 Libelium Comunicaciones Distr...
by Saman
Mon Feb 03, 2014 11:01 pm
Forum: Arduino
Topic: Sample code to send SMS using SIM900 and Arduino
Replies: 1
Views: 29647

Sample code to send SMS using SIM900 and Arduino

/* * Description: This example shows how to send a SMS to a desired phone. * This example only shows the AT commands (and the answers of the module) used * to send the SMS. For more information about the AT commands, refer to the AT * command manual. * * Copyright (C) 2013 Libelium Comunicaciones D...
by Saman
Mon Feb 03, 2014 10:54 pm
Forum: Arduino
Topic: Sample code to take a call using SIM900 and Arduino
Replies: 1
Views: 29043

Sample code to take a call using SIM900 and Arduino

The code example and the connection diagram shown below are used to originate a voice call and, pushing a button, end that voice call. The button is connected between digital pin 12 an ground. A 10k? pull-up resistor is needed at this pin. /* * Description: This example does a call and hangs it when...
by Saman
Thu Jan 30, 2014 12:35 pm
Forum: Linux
Topic: High Performance Muli-Processor Support Webserver Solution
Replies: 3
Views: 6099

Re: High Performance Muli-Processor Support Webserver Solution

You are right Neo. Nginx doesn't have Virtual Hosts since it is a Apache term. It has something called Server Blocks that use the server_name and listen directives to bind to tcp sockets. Here are some notes about those. Two Server Blocks, Serving Static Files http { index index.html; server { serve...
by Saman
Tue Jan 21, 2014 10:12 pm
Forum: Web programming
Topic: How to zoom Google map to fit all markers
Replies: 1
Views: 8284

How to zoom Google map to fit all markers

//  Make an array of the LatLng's of the markers you want to show var LatLngList = new Array (new google.maps.LatLng (52.537,-2.061), new google.maps.LatLng (52.564,-2.017)); //  Create a new viewpoint bound var bounds = new google.maps.LatLngBounds (); //  Go through each... for (var i = 0, LtLgLe...
by Saman
Fri Jan 10, 2014 11:57 am
Forum: PHP & MySQL
Topic: How to get live currency rates using PHP
Replies: 7
Views: 16924

Re: How to get live currency rates using PHP

Where is the php code? Programmers here needs that, not a site :)
by Saman
Fri Jan 10, 2014 11:31 am
Forum: General Discussions
Topic: See the sound a helicopter makes caught on camera
Replies: 3
Views: 4409

Re: See the sound a helicopter makes caught on camera

How it is possible to catch the sound of helicopter.? Answer is in the article. The method uses the same phenomenon that causes air above road surfaces to shimmer on a hot day. Light rays are bent as they travel through patches of air with different densities, and this can be seen clearly against s...
by Saman
Fri Jan 10, 2014 11:29 am
Forum: General Discussions
Topic: File name too long cannot copy
Replies: 4
Views: 4454

Re: File name too long cannot copy

With long file name issue, windows doesn't allow us to rename, copy or do any other operation on it. This is where the trick comes to help.

BTW: Welcome to the forum!!!
Please add an introduction under Member Area, so we can get to know you better. Thanks!

Go to advanced search