Me again, but need REAL help now


Closed Thread
Results 1 to 34 of 34

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    This is now officially doing my head in.....pause 10 in place of WEND gives a temp of 4000 and a humidity of 65071. methinks this is not working for me, and my sanity quotient has dramatically decreased these last few days.

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by gringobomba14 View Post
    This is now officially doing my head in.....pause 10 in place of WEND gives a temp of 4000 and a humidity of 65071. methinks this is not working for me, and my sanity quotient has dramatically decreased these last few days.
    Well, then get rid of all that crazy math (ok, it's really not that crazy, but it does increase the chance of a logical error of some sort) you've got going on, read raw values and see if anything at all makes sense.

    Put the sensor in ice water, run the program, read the value.

    Put the sensor in really hot water, run the program, read the value, see if the temp rises by something that's reasonable, like say you went from ice to boiling, the temp sensor might rise by 100 (or 212 depending on your units). And the humidity would surely rise a bunch too. Then maybe put the sensor in a bunch of dessicant, to dry it out really good and see what the humidity output reads.

    That 4000 you've got might be 40.00C (doubt it, but anything's possible), that 65071 might be 65.071%RH (again, doubt it, but, you know...).

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Careful Ski, people might start accusing you of knowing things!!!!!! I think what the problem is, is the SHT is either not understanding the commands, or the program isn't complete (I got it off the forum). I wonder is there anyone out there who has experience at this sensor?

    I have tried reading the raw data, and got, well, nothing. Or maybe less.
    Last edited by gringobomba14; - 19th June 2008 at 18:57. Reason: bad spelling again

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by gringobomba14 View Post
    Careful Ski, people might start accusing you of knowing things!!!!!!
    That's the last thing I want...and/or need...

    I think what the problem is, is the SHT is either not understanding the commands, or the program isn't complete (I got it off the forum). I wonder is there anyone out there who has experience at this sensor?
    That post I saw looked pretty complete to me.

    I have tried reading the raw data, and got, well, nothing. Or maybe less.
    Maybe you let all the smoke out of it?

    I'd put it down, go out and mow the lawn or something, come back to it later.
    But that's just me...and that's what I do when crap ain't working.

  5. #5


    Did you find this post helpful? Yes | No

    Default

    Blue smoke genie is still in one piece, but just to make sure I changed PIC's and SHT's. (Maybe there is an "I" missing in that sensor code somewhere...........)
    Here is a question. If I wanted to send say "00000101" from a pin on the PIC, how would I do that? SEROUT? and then to receive "01101010" would be SERIN right? Maybe I might have a go at some changes and see what kind of trouble I can get myself into

  6. #6
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by gringobomba14 View Post
    Here is a question. If I wanted to send say "00000101" from a pin on the PIC, how would I do that? SEROUT? and then to receive "01101010" would be SERIN right? Maybe I might have a go at some changes and see what kind of trouble I can get myself into
    It's all in the PBP manual, check the modifiers.

  7. #7


    Did you find this post helpful? Yes | No

    Red face

    Ah yes, the standard RTFM answer. In the meantime, another search has produced results of some sort, which has the sensor doing SOMETHING, but I think now it's down to the crazy maths. Watching SCRUBS is a great way of clearing the mind and getting back to work.

Similar Threads

  1. real time clock
    By maria in forum Code Examples
    Replies: 44
    Last Post: - 1st March 2022, 12:13
  2. real time clock - PCF8583
    By maria in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 15th April 2010, 15:41
  3. Real time clock ICs
    By Eng4444 in forum mel PIC BASIC Pro
    Replies: 66
    Last Post: - 20th October 2008, 16:05
  4. Real time clock... what a headache!
    By Eng4444 in forum mel PIC BASIC
    Replies: 2
    Last Post: - 8th June 2006, 21:56
  5. Timer in real time
    By martarse in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 29th July 2005, 14:24

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