Update Online Database using GSM/GPRS Shield

lakindu93
Sergeant
Sergeant
Posts: 21
Joined: Wed Jun 26, 2013 12:45 pm
Location: Colombo

Update Online Database using GSM/GPRS Shield

Post by lakindu93 » Sun Jul 13, 2014 10:16 pm

?? ????? EFCom GPRS/GSM Shield ?? ???????? ???? online database ???? data insert ??? ?????? ???????? ???????
lakindu93
Sergeant
Sergeant
Posts: 21
Joined: Wed Jun 26, 2013 12:45 pm
Location: Colombo

Re: Update Online Database using GSM/GPRS Shield

Post by lakindu93 » Tue Jul 15, 2014 4:24 am

reply soon....
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: Update Online Database using GSM/GPRS Shield

Post by Neo » Sun Jul 20, 2014 10:21 am

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!
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: Update Online Database using GSM/GPRS Shield

Post by Neo » Sun Jul 20, 2014 12:19 pm

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.
lakindu93
Sergeant
Sergeant
Posts: 21
Joined: Wed Jun 26, 2013 12:45 pm
Location: Colombo

Re: Update Online Database using GSM/GPRS Shield

Post by lakindu93 » Mon Jul 21, 2014 9:26 pm

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...
lakindu93
Sergeant
Sergeant
Posts: 21
Joined: Wed Jun 26, 2013 12:45 pm
Location: Colombo

Re: Update Online Database using GSM/GPRS Shield

Post by lakindu93 » Mon Jul 21, 2014 9:27 pm

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...
lakindu93
Sergeant
Sergeant
Posts: 21
Joined: Wed Jun 26, 2013 12:45 pm
Location: Colombo

Re: Update Online Database using GSM/GPRS Shield

Post by lakindu93 » Mon Jul 21, 2014 10:24 pm

are there any tutorials about AT commands to connect a url and submit data ?
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: Update Online Database using GSM/GPRS Shield

Post by Neo » Tue Jul 22, 2014 1:13 am

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
lakindu93
Sergeant
Sergeant
Posts: 21
Joined: Wed Jun 26, 2013 12:45 pm
Location: Colombo

Re: Update Online Database using GSM/GPRS Shield

Post by lakindu93 » Tue Jul 22, 2014 6:14 pm

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
lakindu93
Sergeant
Sergeant
Posts: 21
Joined: Wed Jun 26, 2013 12:45 pm
Location: Colombo

Re: Update Online Database using GSM/GPRS Shield

Post by lakindu93 » Sun Aug 31, 2014 11:26 am

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..
Post Reply

Return to “Arduino”