Nokia 30

Nokia 30 SearchSearch
Author Message
stephen
Unregistered guest
Posted on Monday, May 24, 2004 - 02:49 am:   

I have a Nokia 30 M2M GSM module which should act as a wireless modem with AT command set. Nokia issue a modem driver, but say to use generic modem software. I have found programs which will send SMS but can't find software which will write and read SMS simply. Help would be appreciated to find a simple program of this sort, rather than having to issue AT commands to flush the unit. And is it possible to access voice on ths type of at-driven mobile, like you can get software (ie Supervoice) which will allow both voice and data on ordinary modems??
Marco Dal Zotto
Unregistered guest
Posted on Tuesday, June 15, 2004 - 08:45 am:   

Hello Stephen, I'm a software developer for a little company in Italy. We have jut bought a Nokia 30 for our application. In the future I will have the chance to build programs using it to communicate with peripherals. If you need a software to write SMS and send those through Nokia 30 I can build it for you. How many licenses of the software you need? How complex would you like the user interface, less complex = less expensive.

If you wish contact me: marcodalzotto@virgilio.it

Regards,
Dal Zotto Marco
Anonymous
 
Posted on Wednesday, June 23, 2004 - 02:13 pm:   

Hello,

i'm working on solution about SMS Receive + Send application. I did it in Java but it hasn't been finished yet. Marco, what tools will you use to do your application ?

my e-mail : nikorasu19@yahoo.com

Best Regars,

Nicolas
Marco Dal Zotto
Unregistered guest
Posted on Thursday, July 01, 2004 - 01:48 am:   

Hi Nicolas, I will use Visual C++ of Microsoft Visual Studio .NET. My application would be an easy SMS sender and receiver, using a serial port as a pipe to connect the Nokia30.

The good thing of using Java is that you can upload the application on the internet and using it from there.

The good thing of using Visual C++ is the freedom of building an easy or complex interface as you wish.

Best Regards,

Marco
Uma
Unregistered guest
Posted on Friday, July 09, 2004 - 03:13 am:   

Hi,I have a Nokia 30 GSM Module and I would like to know how to use it to send SMS to a Nokia handphone.What language should I use?This is my final year project at Uni and I really need help.
Uma
elvy2000
Unregistered guest
Posted on Wednesday, July 21, 2004 - 05:33 am:   

hi i am developer in coldfuion i wnat to send sms through the nokia 30 how it is prossible let me know
karry
Unregistered guest
Posted on Friday, August 27, 2004 - 12:49 pm:   

hi I have Nokia 30 GSM module. please let me know how to use it to send SMS through the mobile.which language to use since i am using this as my project in final year.
Jonas Albert Tan
New member
Username: Jonasalbert20

Post Number: 1
Registered: 11-2004
Posted on Friday, November 12, 2004 - 08:00 am:   

Hi i also have a Nokia 30 terminal.

And I try to come up an application that is capable of sending and save it in SQL server database and be able to reply for confirmity.

im trying to evaluate the xsonic datanow software which fits to my requirement. www.xsonic.com

but i would like to come up on my own hope you guys could give some resources.

how i can use this nokia 30 on xsonic. it seems i cant make it run.
Rommel C. Oli
New member
Username: Rc_oli

Post Number: 2
Registered: 11-2004
Posted on Sunday, November 14, 2004 - 08:01 am:   

Hi everybody, how can I send MMS using my Nokia 30 GSM modem? Anybody out there could give me a sample program on how to do it? I am using the Nokia 30 modem to send and reciv SMS from mobile phone to email and vice versa. Any help is very much appreciated.

mel
Fernando
Unregistered guest
Posted on Thursday, December 02, 2004 - 02:19 pm:   

Hey Guys!

I'm starting to develop telemetry software using this kind of modems. The comunication is RS-232 for some models ( serial communication ) and the default baud rate for my modem I think is 9600.
To communicate with the modem, we must use the AT commands. Those commands can be found at the internet, and I must be FOR GSM. For exemple, there are several AT commands for connecting a phone modem to the internet... Wo never connected a modem trhu HyperTerminal using ATDT? hehehe
Well... some commands are:
AT+CPIN="xxxx"[Enter]
enters PIN


AT+CREG?[Enter]
Register Network (0,1 means logged in)


AT+CSCA=+491722270000[Enter]
Enter SMS-Center for Vodafone Germany (T-Mobile Germany = +491710760000)


AT+CMGF=1[Enter]
AT+CMGS="+491711234567"[Enter]
>Please call office^Z

+CMGF=1 - set modem in text mode
Send SMS (^Z equals StrgZ). At D2 you can send without international and local code. If you dial with Int. and local code the transmission from foreign networks are ensured.


etc...
if anyone have more ideas and stuff, contact me!
fernando@micsuporte.com.br
I'm starting to develop some applications for it!
bansi sakhpara
Unregistered guest
Posted on Monday, March 28, 2005 - 12:02 pm:   

hi everyone

