Temperature Monitoring Using GSM


Closed Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2009
    Posts
    12

    Lightbulb Temperature Monitoring Using GSM

    Please help me to construct a program. please give me a guide how to create a program using PICBASIC PRO.. how to send a message. example when the LM35 will get reach to the 50 degree Celsuis. the message that stored in the outbox will send to the first number in the phonebook automatically.. please help me for this. just give a guide how will i do that.. Thanks.. by the way.. the mobile that i would use is a nokia 3310.. here is my schematic... im using a PIC16F877a because i have many sensor to put but this time only i would use one sensor which is LM35..

    Name:  design3.BMP
Views: 1234
Size:  52.9 KB


    please help me.. thank you

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    I hate to tell you this, but if it is your first time with PBP or PICs in general, this is to much to soon.

    So.

    Can you make a LED blink?
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Nov 2009
    Posts
    12


    Did you find this post helpful? Yes | No

    Default

    yes i can make a led blinking. i know something about a picbasic pro. but regading to the interfacing with the cellphone i dont have a knowledge about that. in PIC i know also.

  4. #4
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    This might be what you need to get started.
    http://techni.caliti.es/blog/2008/12...ontroller.html
    Dave
    Always wear safety glasses while programming.

  5. #5
    Join Date
    Nov 2009
    Posts
    12


    Did you find this post helpful? Yes | No

    Default

    AT+CMGF=0 //Set PDU mode
    AT+CSMS=0 //Check if modem supports SMS commands
    AT+CMGS=23 //Send message, 23 octets (excluding the two initial zeros)
    >0011000B916407281553F80000AA0AE8329BFD4697D9EC37< ctrl-z>

    please insert this in the picbasic pro program. so that i can send this message.. that's all i need.. tnx..

  6. #6
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Post the program you are trying to make work and I am sure someone will be able to help you get it worked out.
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. Replies: 10
    Last Post: - 17th February 2012, 07:19
  2. problem with the GSM controller
    By Dariolo in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 30th May 2009, 20:33
  3. Conversion problem
    By eva in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 15th March 2007, 18:21
  4. Help for decimal conversion
    By eva in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 15th March 2007, 18:20
  5. Serout "onewire.bas"
    By puru in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 6th July 2005, 00:14

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