Maduino SIM808 + GSM & GPS Module + Antennas

The SIM808 GPS Tracker is an IOT (Internet of things) Solution based on the ATmega328 and GPRS/GSM GPS module. The Arduino Uno Core is integrated on the PCB with the SIM808. The module has also integrated Lipo battery management and charger. Users can program it with Arduino IDE, which is very easy especially suit for the non-programmers.

PLEASE NOTE: a battery is required for the unit - LiPo Battery

Quick Spec

  • Arduino IDE ready
  • Arduino 328P Chipset, 8Mhz, 32KB flash, 2KB SRAM
  • BAT Input Voltage: 3.4-4.2V
  • Micro SIM connector
  • Send and receive GPRS data (TCP/IP, HTTP, etc.)
  • Integrated Power Control System
  • Standard AT command interface with "auto baud" detection
  • GPS Time-To-First-Fix:Cold starts-32s (typ.), Hot starts-1s (typ.),Warm starts-5s
  • Accuracy: approx. 2.5 meters
  • Interface: I2C/SPI/UART/18*GPIO
  • Default baud rate: 115200
  • Size: 40 x 55mm

Setting Up the Arduino IDE

Arduino-Uno-GSM-GPS-Module-Antennas-OAC808-SIM

Board Layout

OAC808-SIM-000

Board Layout (Bottom)

Connecting Antennas

Pins used on Arduino

  • D0 - RX from A6 (Hardware Serial Communication Selected)
  • D1 - TX to A6 (Hardware Serial Communication Selected)
  • D2 - Unused
  • D3 - Unused
  • D4 - SD Card CS PIN
  • D5 - Unused
  • D6 - Unused
  • D7 - RX from (Software Serial Communication Selected)
  • D8 - TX to (Software Serial Communication Selected)
  • D9 - Power ON/OFF Control of SIM808 (High active)
  • D10 - Unused
  • D11 - Unused
  • D12 - Unused
  • D13 - Unused
  • D14(A0) - Unused
  • D15(A1) - Unused
  • D16(A2) - Unused
  • D17(A3) - Unused
  • D18(A4) - Unused
  • D19(A5) – Unused

Resources

Sample Code - HTTP Test



#include 
 
SoftwareSerial mySerial(7, 8);
#include
#include
#define DEBUG true
int pon=9;
void setup()
{
  Serial.begin(9600);
  mySerial.begin(9600);
  delay(1000);
  pinMode(pon, OUTPUT);
  digitalWrite(pon, HIGH);
  delay(3000);
  digitalWrite(pon, LOW);
  delay(1000);
  Serial.println("After 3s, test begin!!");
  delay(3000);  
}
 
void loop()
{
     sendData("AT+CCID",3000,DEBUG);
     sendData("AT+CREG?",3000,DEBUG);    
     sendData("AT+CGATT=1",1000,DEBUG);
     sendData("AT+CGACT=1,1",1000,DEBUG);
     sendData("AT+CSTT=CMNET",3000,DEBUG);
     sendData("AT+CIICR",1000,DEBUG);
     sendData("AT+CIFSR",1000,DEBUG);
      sendData("AT+CDNSGIP=\"www.sim.com\"",1000,DEBUG);
      sendData("AT+CDNSGIP=\"a b c d e f\"",1000,DEBUG);
      sendData("AT+CIPSTART=\"TCP\",\"WWW.SIM.COM\",80",5000,DEBUG);
      delay(10000);
      sendData("AT+CIPSEND=6",1000,DEBUG);
      sendData("123456",1000,DEBUG);
     delay(2000);
     sendData("AT+CIPCLOSE",1000,DEBUG);
}
 
String sendData(String command, const int timeout, boolean debug)
{
    String response = "";    
    mySerial.println(command);
    long int time = millis();  
    while( (time+timeout) > millis())
    {
      while(mySerial.available())
      {      
        char c = mySerial.read();
        response+=c;
      }  
    }    
    if(debug)
    {
      Serial.print(response);
    }    
    return response;
}

Shipping List

  • 1 x 328 Pro Mini (Compatible) + GSM & GPS Module
  • 1 x GPS Antenna
  • 1 x GPRS GSM Antenna


Maduino SIM808 - GSM + GPS Module + Antennas

  • Brand: Makerfabs
  • Product Code: OAC808SIM
  • Weight: 0.023kg
  • Product Status : Active
  • Stock

    Warehouse Stock Status Location
    Centurion No Stock
    Stellenbosch No Stock
    Bulk Location No Stock

    We ship free of charge between branches to complete your order.

  • R558.00 (Inc Tax: R641.70)


  • 10 or more R595.00

Related Products

Maduino Zero 3G SIM5320E

Maduino Zero 3G SIM5320E

Maduino Zero 3G SIM5320E The Maduino Zero SIM5320 is an IoT (Internet of things) Solution based on the 32-bit Atmel’s SAMD21 MCU and 3G GPRS/GSM GPS module SIM5320. It integrated a micro Controller..

Centurion (No Stock)
Stellenbosch (No Stock)
Bulk Location (No Stock)
Part No: OAC320SIM
Product Status : Active

R1,218.00 (Inc Tax: R1,400.70)

Maduino Zero SIM808 GPS Tracker V3.5

Maduino Zero SIM808 GPS Tracker V3.5

Maduino Zero SIM808 GPS Tracker V3.5 The Maduino Zero SIM808 GPS Tracker is an IOT (Internet of things) Solution based on the 32-bit Atmel’s SAMD21 MCU and GPRS/GSM GPS module SIM808. It intergrates ..

Centurion (No Stock)
Stellenbosch (No Stock)
Bulk Location (No Stock)
Part No: OAC808GPS35
Product Status : Active

R559.00 (Inc Tax: R642.85)

Maduino Zero GPRS/GSM SIM800C

Maduino Zero GPRS/GSM SIM800C

Maduino Zero GPRS/GSM SIM800C The Maduino Zero SIM800C is an IoT (Internet of things) Solution based on the 32-bit Atmel’s SAMD21 MCU and GPRS/GSM GPS module SIM800C. It integrates a micro Controll..

Centurion (No Stock)
Stellenbosch (No Stock)
Bulk Location (No Stock)
Part No: OAC800SIM
Product Status : Active

R456.00 (Inc Tax: R524.40)

ESP32 with 4G LTE CAT1 - A7670E

ESP32 with 4G LTE CAT1 - A7670E

ESP32 with 4G LTE CAT1 - A7670E The ESP32 with 4G LTE CAT1 is a powerful module that seamlessly blends ESP32S3 functionality with A7670 4G capabilities. With the ESP32S3 controller featuring Wi-Fi ..

Centurion (In Stock)
Stellenbosch (In Stock)
Bulk Location (No Stock)
Part No: ESPA7670E
Product Status : Active

R738.00 (Inc Tax: R848.70)

Tags: gsm, 808, gps, arduino, pro mini, gsm gps, gsm