Most AT commands work fine, i can make calls and send sms from the shield no problem.
The problem appears when i am trying to connect to the internet and submit http request.
It works fine with the GSM library but not with AT commands.
AT+SAPBR=3,1,"CONTYPE","GPRS"
+CME ERROR: 100
AT+SAPBR=3,1,"APN","internet"
+CME ERROR: 100
Call Ready
AT+SAPBR=1,1
+CME ERROR: 100
AT+HTTPINIT
+CME ERROR: 100
AT+HTTPPARA="URL","hidden"
AT+HTTPACTION=0
+CME ERROR: 100
AT+HTTPREAD
+CME ERROR: 100
I checked the Quectel M10 AT commands list and couldn't find the SAPBR, or HTTPINIT, HTTPPARA etc commands, so i am guessing it uses different commands to submit http requests? (or a different type of connection? if that makes sense)
I know it works since it does submit the request if i use the GSM library but i really want to do it with AT commands and not use a library.
Can someone point me to the right way?