thermometer and humidity sms


Closed Thread
Results 1 to 17 of 17

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    23


    Did you find this post helpful? Yes | No

    Default another sampe circuit

    another sampe circuit :http://www.imageturk.com/goster.php?...1be2ef9e1e.JPG
    How can I use this software for my regulated alarm thermometer circuit.
    asm software here:http://dosyayukle.info/index.php?p=d...h=XXeuMX84TZtc
    Thank you your helping.
    Regards.

  2. #2
    Join Date
    Sep 2006
    Location
    Mexico
    Posts
    47


    Did you find this post helpful? Yes | No

    Default

    Hello, the links doesn't work, use [code ] Link [/code ] (withous spaces) for any url

  3. #3
    Join Date
    Apr 2008
    Posts
    23


    Did you find this post helpful? Yes | No

    Default

    Circuit asm code.
    Code:
    http://dosyayukle.info/index.php?p=download&link=1242889961&name=pic16f876.asm
    Code:
    http://dosyayukle.info/index.php?p=download&link=1219524014&name=pic16f876.asm
    Last edited by elektoro2009; - 11th April 2008 at 01:15.

  4. #4
    Join Date
    Apr 2008
    Posts
    23


    Did you find this post helpful? Yes | No

    Default

    circuit address.
    Code:
    http://img.fotoambar.com/img/5/ee15decb5a78ee50f995fe149fe6a2e5.jpg

  5. #5
    Join Date
    Apr 2008
    Posts
    23


    Did you find this post helpful? Yes | No

    Default sample

    another sampe circuit :
    Code:
    http://www.imageturk.com/goster.php?res=b3dd66fdfd2f3749bdece.JPG
    How can I use this software for my regulated alarm thermometer circuit.
    asm software here:
    Code:
    http://dosyayukle.info/index.php?p=download&link=1305062103&name=pic16f876.asm
    Thank you your helping.
    Regards
    Last edited by elektoro2009; - 11th April 2008 at 01:25.

  6. #6
    Join Date
    Apr 2008
    Posts
    23


    Did you find this post helpful? Yes | No

    Default another sampe circuit

    I maked this circuit,but complate not run.
    Code:
    http://www.wrankl.de/SMST4PIC/SMST4PIC.html
    here asm and hex code:
    Code:
    http://www.wrankl.de/SMST4PIC/V6/SMST4PICV6B47.zip

  7. #7
    Join Date
    Apr 2008
    Posts
    23


    Did you find this post helpful? Yes | No

    Default sms

    How can I unite this sample software
    Code:
    http://dosyayukle.info/index.php?p=download&hash=rzskbVI8qQey
    with my software.Thank you.

    '**************** SMS SEND SAMPLE ********************
    '************************************************* *******************
    SmsMesajTx : SerOut2 modem_tx,modem_baud,["AT+CMGF=1",13] ' Mesaj Formatı TXT için
    Pause Bek100

    SerOut2 modem_tx,modem_baud,["AT+CMGS=",34,"90532XXXXXXX",34,",145",13]

    SerIn2 modem_rx,modem_baud,5000,msghata2,[wait(">")]


    Pause Bek500

    SmsData = "A" ' Gidecek Mesaj


    For addr= 0 TO 159
    SerOut2 modem_tx,modem_baud,[SmsData]
    Next addr

    Pause Bek500

    SerOut2 modem_tx,modem_baud,[26] ' CTRL+Z

    SerIn2 modem_rx,modem_baud,35000,msghata2,[wait("+CMGS")]

    msghata2: SerOut2 modem_tx,modem_baud,["ATH",13]
    Pause Bek500

    Return
    '************************************************* ***************
    Last edited by elektoro2009; - 13th April 2008 at 18:14.

Similar Threads

  1. sms send sht11 pic16f876 nokia 6210
    By elektoro2009 in forum GSM
    Replies: 11
    Last Post: - 9th June 2008, 08:57

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