ADC Math - reading 30Vdc


Results 1 to 13 of 13

Threaded View

  1. #7
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default Re: ADC Math - reading 30Vdc

    Sorry I missread your post, thinking you needed to read 3 volts.


    You will use the same as in your post#1


    Count x 49 / 1000 (since you want to read 0 - 30 volts) for the integer.

    Count x 49 // 1000 for the decimal part.

    Cheers

    Al.
    Last edited by aratti; - 8th April 2011 at 17:36.
    All progress began with an idea

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