This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

data transfer from camera module to pc via gsm/gprs

my project is transferring image from camera module to the pc via gsm/gprs..
first can transmit from camera module to aurdino using uart as interface..
my doubt is how to transfer image from aurdino to pc via gsm??
help me...

Parents
  • GPRS = General Packet Radio Service

    Specifically, the Packet service is almost invariably IP

    Most (all?) GPRS modules these days have the IP stack built in, and you control it using AT Commands.

    You need to study the Documentation for your intended GPRS module(s) for specific details.

Reply
  • GPRS = General Packet Radio Service

    Specifically, the Packet service is almost invariably IP

    Most (all?) GPRS modules these days have the IP stack built in, and you control it using AT Commands.

    You need to study the Documentation for your intended GPRS module(s) for specific details.

Children
No data