GM862-GPS / GPRS

hello

i want to transfer data(gps coordinate) between website (hosted on some server) and with my module(gn862-gps) . where should i start? i read easy gprs user guide . but still i’m not sure its possible. ( actually what method should i use ) . whoch one should i use that to request from my webpage to module or send from module to web page? and how can i do it

Hi Bilgun.

First - please don’t double post. Asking in one forum is quite sufficient.

Second - people need more information before they can answer your question.

  • How much data?

  • What kind of data?

  • How often is it transferred?

  • When its to be transferred, which end knows first? [aka, does the info need to flow from the site to the module, from the module to the site, or both?]

Cheers,

–David Carne

its only [coordinate], [time] info which is gotten from gps function. so i think it’ll be String . i think one transfer per minute is enough. what i know want to know is what should i study. my end goal is display module’s coordinate on google map in real time at some website. and what i really have trouble is with transfer data(gps) to website from module .

Use the GPRS functionality, and send an HTTP GET or POST.

Cheers,

–David Carne

is it possible to receive the gps with only ( usb eval board(from sparkfun) and gm862-gps and atennas )? is it nesessery to add a serial port to board additionally? because i read that gps uses two serial port.