<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>andremiller.net &#187; Temperature Sensor</title>
	<atom:link href="http://www.andremiller.net/tag/temperature-sensor/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andremiller.net</link>
	<description>Andre Miller</description>
	<lastBuildDate>Tue, 24 Mar 2009 13:08:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LM75 Temperature Sensor with 7 segment display output</title>
		<link>http://www.andremiller.net/content/lm75-temperature-sensor-with-7-segment-display-output</link>
		<comments>http://www.andremiller.net/content/lm75-temperature-sensor-with-7-segment-display-output#comments</comments>
		<pubDate>Wed, 24 Mar 2004 12:46:12 +0000</pubDate>
		<dc:creator>andre</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[JAL]]></category>
		<category><![CDATA[LM75]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[Seven Segment Display]]></category>
		<category><![CDATA[Temperature Sensor]]></category>

		<guid isPermaLink="false">http://www.andremiller.net/?p=30</guid>
		<description><![CDATA[[An old project I moved from my previous website]
This is a test project built hastily on a solder less breadboard. It uses          a LM75 to read the current temperature via I2C and displays the result          on three [...]]]></description>
			<content:encoded><![CDATA[<p>[An old project I moved from my previous website]</p>
<p>This is a test project built hastily on a solder less breadboard. It uses          a LM75 to read the current temperature via I2C and displays the result          on three 7 segment displays. It uses a PIC16F628 with an internal 4 Mhz          clock.</p>
<p>The program was created using JAL</p>
<p>Note the LM75 is a surface mount device, so I had to solder wires onto            it to use it on the solderless breadboard.</p>
<div id="attachment_31" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-31" title="LM75 Temperature Sensor on breadboard" src="http://www.andremiller.net/wp-content/uploads/2009/03/lm75_temp_sens_breadboard.jpg" alt="LM75 Temperature Sensor on breadboard" width="600" height="335" /><p class="wp-caption-text">LM75 Temperature Sensor on breadboard</p></div>
<p>Sorry for the bad quality photo. The stuff on the left is a 5V voltage            regulator and not shown on the schematic below.</p>
<div id="attachment_32" class="wp-caption alignnone" style="width: 310px"><a href="http://www.andremiller.net/wp-content/uploads/2009/03/lm75_temp_sens_schematic.png"><img class="size-medium wp-image-32" title="LM75 Temperature Sensor Schematic" src="http://www.andremiller.net/wp-content/uploads/2009/03/lm75_temp_sens_schematic-300x206.png" alt="LM75 Temperature Sensor Schematic" width="300" height="206" /></a><p class="wp-caption-text">LM75 Temperature Sensor Schematic</p></div>
<h3>Component List</h3>
<pre>Part     Value          Device      Package  Library        Sheet

D1                      7SEG-CA     7SEG-13  special        1
D2                      7SEG-CA     7SEG-13  special        1
D3                      7SEG-CA     7SEG-13  special        1
IC1      PIC16F628      PIC16F628   DIL18    microchip      1
IC2      LM75           LM75        SOP-8    andre_lm75     1
Q1       BC557C         BC557C      TO92-EBC transistor-pnp 1
Q2       BC557C         BC557C      TO92-EBC transistor-pnp 1
Q3       BC557C         BC557C      TO92-EBC transistor-pnp 1
R1       12K            R-EU_0207/7 0207/7   rcl            1
R2       12K            R-EU_0207/7 0207/7   rcl            1
R3       1K             R-EU_0207/7 0207/7   rcl            1
R4       1K             R-EU_0207/7 0207/7   rcl            1
R5       1K             R-EU_0207/7 0207/7   rcl            1
R7       220            R-EU_0207/7 0207/7   rcl            1
R8       220            R-EU_0207/7 0207/7   rcl            1
R9       220            R-EU_0207/7 0207/7   rcl            1
R10      220            R-EU_0207/7 0207/7   rcl            1
R11      220            R-EU_0207/7 0207/7   rcl            1
R12      220            R-EU_0207/7 0207/7   rcl            1
R13      220            R-EU_0207/7 0207/7   rcl            1
R14      220            R-EU_0207/7 0207/7   rcl            1</pre>
<p>In case you are like me and couldn&#8217;t find the pinouts for the sevent segment display, here they are:</p>
<div id="attachment_35" class="wp-caption alignnone" style="width: 238px"><a href="http://www.andremiller.net/wp-content/uploads/2006/03/7seg_pinouts.png"><img class="size-full wp-image-35" title="7 Segment Display Pinout" src="http://www.andremiller.net/wp-content/uploads/2006/03/7seg_pinouts.png" alt="7 Segment Display Pinout" width="228" height="335" /></a><p class="wp-caption-text">7 Segment Display Pinout</p></div>
<p>Download the project here: <a href='http://www.andremiller.net/download/lm75_temp_sens_2004_03_29.zip' title='Downloaded 6176 times'>LM75 Temperature Sensor Project</a> - LM75 Temperature Sensor with 7 segment display output. Uses a PIC Controller. This project includes the JAL source code, a compiled hex file and a schematic.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.andremiller.net%2Fcontent%2Flm75-temperature-sensor-with-7-segment-display-output&amp;linkname=LM75%20Temperature%20Sensor%20with%207%20segment%20display%20output"><img src="http://www.andremiller.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.andremiller.net/content/lm75-temperature-sensor-with-7-segment-display-output/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