i am doing my final year project. i am trying to send sms through nokia 30 gsm modem using java language. i have used all the required AT commands and send it to com1 port, to which the modem is attached. i am using os.write ie writing on the outputstream of port, for sending at commands to the port. there is no error catched. but the sms is also not reaching to the entered number. please help me if you know something

regards
bansi
neo_kickass
Unregistered guest
Posted on Sunday, April 10, 2005 - 11:54 am:   

shame on u fernando, using other people's open source code, as if u made it yourself.. u english have known only one thing, HOW to copy things from others...
here is the original code that comes from
http://www.gsm-modem.de/gsm-modem-faq.html

Send and Receive

Example: Data transfer

AT+CPIN="xxxx"[Enter]


enters PIN

AT+CREG?[Enter]


Register Network (0,1 means logged in)

ATD05111234567[Enter]


Data call
Example: Send SMS with GSM modem / module

Enter SMS-Center

AT+CSCA=+491722270000[Enter]


Enter SMS-Center for Vodafone Germany (T-Mobile Germany = +491710760000)
Example: Send SMS

AT+CMGF=1[Enter]
AT+CMGS="+491711234567"[Enter]
>Please call office^Z


+CMGF=1 - set modem in text mode
Send SMS (^Z equals StrgZ). At D2 you can send without international and local code. If you dial with Int. and local code the transmission from foreign networks are ensured.

Example: Receive SMS

A SMS will be stored in the GSM modem / module and being sent via RS232 to the peripherals. The peripherals have to send commands to the GSM unit to receive SMS and to erase SMS from the device in order to free memory.


+CMTI:"SM",x


X stands for the memory number of received SMS

AT+CMGR=X[Enter]


Read SMS on memory number X

AT+CMGD=X[Enter]


Erase SMS on memory number X

Example: Send voice call

AT+CREG?[Enter]


Register Network (0,1 means logged in)

ATD05111234567;[Enter]


The only difference between data call and voice call is the semicolon. The transmission of any GSM device is digital so the ISDN-profile (bearer type) is being sent to the receiving ISDN station. If you dial a ISDN-voice station with data transmission, the ISDN station does not ring!

Important Commands

Note: The answers for networks and field strength can be delayed for several seconds.

ATZ;E[Enter]


Echo OFF

ATZ;E1[Enter]


Echo ON

AT+CSQ[Enter]


Show field strength. field strength in dBm = -112 dBm+(2*X). When X gets bigger, field strength gets stronger. -104 dBm is the lowest number for voice call. Data calls are faulty because of noise. The radio-link-protocoll RLP corrects faults at transmission. By selecting the Z-Modem protrocoll the transmission is ensured all the way. Because Z-Modem sends in so called "blocks" you can see how good the RLP correction is by watching the net. transfer rate and repeatedly sent blocks. A GSM device reports +CR: Rel ASYNC on data transmission with RLP (for more infos refer to manual). RLP is supported by German operators. Foreign networks are only partial working at transparent mode without RLP. Please ask your network operator about the necessary parameters.

AT+CREG?[Enter]


Answer 0,x (X=2=log off, X=1=log in, X=0=don´t know) please refer to manual for further infos

AT+COPS?[Enter]


Shows if network of SIM-card is available. 0,2,26201= D1 availiable

AT+COPS=?[Enter]

Anonymous
 
Posted on Saturday, April 16, 2005 - 04:52 am:   

hi,
I have wriitten a java code for sending SMS using NOKIA30 GSM Modem. It's not giving any error but I am not receiving SMS on my mobile Nokia 7200. This is one module of my final year project at Univ. Can someone suggest me the solution? also How to send enter and cntrl Z to port in AT commands? I m using "\r\n".
Anonymous
 
Posted on Friday, July 01, 2005 - 02:00 pm:   

If anyone wishes to purchase nokia 30 GSM Terminals can go to www.mobiledatadirect.co.uk

Good luck to all develpers!

Leo
Juhul Shah
Unregistered guest
Posted on Wednesday, July 06, 2005 - 07:23 am:   

Give me the best quote for Nokia 30 & 32 GSM modem and also send me the list of places were I can buy the same in or around Ahmedabad,gujarat,India
Anonymous
 
Posted on Thursday, July 07, 2005 - 02:45 am:   

visit www.cellcommsolutions.com and they sell Nokia M2M products in India.
Sachin Gupta
Unregistered guest
Posted on Monday, July 11, 2005 - 12:47 pm:   

I am a java developer in a companey at pune india.I am using jsmsengine to send sms from computer to mobile.But it require a gsm modem to send message, so please tell me that Nokia 30 can help me for that purpose or not please tell me and how.
PRASHANT
Unregistered guest
Posted on Saturday, July 16, 2005 - 09:03 pm:   

HI FERNANDO AND NEOKICKASS

I DONOT UNDERSTAND WHERE THE TEXT OF THE COMMAND AT+CMGR=X WILL BE STORED CAN U PLEASE ELABORATE N EXPLAIN MY EMAIL ID IS PRA_UD@YAHOO.COM

THANX
erich
Unregistered guest
Posted on Wednesday, July 27, 2005 - 10:41 am:   

