Rhydo SIM 900 SIM 900 -TTL UART Manual de usuario

Busca en linea o descarga Manual de usuario para Redes Rhydo SIM 900 SIM 900 -TTL UART. GSM Shield SIM900 Get Starting Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 10
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 0
w w w . f u t - e l c t r o n i c s . c o m
Page 1
GSM Shield SIM900
Get Starting
This GPRS Shield is compatible with all boards which have the same form factor (and pinout) as a standard
Arduino Board. GPRS module delivers GSM/GPRS 850/900/1800/1900MHz performance for voice, SMS, Data,
and Fax in a small form factor.
The GPRS Shield is configured and controlled via its UART using simple AT commands. You can use the 2
jumper block to connect the SIM900 URAT post to any pins within D0-D3 (for Hardware/Software serial port).
EFCom not only can use the S_PWR button for power on, but also can use the digital pin (D6) of Arduino to
power on and reset (D5) the SIM900 module.
Vista de pagina 0
1 2 3 4 5 6 7 8 9 10

Indice de contenidos

Pagina 1 - Get Starting

w w w . f u t - e l c t r o n i c s . c o m Page 1 GSM Shield SIM900 Get Starting This GPRS Shield is compatible with all boards which have

Pagina 2 - Cautions

w w w . f u t - e l c t r o n i c s . c o m Page 10 mySerial.println("AT+SGPIO=0,12,1,0"); delay(500); count++;

Pagina 3 - Hardware

w w w . f u t - e l c t r o n i c s . c o m Page 2 Feature  Fully compatible with Arduino / Uno and Mega.  Free serial port connecting, you

Pagina 4 - Getting Started

w w w . f u t - e l c t r o n i c s . c o m Page 3 Hardware Top-view Super RTC Cap and Line In LCD5100 interface and Software SerialPort Jump

Pagina 5 - 1. Using AT commands

w w w . f u t - e l c t r o n i c s . c o m Page 4 SIM Card Connector Light Status LED State Function Status Off Power Off On Power On Netlig

Pagina 6

w w w . f u t - e l c t r o n i c s . c o m Page 5 void loop() { if (mySerial.available()) Serial.write(mySerial.read()); if (Serial.avai

Pagina 7

w w w . f u t - e l c t r o n i c s . c o m Page 6 Make a Call –AT COMMAND  Input ATD158********;  Respond OK, you will receive a call. 

Pagina 8

w w w . f u t - e l c t r o n i c s . c o m Page 7  Using a pen or a plastic tweezer access the reset switch on the Arduino Board and reset the

Pagina 9

w w w . f u t - e l c t r o n i c s . c o m Page 8 { int count=0; mySerial.println("ATD xxxxxxxxx;"); // xxxxxxxxx is the number y

Pagina 10

w w w . f u t - e l c t r o n i c s . c o m Page 9 mySerial.println("AT+SGPIO=0,11,1,1"); delay(100); mySerial.pri

Comentarios a estos manuales

Sin comentarios