Rhydo SIM 900 SIM 900 -TTL UART Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Vernetzung Rhydo SIM 900 SIM 900 -TTL UART herunter. GSM Shield SIM900 Get Starting Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 10
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 0
1 2 3 4 5 6 7 8 9 10

Inhaltsverzeichnis

Seite 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

Seite 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++;

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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. 

Seite 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

Seite 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

Seite 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

Kommentare zu diesen Handbüchern

Keine Kommentare