SIM808 GPS / GSM Locator with Arduino

Опубликовано: 02 Март 2025
на канале: gabs Ramos Hobbyist page
34,657
389

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/alselect...

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 [email protected] 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:
   • Some SIM808 AT Commands (Read SMS, Ph...  

Also refer to my sample simulation of vehicle GPS tracker using the same concept:
   • Mobile Phone Triggered Arduino Vehicl...  

Also refer to my other video related to the SIM808 setup.
   • SIM808 GPS/GSM AT Commands Via ARDUIN...