Mr. Rob, Why would I use the value 4096.0?
Seth P.S. I have tried to suit the software to suit my needs and I keep coming up empty. I will try this value and I will get back to you. On Thursday, June 29, 2017 at 8:29:36 PM UTC-5, RobertCNelson wrote: > > > > On Thu, Jun 29, 2017 at 8:21 PM, Mala Dies <[email protected] <javascript:> > > wrote: > >> Hello Rob, >> >> Seth here. I am located in the states. There is a big fault and I am not >> clued in, obviously. How is F == C? >> > > Your values are correct: > > -39.58241C = -39.2483F > > -40C = -40F > 0C = 32F > 100C = 212F > > > >> I figured that there would be a part to the software, the section that >> displays the difference, that tells me/you the C and F reads. >> >> Seth >> >> P.S. I am in about an 80 degree temp. right now. So, do I need to replace >> "reading.value" with an actual numerical value? I will keep trying. >> > > var millivolts = reading.value * 1800; > > That's not right.. > > var millivolts = (reading.value / 4096.0) * 1800; > > i think... > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/fa12cb77-3e1a-4a52-b79c-b603a4357785%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
