I want to be able to get coordinates of where i am using my arduino and GSM breakout board. is it possible, if so how?
1 Answers
1
votes
You can check if your module accept some ATComands
and follow this instructable:
LINK
Using the commands:
AT+CMGF=1
AT+CGATT=1
AT+SAPBR=3,1,"CONTYPE","GPRS"
AT+SAPBR=3,1,"APN","your apn here"
AT+SAPBR=1,1
AT+CIPGSMLOC=1,1