Newbie: Temperature measurements


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Wink

    Hi, Jackson

    Just forgot the RTC ... good idea, no ???


    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  2. #2
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Smile Could be a good idea

    Quote Originally Posted by Acetronics View Post

    Just forgot the RTC ... good idea, no ???
    A Real Time Clock wouldn't be a too bad of an idea if extremely accurate time keeping was required. I personally wouldn't bother with its expense if all I wanted to do was take a temp reading every 10 mins for a couple of days.

    Well structured code can be written to suffice for a simple clock that may only lose or gain a few seconds here or there in a period of 48 hrs.

    Trent Jackson

  3. #3
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Thumbs down

    Quote Originally Posted by T.Jackson View Post

    Well structured code can be written

    Trent Jackson
    Trent,

    Do you remember our friend wrote " I'm a beginner ..."

    Cheers ...

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  4. #4
    Join Date
    Feb 2003
    Location
    Salt Lake City, Utah USA
    Posts
    517


    Did you find this post helpful? Yes | No

    Smile

    Then the OP is in luck - the second code set listed here
    http://www.picbasic.co.uk/forum/showthread.php?t=2129
    maintains time as well as most RTC ICs and could easily be ported to 628A or similar. This code is around 30 lines or so of instructions to do this.

    Also, if the OP only wants 10 minute intervals over 48 hours, the 628A could be used without external EEPROM ... stash some in the on-board EEPROM and the others in DATA MEMORY. It's battery powered - just do not turn it off until the data is downloaded. This could be a stepping stone to more data and and external EEPROM.

    The manual has the "RS232" connection for PIC direct to PC - see SEROUT for example. No need to add MAX232 unless he want to do it really right. Again, a stepping stone to more complexity.

    Just some ideas - good luck blinking your led.
    Paul Borgmeier
    Salt Lake City, UT
    USA
    __________________

Similar Threads

  1. Replies: 10
    Last Post: - 17th February 2012, 07:19
  2. Conversion problem
    By eva in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 15th March 2007, 18:21
  3. Help for decimal conversion
    By eva in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 15th March 2007, 18:20
  4. Serout "onewire.bas"
    By puru in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 6th July 2005, 00:14
  5. Interrupt and Serial communication to PC.
    By obaskirt in forum mel PIC BASIC
    Replies: 2
    Last Post: - 17th June 2005, 20:01

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