[SOLVED] Gprs module get value

HI Guys,

i`m experiencing some difficulties due to GPRS module setup.
i can run send value and multiple send value examples but when i try to run save value option i fail. is there any one there to help me?

also how can we save multiple values. there should an easy way like submitting several values.

here is my issue.

Response of GPRS:
AT+CSQ
+CSQ: 12,0

OK

Response of GPRS:
AT+CGATT?
+CGATT: 1

OK

Response of GPRS:
AT+SAPBR=3,1,“CONTYPE”,“GPRS”
OK

Response of GPRS:
AT+SAPBR=3,1,“APN”,“giffgaff.com
OK

Response of GPRS:
AT+SAPBR=3,1,“USER”,“giffgaff”
OK

Response of GPRS:
AT+SAPBR=3,1,“PWD”,""
OK

Response of GPRS:
AT+SAPBR=1,1
ERROR

Error with AT+SAPBR=1,1 Connection ip
Response of GPRS:
AT+HTTPTERM
OK

Response of GPRS:
AT+HTTPINIT
OK

Response of GPRS:
AT+HTTPPARA=“CID”,1
OK

Response of GPRS:
AT+HTTPPARA=“UA”,Ubidots/v1 ArduinoGPRS/1.0"
ERROR

Error with AT+HTTPARA USER_AGENT. Reset the Arduino, will you?
Response of GPRS:
AT+HTTPPARA=“URL”,“things.ubidots.com/api/v1.6/variables/5851183876254218cd15eefe/values?token=C6bWr2PlaCvJ5pmHm10ICprArNU01y&page_size=1
OK

Response of GPRS:
AT+HTTPACTION=0
OK

+HTTPACTION: 0,200,369

Status = 603 is DNS Error, maybe your SIM doesn’t have mobile data
Status = 601 Network Error, maybe your SIM doesn’t have mobile data
Status = 400 Bad Request, Your URL is wrong
Status = 402 Payment Required, You exceed your dots in Ubidots
Response of GPRS:
AT+HTTPTERM
OK

1.00
1.00
Response of GPRS:
AT+HTTPTERM
ERROR

Hello @MertG,

Could you tell me which GPRS module are you using, also the library with you are working?

Regards!
Maria C.

HI I`m using SIM800L module. its working with Arduino NANO with Ubidots GPRS library. i hooked up the module over software serial and edit pins under library files. eventhough it shows up with an ERROR it works in somehow when i try to upload something. but like i said before when i try to download something it gaves this Error.

I have the same issue…
I’m using a Arduino UNO, SIM900 module and Ubidots GPRS library also.

Please, if you solve this, tell me!
Thanks!

Hello,

We updated the Ubidots Arduino GPRS library, also we have a new guide for it. Please reference to the following below:

Regards.

1 Like