GPRS refers to the 2G/3G data services provided by the mobile operators over GSM network.
0
votes
0answers
10 views
Issue related to APN names
I am using simcom900 modem,I am successfully able to establish GPRS connection and send data from my module to server.I am using 2g Airtel SIM and I have given APN name as "airtelgprs.com".I have also ...
1
vote
0answers
20 views
Arduino webserver using GPRS
I am trying to make Arduino web server using SIM300. I want to control my Arduino through the web from any where around the world. Controlling through SMS is easy, but it does not guarantee that an ...
0
votes
0answers
49 views
GPRS Shield with DMD - Internet Text Display
I am trying to put together a project that will read some text from a website and display it on the DMD using GPRS shield V2.0 that I bought from Seeed Studio.
I have mixed the code with the example ...
0
votes
1answer
188 views
Use Arduino GSM/GPRS shield to send data to from my web service to arduino and display it on Dot matrix Display
I want to ask how to control the Dot Matrix Display (DMD) via a web service that I created using GPRS shield v2.0 and Arduino Uno R3,,,
example: I filled out the information on a domain ...
2
votes
1answer
65 views
Android with GPS and GPRS for 15 days [closed]
Analysis
I have an application for android phones to collect and transmit livestock GPS position data to a server... At the moment I transmit the position once/10min. The battery lives for 1 day, ...
1
vote
0answers
40 views
J2ME UDP slower than TCP
I'm developing a client/server based system using two GPRS modems (Siemens TC65). The application sends relatively small frames (128 bytes each) from the client to the server and vice versa. ...
0
votes
1answer
169 views
Send arduino sensor data to server with GPRS shield and AT commands
I'm trying to send arduino sensor data to a server using a GPRS shield (sim900 shield from geeetech http://www.geeetech.com/wiki/index.php/Arduino_GPRS_Shield). I have this particular set up because ...
1
vote
0answers
68 views
mcu gprs connection with google geolocation API
I need to use Google Maps Geolocation API based on cell towers using a GPRS module which has Embedded TCP/IP Stack, FTP,HTTP and so on (HUAWEI MG323-B).
The module is communicating with an MCU ...
0
votes
3answers
264 views
Controlling Arduino through public internet
I am thinking of controlling an Arduino over the Internet.
Say I don't have a static IP connection to my Arduino (I am using a GPRS shield.) In such situations I have to follow a procedure something ...
0
votes
1answer
92 views
Blackberry App is working on wi-fi but not on Packet Data/GPRS
I have created Blackberry Application which is working perfectly fine on wi-fi. But when I turn off wi-fi and use Mobile Network then I am not able to run application. It shows No Internet connection ...
1
vote
1answer
125 views
GPRS modem as TCP client final command not working
I have used the following sequence of command on a wavecom modem, so far I have determined that sending the last one seems to reset the device, while sending the others works fine. I have done it ...
0
votes
1answer
110 views
Using GSM and GPRS at the same time
I am sending data continuously to a remote server using the SIM300 GSM/GPRS modem connected to an Arduino Uno. At the same time I want to check if I have received an SMS on the SIM card.
In the setup ...
0
votes
0answers
88 views
can I use variables in function SendSMS? library gsm-shield-arduino
I'm learning how to use this (https://code.google.com/p/gsm-shield-arduino) wonderful library and also the arduino.
Can anyone help me with it?
I would send an sms but the number and message as a ...
0
votes
0answers
141 views
SIM 900: Error 604 Stack Busy
I'm using a SIM 900 GPRS Shield for Arduino for sending data using HTTP command; sometime when I use the command
AT+HTTPACTION=1
I receive error code 604, that mean Stack Busy.
Someone know what ...
0
votes
0answers
122 views
C#: Not receiving from GSM device
I've coded a little program to read/send SMS messages using a GSM device. My code worked fine on one kind of device. Today I am using a different device and my program can't receive from it (although ...
0
votes
0answers
77 views
Porting GPRS alone in ANDROID ICS without GSMMUX driver
I'm developing the ANDROID ICS device. I've Quectel GSM modem. and i had connect with my android device over the USB (/dev/ttyUSB0), and checked the call function its working fine in my device i can ...
0
votes
1answer
50 views
Using GPS data for vehicle tracking where there are no cellular services
I am working on a project that deals with GPS based tracking of vehicles. I want to know if we can use GPS data for real time tracking of vehicles in areas where there are no cellular services.
2
votes
1answer
83 views
J2ME HttpConnection infinite redirect
I'm developing a java application for a GPRS modem (Siemens TC65).
I call several times a method to do a HttpConnection to different URLs. Sometimes it works fine but sometimes I get redirected by my ...
0
votes
2answers
1k views
Sending/Receiving SMS via Arduino
I have a GBoard which contains a SIM900 GSM/GPRS module, a XBEE Shield and an SD Card Slot.
This is the link of the GBoard product.
GBoard
I want the Arduino to send and receive SMS on the SIM900 ...
0
votes
0answers
69 views
WCF rest full service in sharing GPRS Connection
We are developing android application that is connected to a .NET middleware application with
WCF restful services and middleware connects to different kind of database.
Our transaction returns ...
0
votes
1answer
184 views
how to upload data using GPRS
I have wavecom GSM/GPRS Modem. currently I use it as GSM only and send sms using AT commands then receive it as other end connected to computer. this computer program read sms then upload to website. ...
-2
votes
1answer
88 views
If I have a generic GPRS device and a GPRS server setup, do I need to pay for any gsm/gprs data provider? [closed]
Please forgive my ignorance.
A client of mine is looking for to have a gps device with GPRS capabilities send updates every little while to a gprs server which he has. Since it's my understanding ...
0
votes
0answers
58 views
are username and password needed when setting a TCP client connection using sierra wireless modem?
I am using the following sequence of commands when trying to establish a GPRS connection with
a Sierra Wireless modem:
at+wipcfg=1
at+wipbr=1,6
at+wipbr=2,6,11,"APN name"
at+wipbr=2,6,0,"user name"
...
0
votes
1answer
131 views
How to turn on and off gprs with toggle button?
I have a ToggleButton named gprs. I need it to turn on and off the gprs. How to accomplish that? I've looked here but it gives errros and I can't figure it out how to use it in my case.
0
votes
0answers
216 views
Reliability of Arduino / GPRS Shield
I am trying to send data captured by my RFID board to a Web Server. I am using a sim900 based seedstudio gprs shield to communicate with the Web Server. I am using an Arduino board to communicate ...
0
votes
1answer
188 views
Android: Internet connection cannot be established on my app with some devices
ich have written an app for android which has to download data from a website. All in all it works pretty well but i heard from some users that they the internet connection doesn't work when they use ...
0
votes
0answers
50 views
large GPRS data traffic
I have a server that is located in CityA and I am located in CityB. This server ServerA is running ubuntu 12.04 LTS and I have a usb mobile broadband modem to connect to the internet.
In order to ...
0
votes
0answers
100 views
When i try to configure my GPRS Connection using Oma Provisioning on WM 6.5, it doesn't appear on UI [closed]
I'm writing an app that uses OMA Provisioning XML to configure my GPRS connection. I'm working on a Windows Mobile 6.5 Device (Motorola ES400).
When I lauch the configuration it works really well, ...
0
votes
1answer
405 views
logging on to the GPRS APN using sim900 in an embedded situation with no operating system
i am using an embedded microprocessor to communicate with a SIM900 GPRS modem.
the sim900 has an embedded tcp/ip stack but no embedded PPP stack.
and my embedded environment has neither of these ...
0
votes
2answers
53 views
How to get location of vehicle tracker?
More of a general how does it work question for people who have used similar devices... I see you can buy vehicle trackers pretty cheap from here...
You simply put a Sim Card in with a text plan and ...
2
votes
0answers
365 views
A good C library for speeding up AT commands with a GSM module in embedded linux?
I used to work with GM862-QUAD-PY module from Telit (link here: http://www.telit.com/en/products.php?p_ac=show&p=4). This module has a built-in Python interpreter. For a long time, I use it as a ...
0
votes
3answers
78 views
C: packet send to a specific device (mobile devices)
How is a packet received by a wireless devices with thousands of users/devices connected to the same network?
If we are using UDP, will it send the packets to all the devices such that only the ...
1
vote
1answer
334 views
Dialing RAS from WinCE device
I am working on a bigger project, which part is to create software for Motorola MC9596 scanner, but I am stuck with datatransmission trough GPRS mobile connection using FTP server.
For this purpose I ...
0
votes
1answer
424 views
Making GPRS Connection programmatically using C# for windows CE 5.0?
I'm new to Windows CE so tack it easy.
I want to create a GPRS connection pragmatically and dial it in C# for windows CE 5.0 (Visual Stdio 2008). I searched a lot more that 100 pages but nothing!!! ...
1
vote
1answer
437 views
NameError: global name 'message' is not defined
I am new at python, currently I am working on a GPS tracker with that interacts with Google maps using an Arduino Uno. I am getting this error and it is not letting me run the .py script for my ...
2
votes
1answer
591 views
How to use USB GPRS Modem on ARM - Windows CE 6.0?
I've been involved with a project where I have to install and use a USB GPRS modem on an ARM board (RSC-W910) with Windows CE 6.0 installed.
The modem is the Sierra Wireless product GL6110 (GL61x0) ...
5
votes
1answer
429 views
Writing a GSM modem driver?
I've been working on an application which uses a GSM modem for one of two things; check its status using the built in HTTP stack by sending a GET request to the server, or sending data to the server ...
1
vote
1answer
113 views
Weird behaviour when uncommenting code
I am trying to make my arduino work with a gps and a gprs shield. So far so good.
My code works when I have the commented lines commented and stops working if I uncomment them.
Even earlier events ...
0
votes
1answer
304 views
AT+CCED=0,1 ERROR Minicom [GPRS]
From: http://www.communica.se/multitech/gprs_at.pdf
Values:
[mode]
0: One shot requested
1: Automatic shots
requested
2: Stop automatic shots
[requested dump]
1: Main Cell:
• ...
1
vote
1answer
144 views
cellular modem data session via “ethernet” adapter?
Most USB cellular modems present as a composite device containing (amongst other things) a modem and a network adapter. The latter shows up under the "LAN or High-Speed Internet" heading in Network ...
0
votes
1answer
407 views
GPS Tracker and GPRS connection over changing GSM (BTS) envioment
I have question what is the best way to implement in GPS Tracker software communication with server. The connection is established with GPRS but I have some question to it.
GPS Tracker has a tendency ...
0
votes
0answers
27 views
Control media in LCD/TFT in bus which has GPS and GPRS
We are planning into implement GPS in buses. Also we are connecting a LCD to play ads and news headlines.
The challenge over here is to centrally manage the ad content and news feed.Can any one help ...
0
votes
1answer
176 views
Communicating with devices over GPRS
I need to send commands to a device enabled with a GRPS connection from a server application.
i.e think remote fare collection devices installed on trains/buses etc
the use case is an administrator ...
0
votes
1answer
178 views
ConnectionLinkFailed on GPRS connection
I'm using this sample code by CodeProject to connect to GPRS in a Windows Mobile in C#.
I tried the code and it works fine. However, sometimes I get a message saying "ConnectionLinkFailed" and I ...
0
votes
1answer
106 views
Contacting remote server and testing with ACR880 gprs card reader
I know this is not a proper way to ask on stackoverflow but please try to understand me.Thanks.
Ok...i have orderd for an ACR880 card reader that supports GPRS as advised by the ACR company for use ...
1
vote
2answers
61 views
battery consumption of an application on blackberry
Is there any App/ Method / Process that i can use to get the battery consumption of a single app in blackberry? I am using 9300. My application uses GPRS and sends data over internet.
Till now i have ...
3
votes
1answer
156 views
Telemetry Design Patterns - Interoperability between device and server (SMS, GPRS etc.)
I'm working now on project related to remote car management.
We have some device able to start / stop car engine, provide GPS coordinate, check door lock status and so on. This device has SIM card ...
0
votes
1answer
89 views
High end tcp server 1k connections, with saving data to database [closed]
We are developing a TCp Server of 1k connections, with async calls it is working fine.
But we have to save the data of each client in DB separately.
How to manage this much large pool of DB ...
0
votes
0answers
209 views
Detect battery level on iPhone via USB/Bluetooth [closed]
this is an odd question, but it has to be asked nonetheless. I am planning to build a DIY battery charger for iPhones - just for fun. I would like to offer a visual feedback on how far the battery is ...
1
vote
3answers
1k views
Enable/Disable Mobile Data (GPRS) using code
I was having one solution for enabling and disabling data that was working good in API 8 and 10, but that code was not compatible with the ICS, I need a global solution, so that the same code must be ...



