Fram temperature logger


Closed Thread
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    May 2013
    Location
    australia
    Posts
    2,644


    Did you find this post helpful? Yes | No

    Default Re: Fram temperature logger

    Nice chip this AS6221. But how on earth can one solder this tiny little chip?
    i can't i can barely see it. used a dev board , their not cheap either.
    when i first saw the board i thought they had sent me a blank board the smd resistors and caps are grains of sand
    or dust specs

    The dc variable holds the temp in x1000, right? So printing the last 2 digit with DEC2 does not need //100.
    no its temp x100 and the second term is the remainder {modulus) I'm not confidant that a simple division would ever be correct
    Warning I'm not a teacher

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: Fram temperature logger

    Quote Originally Posted by richard View Post
    no its temp x100 and the second term is the remainder {modulus) I'm not confidant that a simple division would ever be correct
    I am not sure I follow.

    dc var as I understand, holds the value say, 2236. This represents the value 22.36 degrees celcious.

    To display it as integer, dc/100 is used and for the floating part, DEC2 dc will display the least significant digits, that is 36. So the use of //100 I think, only increases the code size.

    Ioannis

  3. #3
    Join Date
    May 2013
    Location
    australia
    Posts
    2,644


    Did you find this post helpful? Yes | No

    Default Re: Fram temperature logger

    DEC2 dc will display the least significant digits
    and it does , that's another one of those things i have micro managed forever for no good reason
    duly noted thanks
    Warning I'm not a teacher

Similar Threads

  1. Replies: 27
    Last Post: - 4th November 2011, 18:44
  2. Fram Memory
    By MARGARITA in forum Serial
    Replies: 5
    Last Post: - 1st October 2008, 13:30
  3. Smartcard logger
    By MegaADY in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 5th October 2006, 11:46
  4. GPS logger?
    By Gonzzo in forum Off Topic
    Replies: 11
    Last Post: - 13th February 2006, 13:25
  5. accessing fram memory
    By servo260 in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 8th March 2005, 12:29

Members who have read this thread : 2

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