Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

Dovev Golan's Content

There have been 3 items by Dovev Golan (Search limited from 29-April 23)


By content type

See this member's

Sort by                Order  

#54668 Unknown Temperature Sensor

Posted by Dovev Golan on 13 December 2013 - 03:33 PM in Netduino Plus 2 (and Netduino Plus 1)

int read = temp.Read();byte bA = (byte)(read/100);byte bB = (byte)(int.Parse(read.ToString().Substring(1)) / 10);byte bC = (byte)int.Parse(read.ToString().Substring(2));int milivolts = read * (3300 / 1024);int tempC = (milivolts - 500) / 10;Debug.Print("Read " + read + ", Milivolts " + milivolts + ", TempC " + tempC + ", byte " + bA +" " +bB + " " +bC);



#54638 Unknown Temperature Sensor

Posted by Dovev Golan on 12 December 2013 - 08:01 PM in Netduino Plus 2 (and Netduino Plus 1)

There are no numbers on the sensor.

 

 

My room temp is around 20C at the moment.and the sensor is located on my table.




#54631 Unknown Temperature Sensor

Posted by Dovev Golan on 12 December 2013 - 11:59 AM in Netduino Plus 2 (and Netduino Plus 1)

Hello,

 

I have an unknown temeprature sensor that has 3 wires.

I got it from my rc helicopter charger and thoght of using it with netduino plus.

I have connected it to 3.3V, GND & A0.

When i read the value I get a 3 digit number between 790 to 810.

 

Any idea how to translate this to real temperature ?

 

 





home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.