Rhydo SIM 900 SIM 900 -TTL UART Instrukcja Użytkownika

Przeglądaj online lub pobierz Instrukcja Użytkownika dla Networking Rhydo SIM 900 SIM 900 -TTL UART. GSM Shield SIM900 Get Starting Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 10
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 0
1 2 3 4 5 6 7 8 9 10

Podsumowanie treści

Strona 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

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

Strona 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

Strona 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

Strona 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

Strona 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

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

Strona 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

Strona 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

Strona 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

Komentarze do niniejszej Instrukcji

Brak uwag