sms send sht11 pic16f876 nokia 6210


Closed Thread
Results 1 to 12 of 12
  1. #1
    Join Date
    Apr 2008
    Posts
    23

    Default sms send sht11 pic16f876 nokia 6210

    Hello friends.Please could you help me.
    How can I send sms with sht11 and pic16f876.I want send sms alarm of
    temperature and humidity with nokia 6210.If under or on regulated alarm of the
    temperature or humidity ,nokia 6210 send sms me.
    How can I make this circuit and pic software.
    The sample with regulated alarm thermometer and humidity circuit is this on
    address.http://www.imageturk.com/goster.php?...42236baae1.JPG
    which mobil phone must I use.Can I use nokia 6210.
    Thank you for your helping.Best regards.
    The alarm is open,ISI(temperature) ALT(under) and ISI(temperature) UST(on)
    with NEM(humidity) ALT(under) and NEM(humidity) UST(on)
    between outside.Two between alarm is closed.
    Sample : If alarm 23 - 20 between,alarm is closed.If temperature 19 alarm open.

    '************************************************* ***************
    '* Name : TERMONEMALRM.BAS *
    '* Author : [USER] *
    '* Notice : Copyright (c) 2008 [USER] *
    '* : All Rights Reserved *
    '* Date : 09.04.2008 *
    '* Version : 1.0 *
    '* Notes : The alarm is open,ISI(temperature) ALT(under) and ISI(temperature)

    UST(on) with NEM(humidity) ALT(under) and NEM(humidity) UST(on)
    between outside.Two between alarm is closed*
    '*Sample : If alarm 23 - 20 between,alarm is closed.If temperature 19 alarm open*
    '************************************************* ***************
    http://dosyayukle.info/index.php?p=d...h=VpSY4G6mywpP
    Last edited by elektoro2009; - 8th April 2008 at 22:25.

  2. #2
    Join Date
    Apr 2008
    Posts
    23

    Default be continued

    Last edited by elektoro2009; - 8th April 2008 at 22:24.

  3. #3
    Join Date
    Apr 2008
    Posts
    23

    Default be continued

    Last edited by elektoro2009; - 8th April 2008 at 22:25.

  4. #4
    Join Date
    Apr 2008
    Posts
    23

    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
    Last edited by elektoro2009; - 8th April 2008 at 22:28.

  5. #5
    Join Date
    Apr 2008
    Posts
    23

    Default be continued

    Last edited by elektoro2009; - 8th April 2008 at 22:29.

  6. #6
    Join Date
    Apr 2008
    Posts
    23

    Default be continued

    Last edited by elektoro2009; - 8th April 2008 at 22:29.

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

    Default

    Hi and welcome on this forum!
    Do us a big favor, zip your code file and upload it here.

    Please, when you paste some code snips, you should use code tags to make them more readable

    [code]
    paste your code here
    [/code]
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  8. #8
    Join Date
    Apr 2008
    Posts
    23

    Default I maked circuit

    Hi,I maked this circuit.http://www.wrankl.de/SMST4PIC/SMST4PIC.html
    http://www.wrankl.de/SMST4PIC/V6/SMST4PICV6B47.zip
    But it is not run complete.
    I used nokia 5110 phone.I thing so it is not run.
    I must use nokia 6210.Thank you your helping.

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

    Default

    The forum allow you to attach some files. Just click on manage attachement and you're done

    So we're talking about this circuit?
    Attached Images Attached Images  
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  10. #10
    Join Date
    Apr 2008
    Posts
    23

    Default unite

    How can I unite this sample software TERMONEMALRM-1.zip with my software.
    Thank you.Best regards.

    '**************** 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
    '************************************************* ***************
    Attached Files Attached Files

  11. #11
    skimask's Avatar
    skimask Guest

    Default

    Quote Originally Posted by elektoro2009 View Post
    How can I unite this sample software TERMONEMALRM-1.zip with my software.
    A lot of links...not a lot of what you've done...
    How much PBP programming, hardware building have you done in the past?

  12. #12
    zebraZ's Avatar
    zebraZ Guest

    Default free sms server

    Have any of you guys ever heard of www.FreebieSMS.co.uk ? It seems to send free SMS messages in the UK, but does anyone have any experience with them?

Similar Threads

  1. Active low input?
    By CosMecc in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 8th August 2010, 21:31
  2. Please send me a SMS program
    By hjcool in forum GSM
    Replies: 7
    Last Post: - 17th June 2009, 11:33
  3. Sending SMS with Nokia 3210/3310
    By RFsolution in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 6th March 2009, 14:48
  4. Sending SMS with Nokia 6210 using PICF819
    By stuart_penman in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 16th October 2008, 16:08
  5. Problem with RX from Nokia 6210 ?
    By iugmoh in forum GSM
    Replies: 6
    Last Post: - 21st May 2008, 00:48

Members who have read this thread : 1

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