SIM808 GPS / GSM Locator with Arduino
Hi guys, this is my simulation of the SIM808 GPS / GSM Module with Arduino.
Thanks to alselectro for his awesome tutorial about sim808 https://www.google.com/amp/s/alselectro.wordpress.com/2018/05/04/sim808-gps-gsm-module-sending-gps-location-sms/amp/
As for the module that I used in this video, it is actually part of a school project of my friend (Tom de los Santos ) 🙂 to be incorporated in a mobile solar power tracking system that will also report the battery charge level status and location of the solar panel. Well that’s his problem statement that was required by his professor.
If you need codes, you can just email me at gabrielecramos@gmail.com or message me on my fb messenger gabs1216 . Enjoy!
Reference AT Commands:
AT+CMGF=1 -configure SIM to TEXT mode
AT+CGNSPWR=1 -Turn on GPS(GNSS – Global Navigation Satellite System)
AT+CGNSSEQ=RMC -configure GPS settings
AT+CGPSSTATUS? – check if GPS fix is already available (should be either 2d or 3d fixed location)
AT+CGNSINF – get the GPS location
AT+CMGS= »phone number » -Send message. Followed by the message. Terminated/ended by a special symbol from Notepad++ (combination of ALT+026) « SUB » symbol.
Also refer to my other video regarding some useful AT commands:
Also refer to my sample simulation of vehicle GPS tracker using the same concept:
Also refer to my other video related to the SIM808 setup.
Views : 27833
GSM
Source by Gabriele Ramos Hobbyist page