PDA

View Full Version : want help for GSM connection



samertop
- 23rd June 2004, 01:40
hi every one,
i am new in electronic field,
i hope any one help me for gsm connection,
i want use this method for secure alaret ,
thank you for reading.
best regardes

Tomasm
- 29th October 2004, 20:14
Originally posted by samertop
hi every one,
i am new in electronic field,
i hope any one help me for gsm connection,
i want use this method for secure alaret ,
thank you for reading.
best regardes

Hi,

you need a pic-controller a gsm-modem, like MC35i Terminal (Siemens) or similar or a mobile phone, and max232- IC or similar to connect this both together. The pic and the mobile phone communicate over a serial- connection. You need minimum the write- read- and ground- wire. If you want to use SMS to do the secure alarm you have to send AT-Commands from the pic to the gsm- modem.

Regards,

Tomas

mister_e
- 31st October 2004, 10:20
Hi samertop,
For GSM may i suggest you one forum...
http://forum.gsmhosting.com/vbb/index.php

There's a load of unlocker there who can provide you good help.

regards

samertop
- 12th November 2004, 02:46
thank you MR. mister_e

but i am register in your fourm last year,

it is diferrent field.

i want gsm control or alart by sms

that good idea.
best regardes

Ioannis
- 12th November 2004, 12:33
What module are you going to use?

What is size of your SMS messages?

Are you going to send AND receive SMS from the PIC ?

Ioannis

samertop
- 21st November 2004, 00:55
i want just use pic for send sms by gsm to other mobile for alert use for home ...

about size : any word

model mobile : any

i hope you can help me, i want just design and hex code

like this link but without hex code!!

http://www.spaceorbit.net/peter/projects/microguard_mark1/index.html

thanks
best regardes

Ioannis
- 21st November 2004, 10:16
First select the mobile to be used. Then get their pdf to see the AT commands. After that things are pretty easy. Connect the mobile as an RS 232 device and control it from a PC or a PIC (do not forget the MAX232 chip!).

An example would be:

HSerout ["AT+CMGL=",34,"ALL",34,13] 'Check if there is new SMS

or:

HSerin 5000,ex_sms2,[wait("READ"),skip 4,waitstr command\10,skip 27,STR command\6\13] 'Check for number in waitstr command\10

Ioannis

samertop
- 23rd November 2004, 00:54
thank you very much Mr. Ioannis ,

your help is greatful,

but i want just from you any assembly file for pic ,

then i can modefi it.

sorry about my english.

Ioannis
- 23rd November 2004, 10:19
Sorry no assembly. Only in PicBasic Pro!.

Never done any serial communication in asm although I need to do and urgently...!

Ioannis

samertop
- 26th November 2004, 04:30
ok ,my friend you can send hex code or c source code to compile it.

i hope for nokia phones and just for automatic send sms by alaret.


if you want any information in clone sim card, i can help you :)
best regardes

Ioannis
- 26th November 2004, 13:13
Hi! The examples that gave you were from a big program that does many different functions. I cannot send the whole code. I sent an example of how easy is to communicate with your mobile, given that you have an elementary experience with AT commands and serial communication. If you do, then also you will need the AT-commands set for the mobile you are going to use, so as to be sure of the commands and syntax needed.

If you decide the above then I guess it is easy as shown to use PicBsic Pro to do the job.

I do not see how can a hex code of the example be of any use to you just like that. You need a whole program setup, variables and data exchange...

Ioannis

samertop
- 27th November 2004, 04:35
thank you MR. Ioannis for your reply,

i will test it and return you.

thanks again.