<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=CPU_Temperature_-_Raspberry_Pi</id>
	<title>CPU Temperature - Raspberry Pi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=CPU_Temperature_-_Raspberry_Pi"/>
	<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=CPU_Temperature_-_Raspberry_Pi&amp;action=history"/>
	<updated>2026-05-11T00:37:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://etcwiki.org/index.php?title=CPU_Temperature_-_Raspberry_Pi&amp;diff=3217&amp;oldid=prev</id>
		<title>Ddxfish: Ddxfish moved page Raspberry Pi - Check CPU Temperature to CPU Temperature - Raspberry Pi</title>
		<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=CPU_Temperature_-_Raspberry_Pi&amp;diff=3217&amp;oldid=prev"/>
		<updated>2013-09-25T18:07:27Z</updated>

		<summary type="html">&lt;p&gt;Ddxfish moved page &lt;a href=&quot;/wiki/Raspberry_Pi_-_Check_CPU_Temperature&quot; class=&quot;mw-redirect&quot; title=&quot;Raspberry Pi - Check CPU Temperature&quot;&gt;Raspberry Pi - Check CPU Temperature&lt;/a&gt; to &lt;a href=&quot;/wiki/CPU_Temperature_-_Raspberry_Pi&quot; title=&quot;CPU Temperature - Raspberry Pi&quot;&gt;CPU Temperature - Raspberry Pi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Make a simple script that tells u the temperature of your raspberry pi&amp;#039;s onboard temperature sensor (no, I dont know where it is!)&lt;br /&gt;
[[Category:Raspberry Pi]]&lt;br /&gt;
Make a file called degree.sh in your scripts directory (wherever you save urs)&lt;br /&gt;
 touch degree.sh&lt;br /&gt;
 chmod +x degree.sh&lt;br /&gt;
 nano degree.sh&lt;br /&gt;
Now, Add these lines&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 /opt/vc/bin/vcgencmd measure_temp&lt;br /&gt;
Save and exit. Test by using&lt;br /&gt;
 sh degree.sh&lt;/div&gt;</summary>
		<author><name>Ddxfish</name></author>
	</entry>
</feed>