Rhydo SIM 900 SIM 900 -TTL UART Uživatelský manuál Strana 1

Procházejte online nebo si stáhněte Uživatelský manuál pro Sítě Rhydo SIM 900 SIM 900 -TTL UART. GSM Shield SIM900 Get Starting Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 10
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 0
1 2 3 4 5 6 7 8 9 10

Shrnutí obsahu

Strany 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

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

Strany 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

Strany 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

Strany 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

Strany 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

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

Strany 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

Strany 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

Strany 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

Komentáře k této Příručce

Žádné komentáře