want help for GSM connection


Closed Thread
Results 1 to 12 of 12
  1. #1
    samertop's Avatar
    samertop Guest

    Exclamation want help for GSM connection

    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

  2. #2
    Tomasm's Avatar
    Tomasm Guest


    Did you find this post helpful? Yes | No

    Default Re: want help for GSM connection

    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

  3. #3
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    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.

  4. #4
    samertop's Avatar
    samertop Guest


    Did you find this post helpful? Yes | No

    Smile thank

    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

  5. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,121


    Did you find this post helpful? Yes | No

    Default

    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

  6. #6
    samertop's Avatar
    samertop Guest


    Did you find this post helpful? Yes | No

    Default

    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

  7. #7
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,121


    Did you find this post helpful? Yes | No

    Default

    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

  8. #8
    samertop's Avatar
    samertop Guest


    Did you find this post helpful? Yes | No

    Smile

    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.

  9. #9
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,121


    Did you find this post helpful? Yes | No

    Default

    Sorry no assembly. Only in PicBasic Pro!.

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

    Ioannis

  10. #10
    samertop's Avatar
    samertop Guest


    Did you find this post helpful? Yes | No

    Default

    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

  11. #11
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,121


    Did you find this post helpful? Yes | No

    Default

    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

  12. #12
    samertop's Avatar
    samertop Guest


    Did you find this post helpful? Yes | No

    Post

    thank you MR. Ioannis for your reply,

    i will test it and return you.

    thanks again.

Similar Threads

  1. CO2 MG811 sensor connection
    By elektoro2009 in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th May 2008, 00:49
  2. Automatic VB6 to pic serial connection
    By arniepj in forum Code Examples
    Replies: 13
    Last Post: - 10th January 2008, 07:57
  3. Replies: 15
    Last Post: - 30th October 2007, 19:25
  4. USB PIC without USB Connection
    By Tissy in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 26th December 2005, 17:39
  5. Connection time out
    By Pesticida in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 16th November 2005, 21:36

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts