mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-07 00:04:36 +03:00
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
With the Arduino GSM Shield, this library enables an Arduino board to do most of the operations you can do with a GSM phone: place and receive voice calls, send and receive SMS, and connect to the internet over a GPRS network.
|
||||
|
||||
For more information about this library please visit us at
|
||||
http://arduino.cc/en/Reference/GSM
|
||||
http://www.arduino.cc/en/Reference/GSM
|
||||
|
||||
== License ==
|
||||
Copyright (c) 2012 Telefónica Digital - PDI - Physical Internet Lab
|
||||
|
@@ -2,7 +2,7 @@
|
||||
Web client
|
||||
|
||||
This sketch connects to a website through a GSM shield. Specifically,
|
||||
this example downloads the URL "http://arduino.cc/asciilogo.txt" and
|
||||
this example downloads the URL "http://www.arduino.cc/asciilogo.txt" and
|
||||
prints it to the Serial monitor.
|
||||
|
||||
Circuit:
|
||||
@@ -12,7 +12,7 @@
|
||||
created 8 Mar 2012
|
||||
by Tom Igoe
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMExamplesWebClient
|
||||
http://www.arduino.cc/en/Tutorial/GSMExamplesWebClient
|
||||
|
||||
*/
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
This example is in the public domain.
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMExamplesReceiveSMS
|
||||
http://www.arduino.cc/en/Tutorial/GSMExamplesReceiveSMS
|
||||
|
||||
*/
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
Circuit:
|
||||
* GSM shield
|
||||
* Voice circuit. Refer to to the GSM shield getting started guide
|
||||
at http://arduino.cc/en/Guide/ArduinoGSMShield#toc11
|
||||
at http://www.arduino.cc/en/Guide/ArduinoGSMShield#toc11
|
||||
* SIM card that can accept voice calls
|
||||
|
||||
With no voice circuit the call will connect, but will not send or receive sound
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
This example is in the public domain.
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMExamplesReceiveVoiceCall
|
||||
http://www.arduino.cc/en/Tutorial/GSMExamplesReceiveVoiceCall
|
||||
|
||||
*/
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
This example is in the public domain.
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMExamplesSendSMS
|
||||
http://www.arduino.cc/en/Tutorial/GSMExamplesSendSMS
|
||||
|
||||
*/
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
Modified 4 Feb 2013
|
||||
by Scott Fitzgerald
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMToolsGsmScanNetworks
|
||||
http://www.arduino.cc/en/Tutorial/GSMToolsGsmScanNetworks
|
||||
|
||||
This example code is part of the public domain
|
||||
*/
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
This example code is part of the public domain
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMToolsPinManagement
|
||||
http://www.arduino.cc/en/Tutorial/GSMToolsPinManagement
|
||||
|
||||
*/
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
This example code is part of the public domain
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMToolsTestGPRS
|
||||
http://www.arduino.cc/en/Tutorial/GSMToolsTestGPRS
|
||||
|
||||
*/
|
||||
|
||||
@@ -34,7 +34,7 @@ String errortext = "ERROR";
|
||||
|
||||
// URL and path (for example: arduino.cc)
|
||||
char url[] = "arduino.cc";
|
||||
char urlproxy[] = "http://arduino.cc";
|
||||
char urlproxy[] = "http://www.arduino.cc";
|
||||
char path[] = "/";
|
||||
|
||||
// variable for save response obtained
|
||||
|
@@ -12,7 +12,7 @@
|
||||
modified 21 Nov 2012
|
||||
by Tom Igoe
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMToolsTestModem
|
||||
http://www.arduino.cc/en/Tutorial/GSMToolsTestModem
|
||||
|
||||
This sample code is part of the public domain
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
modified 21 Nov 2012
|
||||
by Tom Igoe
|
||||
|
||||
http://arduino.cc/en/Tutorial/GSMToolsTestWebServer
|
||||
http://www.arduino.cc/en/Tutorial/GSMToolsTestWebServer
|
||||
|
||||
This example code is part of the public domain
|
||||
*/
|
||||
|
@@ -1,9 +1,9 @@
|
||||
name=GSM
|
||||
version=1.0.3
|
||||
version=1.0.4
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.
|
||||
paragraph=Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.</br>This library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.</br>
|
||||
category=Communication
|
||||
url=http://arduino.cc/en/Reference/GSM
|
||||
url=http://www.arduino.cc/en/Reference/GSM
|
||||
architectures=avr
|
||||
|
Reference in New Issue
Block a user