Do you have a question about the SIM808 and is the answer not in the manual?
Questions and answers
Summary of Contents for SYNACORP SIM808
Page 1
GPS Antenna for Arduino Raspberry Pi Introduction: SIM808 GSM GPRS GPS Dev Board IPX SMA with GPS Antenna is a complete Quad- Band GSM/GPRS module, which combines GPS technology for satellite navigation. The compact design, which integrated GPRS and GPS in a SMT package, will significantly save time and make it easier for users to develop GPS enabled applications.
Weight: SIM908: 5.2g. Working temperature: -40 ° Cto +85 ° C. SMS. Point MO and MT. SMS Cell Broadcast. Text and PDU mode. Voice, Three kinds of rate. For purchase & enquiries, please contact sales @synacorp.com.my or call 04-5860026...
Controlling or data gathering device via text messages. Objectives: This tutorial will shows you a few simple steps about how to use SIM808 GSM GPRS GPS Dev Board IPX SMA with GPS Antenna by using Arduino Uno. At the end of this tutorial, you will get a result of comparison when the module can detect its location via satellite GPS coordinate.
Page 5
Step 1: Inserting SIM card & wiring connection to use only GSM part of the SIM808 GSM GPRS GPS Dev Board IPX SMA with GPS Antenna. 1. Inserting the SIM card into SIM808. Slide to left to open & slide to right to Slide the SIM holder to the left to open.
Page 6
2. Use jumper wires to connect Arduino Uno to SIM808 like the picture below. Arduino Uno SIM808 GND (GROUND) GND (GROUND) For purchase & enquiries, please contact sales @synacorp.com.my or call 04-5860026...
Page 7
Restart Arduino IDE after Board installation complete. Download the SIM808 library https://github.com/DFRobot/DFRobot_SIM808 2. Click on Sketch > Include Library > Add .ZIP Library… 3. New windows will pop-up Navigate & Select downloaded SIM808 library earlier. For purchase & enquiries, please contact sales @synacorp.com.my or call 04-5860026...
Page 8
Step 3: Uploading Program into SIM808 GSM GPRS GPS Dev Board IPX SMA with GPS Antenna to test GSM function. 1. On Arduino IDE click on File > Examples > DFRobot_SIM808 > SIM808_SMSread. 2. Edit part of the coding to match with the pictures below.
Page 9
4. After selecting board, make sure to select the right COM PORT for your Arduino Uno. 5. After selecting PORT, click on UPLOAD to start uploading the code into board. Wait until done Uploading message appear. For purchase & enquiries, please contact sales @synacorp.com.my or call 04-5860026...
Page 10
6. Powered on your Arduino Uno & SIM808 and then press the start button on your SIM808 to start. 7. Observe the D3 Led. When successfully contact to service provider the LED will blink. It takes 3 seconds for each blink to occur, less than that means it still not able to contact service provider.
Page 11
9. Open a smartphone and then send a simple message to the SIM card numbers used. 10. Then, observe the serial monitor for the message to appear. For purchase & enquiries, please contact sales @synacorp.com.my or call 04-5860026...
Page 12
Step 4: Uploading Program into SIM808 GSM GPRS GPS Dev Board IPX SMA with GPS Antenna to test Bluetooth function. 1. To test Bluetooth function, we will use the same exact circuit but with different coding. 2. Go to this link https://acoptex.com/uploads/ATcomands_setupmodule.ino...
Page 13
5. When you finish edit the code, upload the new coding into your Arduino Uno. 6. Take out your smartphone and turn on the Bluetooth. 7. Open your app store in your smartphone to download and install this Valtrack app: https://play.google.com/store/apps/details?id=com.valetron.valtrack&hl=en&gl=US. For purchase & enquiries, please contact sales @synacorp.com.my or call 04-5860026...
Page 14
9. Open serial monitor and set it on 9600-baud frequency. 10. Use this step-by-step table AT commands below to set up and test the SIM808 Bluetooth function. (Side note; Use the link provided below for more SIM808 Bluetooth AT commands).
Page 15
Your smartphone will pop up this message asking permission to be pair with SIMCOM/SIM808. Click pair. AT+BTPAIR=1,1 To accept the pairing request sent by the smartphone. Parameter 1,1 is to accept pair with my smartphone device AT+BTSTATUS? To check the Bluetooth status again.
Page 16
Use APN box to send a short message to SIM808 The sent message will appear in serial monitor shortly after. AT+BTSPPSEND=10 To send message from SIM808 to your smartphone. Parameter 10 is the length of text you want to use.
Page 17
Parameter 1 is your device ID. Step 5: Uploading program into SIM808 GSM GPRS GPS Dev Board IPX SMA with GPS Antenna to test GPRS GPS function. 1. To test Bluetooth function, we will use the same exact circuit but with different coding and also attaching the GPS/BD Antenna to SIM808.
Page 18
Furthermore, SIM808 can also be connected via Bluetooth to any device that support it to relay any data/information from SIM808 to a third party device for example like a smartphone. To test all this feature is pretty simple just by using the examples from SIM808 library installed in Arduino IDE to test each features separately.
Need help?
Do you have a question about the SIM808 and is the answer not in the manual?
Questions and answers