here the cmd set for the nokia 30

have fun

We use it on a IBM AS/400 as SMS Connector
application/pdfTerminal_AT_command_guide_V3_0
Terminal_AT_command_guide_V3_0.pdf (415.0 k)
Magesh Jaganathan
Unregistered guest
Posted on Thursday, September 01, 2005 - 08:37 am:   

I NEED TO SEND AND RECIEVE MESSAGE USING GSM MODEM WHICH IS CONNECTED TO A PC. I WANT TO WRITE THE CODINGS IN JAVA WHICH SHOULD USE AT COMMANDS IN IT. I SHOULD NOT USE ANY 3RD PARTY SOFTWARE FOR COMMUNICATION.
Anonymous
 
Posted on Wednesday, September 21, 2005 - 09:09 pm:   

can anyone tell me how to send sms using a gsm modem in c++
help is appreciated
thanx
gagan
gagan404@yahoo.com
Anonymous
 
Posted on Monday, October 24, 2005 - 01:22 pm:   

i want to send sms using java
if you have a code pls send me
my email-vsh1984@rediffmail.com
Archana Patel
Unregistered guest
Posted on Tuesday, November 08, 2005 - 04:31 am:   

Dear Sir/Mam,
We have two Nokia 30 GSM Modems. We have got some queries, which are listed below:
I want to know that how can we send sms from NOKIA 30 GSM to a Nokia cellular phone (Model Number is 1100), in this case should this cellular phone be data enabled or it will work if it is not data enabled? How can we send SMS from One Nokia 30 GSM to another Nokia 30 GSM?
Arun kumar
Unregistered guest
Posted on Wednesday, January 18, 2006 - 08:55 am:   

I NEED TO SEND AND RECIEVE MESSAGE USING GSM MODEM WHICH IS CONNECTED TO A PC. I WANT TO WRITE THE CODINGS IN VC++ WHICH SHOULD USE AT COMMANDS IN IT. I SHOULD NOT USE ANY 3RD PARTY SOFTWARE FOR COMMUNICATION.
can anyone tell me how to send sms using a gsm modem in Vc++ .
Arun kumar
mailtoarunkumar_k@yahoo.com,
mailtoarunkumar79@gmail.com

arun kumar
Unregistered guest
Posted on Wednesday, January 18, 2006 - 11:20 am:   

Is it is possible to develop the code In VC++ to send SMS to PC to mobile using GSM modem by AT commands .If not pleas tell which is appropriate tool to develop the such application. Guide me
mailtoarunkumar79@gmail.com
mailtoarunkumar_k@yahoo.co.in
Arun
Anonymous
 
Posted on Monday, February 06, 2006 - 11:21 am:   

I would like to develop an interface to send sms using a GSM Modem connected to my PC; Could you please give me the code in java.
Thank you
soumayaf@hotmail.com
nobody
Unregistered guest
Posted on Saturday, March 04, 2006 - 01:22 pm:   

I'm a developer too, trying to find out more about java and mobile phones, but every forum i read is spammed by little pricks who just begg for source code, or others trying to sell their s#!t.

Start reading people, and stop begging.
Anonymous
 
Posted on Monday, March 06, 2006 - 10:15 pm:   

deleted by admin 734
Anonymous
 
Posted on Monday, March 06, 2006 - 10:19 pm:   

deleted by admin 367
Anonymous
 
Posted on Thursday, March 30, 2006 - 09:30 pm:   

Hi we are planning to purchase NOKIA 30 GSM modem in bulk quantity can you send me a qoutation on my email daniboi_phil@yahoo.com thanks a lot
Sujatha Shankar
Unregistered guest
Posted on Monday, April 10, 2006 - 02:46 pm:   

hi
am doing my final year project.am using Nokia 3300 SDK(Software Development Kit).can anyone send the code for sending + receivins SMS using the Nokia 3300 SDK in JAVA. its urgent!!!!!!!!!!!!!
ashish jain
Unregistered guest
Posted on Friday, June 09, 2006 - 07:18 am:   

I want to develop an application that convert text code into voice. i want to do this with the help of java so what the tool i have to use in java?
Anonymous
 
Posted on Monday, June 19, 2006 - 04:11 am:   

Give me the best quote for Nokia 30 & 32 GSM modem and also send me the list of places were I can buy the same in or around INDONESIA
Blessy
Unregistered guest
Posted on Sunday, June 25, 2006 - 12:06 pm:   

Hii alll,
i am trying to send sms through modem using java language.i didnt get any idea for this.i want example codes for this.Could you please give me the code in java.Guide me plesae
regards
Blessy
shyam kalakoti
New member
Username: Shyamkalakoti

Post Number: 1
Registered: 05-2007
Posted on Friday, May 18, 2007 - 09:46 am:   

hai
Iam new to j2me...
I am developing an application that connects PC with mobile using USB datacable
when ever a SMS comes it has to listen and an Application has to invoke.
I tried using SMSlistener but it is not working.
iam using nokia N80 and nokia 6610 mobiles.

help me in this regard.