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 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,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
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
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
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
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
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
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/proj...rk1/index.html
thanks
best regardes
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
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.
Sorry no assembly. Only in PicBasic Pro!.
Never done any serial communication in asm although I need to do and urgently...!
Ioannis
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
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
thank you MR. Ioannis for your reply,
i will test it and return you.
thanks again.
Bookmarks