SIM800l V2 V.2 V2.0 5V GSM GPRS Module with Antena Antenna

P534

Baru

6 item

Rp. 100.000


tested dengan TELKOMSEL , blm pernah test pakai kartu lain, tegangan 5.28V dengan ELCO 2200uF

test dengan arduino uno sebagai usb to serial, jika test dengan hardware serial (langsung tx,rx) maka coba dengan software serial

PIN OUT YANG DIPAKAI

5V-----------------VCC

GND---------------GND

VDD---------------NC

SIM_TXD---------RX

SIM_RXD---------TX

GND---------------NC

RST----------------NC

//UNO ->SIM800L V2
//12 -> TX
//13-> RX
//GND->GND

//cek sinyal AT+CSQ

#include <SoftwareSerial.h>
SoftwareSerial SoftSerial(1213);


char c = ' ';

void setup()
{
  Serial.begin(9600);
  Serial.println("Arduino is ready");

 
  SoftSerial.begin(9600); 

void loop()
{

  if (SoftSerial.available())
  {
    c = SoftSerial.read();
    Serial.print(c);
 
  }

  if (Serial.available())
  {
    c =  Serial.read();
    SoftSerial.write(c);

  }

}

SIM800l V2 V.2 V2.0 5V GSM GPRS Module with Antena Antenna

- Supports Quad-band 850/900/1800/1900 MHz, which can transmit voice calls, SMS messages and low power data.
- GPRS multi-slot class 12/10
- GPRS mobile station Class B
- Compatible with GSM 2/2 + : Class 1 (1 W 1800 / 1900MHz) and Class 4 (2 W @ 850 / 900MHz)
- Bluetooth 3.0 + EDR compatibility
- FM: International band 76 ~ 109MHz, 50KHz correction level.
- Control over AT instruction set
- Voltage: 4.1 ~ 5VDC
- Operating Temperature: -40 ~ 85


Blog

Related Products