11 years, 1 month ago.

Vodafone USB modem not working in India with the library code given.

Hello everyone,

Actually i got problem with my Vodafone k3770 usb modem to interface with the Mbed lpc 1768 to access internet. the code written in the website is for "UK" , but sir/mam i am from INDIA . i want to modify that code but i am new to the "AT COMMANDS" . so please help me to execute this Vodafone USB modem to access internet in India. please SIR/MADAM HELP Me.

I tried with VODAFONE 3G SIM , BSNL 3g SIM, Reliance & with AIRTEL also.

so anybody have any idea regarding those CODES which can execute in INDIA please help me.

Thank you in advance.

Please Reply .

2 Answers

9 years, 7 months ago.

Hi uday,

i need your help. i trying to connect k3770-z with mbed but it not working i use Reliance sim. please tell what are the correction need in program to work in india and change where in the program.

Thank you

ck

11 years, 1 month ago.

Hi Uday, hi you try to change this line in the example (as well as in the library code lines 133-34 of the VodafoneUSBModem file):

example

int ret = modem.connect("pp.vodafone.co.uk");

library

strcpy(network, "Vodafone UK");
strcpy(apn, "pp.vodafone.co.uk");

for this (that correspond to pp india):

example

int ret = modem.connect("pp.vodafone.co.in");

library

 strcpy(network, "Vodafone In");
 strcpy(apn, "pp.vodafone.co.in");

I hope this will help you

Greetings

Dear sir

As per your advice i have changed apn name to pp.vodafone.co.in and network to Vodafone In and user name is web and password is web and connected to internet

then i got the following message

[START].[WARN] Module ATCommandsInterface.cpp - Line 553: Previous command not processed!.[WARN] Module ATCommandsInterface.cpp - Line 211: Command returned no message.[WARN] Module ATCommandsInterface.cpp - Line 88: No response, trying again.[INFO] Module VodafoneUSBModem.cpp - Line 549: Using a Vodafone K3770 Dongle.Could not connect.

could you help what is the problem thank you

posted by uday kumar 18 Mar 2013

my mbed and vodafone is now working fine.i got the output for hello world program.

i changed my vodafone apn name is www(in india) and user name is web and web network name is Vodafone.IN Thank q for the support uday

posted by uday kumar 20 Mar 2013

Hi Uday, im happy that you solved your problem. Keep it going!!

Greetings

posted by Ney Palma 20 Mar 2013