Page 1 of 3

Update Online Database using GSM/GPRS Shield

Posted: Sun Jul 13, 2014 10:16 pm
by lakindu93
?? ????? EFCom GPRS/GSM Shield ?? ???????? ???? online database ???? data insert ??? ?????? ???????? ???????

Re: Update Online Database using GSM/GPRS Shield

Posted: Tue Jul 15, 2014 4:24 am
by lakindu93
reply soon....

Re: Update Online Database using GSM/GPRS Shield

Posted: Sun Jul 20, 2014 10:21 am
by Neo
First you need to study the AT command sequence required to connect to a url and submit data. Then you need write a server side code on your web server to intercept those calls and store data to your database.

You need to contact your seller and ask him to provide you the AT command reference manual for the chip/module you have bought.

If your chip/module is listed in TRONIC.LK, you may contact them to get some help, no matter you bought it from them or not.

Good luck!

Re: Update Online Database using GSM/GPRS Shield

Posted: Sun Jul 20, 2014 12:19 pm
by Neo
Found the right source for you. Have a look at following link.
http://www.elecfreaks.com/wiki/index.ph ... GSM_Shield

You can find SIM900_AT Command Manual_V1.03 at the end of the page under References. That's all need to get you started.

Re: Update Online Database using GSM/GPRS Shield

Posted: Mon Jul 21, 2014 9:26 pm
by lakindu93
Neo wrote:First you need to study the AT command sequence required to connect to a url and submit data. Then you need write a server side code on your web server to intercept those calls and store data to your database.

You need to contact your seller and ask him to provide you the AT command reference manual for the chip/module you have bought.

If your chip/module is listed in TRONIC.LK, you may contact them to get some help, no matter you bought it from them or not.

Good luck!

thanks for your Reply...

Re: Update Online Database using GSM/GPRS Shield

Posted: Mon Jul 21, 2014 9:27 pm
by lakindu93
Neo wrote:Found the right source for you. Have a look at following link.
http://www.elecfreaks.com/wiki/index.ph ... GSM_Shield

You can find SIM900_AT Command Manual_V1.03 at the end of the page under References. That's all need to get you started.
yes... we are going to use this module...

Re: Update Online Database using GSM/GPRS Shield

Posted: Mon Jul 21, 2014 10:24 pm
by lakindu93
are there any tutorials about AT commands to connect a url and submit data ?

Re: Update Online Database using GSM/GPRS Shield

Posted: Tue Jul 22, 2014 1:13 am
by Neo
are there any tutorials about AT commands to connect a url and submit data ?
Have a look at section "7 AT Commands for GPRS Support" in the AT commands manual. You can also follow the links below if you are using an Arduino.

https://robot.lk/viewtopic.php?f=18&t=4350

https://robot.lk/viewtopic.php?f=18&t=4348

https://robot.lk/viewtopic.php?f=18&t=4349

Re: Update Online Database using GSM/GPRS Shield

Posted: Tue Jul 22, 2014 6:14 pm
by lakindu93
Neo wrote:
are there any tutorials about AT commands to connect a url and submit data ?
Have a look at section "7 AT Commands for GPRS Support" in the AT commands manual. You can also follow the links below if you are using an Arduino.

https://robot.lk/viewtopic.php?f=18&t=4350

https://robot.lk/viewtopic.php?f=18&t=4348

https://robot.lk/viewtopic.php?f=18&t=4349

thanks lot... I will see

Re: Update Online Database using GSM/GPRS Shield

Posted: Sun Aug 31, 2014 11:26 am
by lakindu93
Any one know about how to get the GSM BTS location using AT Commands....(like cell info display in mobile phones)
I'm using SIM900 Efcom GSM/GPRS Shield..