<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Problem with testing of temperature sensor v1.1</title>
        <description> We are having a little trouble testing the temperature sensor v1.1

The sensor is showing a raw value of about 980 for room temperature, which seems to agree with the value shown on the monitor in the picture to the right of the Try it out section just below the code.  The values shown in the monitor convert this to a value of about 20C.

But the converted value we get is 0C/32F, which is the overflow value. 

We are using the RRRF supplied thermistor, and when measured with an ohm meter it has a resistance of about 100K, so it looks like we have have the right value.

Looking at the code I am not sure I understand what it is doing.  The first column is marked adc, but it contains values between 0 and 300 which sounds like a temperature range.  The other column goes up to from 1 to 680.  Neither of these values go up to 980.

So was the picture generated with a different thermistor?

Anyone got any clues?

David</description>
        <link>https://reprap.org/forum/read.php?13,16120,16120#msg-16120</link>
        <lastBuildDate>Tue, 08 Sep 2026 17:59:17 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,16120,20910#msg-20910</guid>
            <title>Re: Problem with testing of temperature sensor v1.1</title>
            <link>https://reprap.org/forum/read.php?13,16120,20910#msg-20910</link>
            <description><![CDATA[ Hi,<br />
<br />
I had some trouble with my thermistor because I bought one from a local hardware store (Brazil) and it's different from those listed on the thermistor page. It had a lower beta value and Nophread's python scrypt did not calculate the correct converstion matrix. Obviously it got the temperature all wrong.<br />
<br />
So I decided to start from scratch (almost) :-) and made a few changes to the thermistor test source code. In the end I believe the compiled code is smaller because I eliminated the celcius column in the matrix and kept only the rawdata. To do this, I made the table in a way that the celcius temperature is incremented in 25 degree steps, so I can simply increment the celcius variable in 25 every loop.<br />
<br />
I made a spreadsheet to help me (and hopefully others) calculate the Beta, Rz, and the conversion matrix for any thermistor.<br />
<br />
The spreadsheet and the thermistor test sourcecode are available at my RepRap journal:<br />
[<a href="http://journals.fotki.com/rodrigoantunes/reprap-building/" target="_blank"  rel="nofollow">journals.fotki.com</a>]<br />
<br />
Regards,<br />
Rod]]></description>
            <dc:creator>rora</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 28 Jan 2009 15:19:13 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,16120,16301#msg-16301</guid>
            <title>Re: Problem with testing of temperature sensor v1.1</title>
            <link>https://reprap.org/forum/read.php?13,16120,16301#msg-16301</link>
            <description><![CDATA[ hey guys,<br />
<br />
sorry about that.  as pjr pointed out, the table in the example was wrong.  i fixed the code in the wiki.<br />
<br />
~Zach]]></description>
            <dc:creator>ZachHoeken</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 29 Aug 2008 10:10:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,16120,16298#msg-16298</guid>
            <title>Re: Problem with testing of temperature sensor v1.1</title>
            <link>https://reprap.org/forum/read.php?13,16120,16298#msg-16298</link>
            <description><![CDATA[ Great, that fixed it.  Perhaps a note to that effect on the temperature sensor page (i.e. get the Epcos data from the thermistor page for the current RRRF kit) would be nice.  <br />
<br />
David]]></description>
            <dc:creator>davidgoodenough</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 29 Aug 2008 09:41:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,16120,16292#msg-16292</guid>
            <title>Re: Problem with testing of temperature sensor v1.1</title>
            <link>https://reprap.org/forum/read.php?13,16120,16292#msg-16292</link>
            <description><![CDATA[ The code snippet linked for testing uses the wrong thermistor table.<br />
<br />
You need to cut and paste the one for the Epcos device if you are tesing one of the current RRRF kits ... there is a link on the make page to the RepRap thermistor page which has several tables.<br />
<br />
Peter]]></description>
            <dc:creator>pjr</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 29 Aug 2008 08:35:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,16120,16133#msg-16133</guid>
            <title>Re: Problem with testing of temperature sensor v1.1</title>
            <link>https://reprap.org/forum/read.php?13,16120,16133#msg-16133</link>
            <description><![CDATA[ My point was that I am using the RRRF thermistor, so the default table should be right, and the raw value agrees with the value shown on the monitor image.  But I am not getting the right value, and reading the code I do not see how it would get the right value.  The picture and the code are not consistant.  Part of what I am trying to find out is whether they are supposed to be consistant.<br />
<br />
David]]></description>
            <dc:creator>davidgoodenough</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 25 Aug 2008 18:06:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,16120,16129#msg-16129</guid>
            <title>Re: Problem with testing of temperature sensor v1.1</title>
            <link>https://reprap.org/forum/read.php?13,16120,16129#msg-16129</link>
            <description><![CDATA[ Have you read [<a href="http://reprap.org/bin/view/Main/Generation2Electronics#Update_Temperature_Settings" target="_blank"  rel="nofollow">reprap.org</a>] (assuming you're using arduino electronics)?<br />
<br />
Also, [<a href="http://hydraraptor.blogspot.com/2007/10/measuring-temperature-easy-way.html" target="_blank"  rel="nofollow">hydraraptor.blogspot.com</a>] might be useful, though I haven't peered at it closely enough to tell ;)]]></description>
            <dc:creator>Ru</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 25 Aug 2008 15:40:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,16120,16120#msg-16120</guid>
            <title>Problem with testing of temperature sensor v1.1</title>
            <link>https://reprap.org/forum/read.php?13,16120,16120#msg-16120</link>
            <description><![CDATA[ We are having a little trouble testing the temperature sensor v1.1<br />
<br />
The sensor is showing a raw value of about 980 for room temperature, which seems to agree with the value shown on the monitor in the picture to the right of the Try it out section just below the code.  The values shown in the monitor convert this to a value of about 20C.<br />
<br />
But the converted value we get is 0C/32F, which is the overflow value. <br />
<br />
We are using the RRRF supplied thermistor, and when measured with an ohm meter it has a resistance of about 100K, so it looks like we have have the right value.<br />
<br />
Looking at the code I am not sure I understand what it is doing.  The first column is marked adc, but it contains values between 0 and 300 which sounds like a temperature range.  The other column goes up to from 1 to 680.  Neither of these values go up to 980.<br />
<br />
So was the picture generated with a different thermistor?<br />
<br />
Anyone got any clues?<br />
<br />
David]]></description>
            <dc:creator>davidgoodenough</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 25 Aug 2008 11:28:09 -0400</pubDate>
        </item>
    </channel>
</rss>
