<?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>MCP3021 &#8211; The Longhorn Engineer</title>
	<atom:link href="https://longhornengineer.com/tag/mcp3021/feed/" rel="self" type="application/rss+xml" />
	<link>https://longhornengineer.com</link>
	<description>Robotics, Pinball, Hacking, Portables</description>
	<lastBuildDate>Tue, 20 Dec 2022 19:54:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>OctoPROBER ADC working!</title>
		<link>https://longhornengineer.com/2014/02/08/octoprober-adc-working/</link>
		
		<dc:creator><![CDATA[Parker]]></dc:creator>
		<pubDate>Sat, 08 Feb 2014 12:27:53 +0000</pubDate>
				<category><![CDATA[PCBA & ENG]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[MCP3021]]></category>
		<category><![CDATA[OctoPROBER]]></category>
		<guid isPermaLink="false">https://longhornengineer.com/?p=2098</guid>

					<description><![CDATA[Finished programming the ADC which is a MCP3021. It is a 10bit i2c compatible ADC with one channel. A limited ADC but perfect for measuring battery voltages. Operation is very simple. Just request a word from the device using 10011011 as the device ID and it will spit out the analog value. I had some &#8230; <a href="https://longhornengineer.com/2014/02/08/octoprober-adc-working/" class="more-link">Continue reading <span class="screen-reader-text">OctoPROBER ADC working!</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><a href="https://longhornengineer.com/wp-content/uploads/2014/02/20140208_062003.jpg"><img fetchpriority="high" decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/02/20140208_062003-1024x768.jpg" alt="20140208_062003" class="aligncenter size-large wp-image-2099" width="584" height="438" srcset="https://longhornengineer.com/wp-content/uploads/2014/02/20140208_062003-1024x768.jpg 1024w, https://longhornengineer.com/wp-content/uploads/2014/02/20140208_062003-150x112.jpg 150w, https://longhornengineer.com/wp-content/uploads/2014/02/20140208_062003-569x427.jpg 569w, https://longhornengineer.com/wp-content/uploads/2014/02/20140208_062003-400x300.jpg 400w, https://longhornengineer.com/wp-content/uploads/2014/02/20140208_062003.jpg 1200w" sizes="(max-width: 584px) 100vw, 584px" /></a></p>
<p>Finished programming the ADC which is a <a href="http://ww1.microchip.com/downloads/en/DeviceDoc/21805B.pdf">MCP3021</a>. It is a 10bit i2c compatible ADC with one channel. A limited ADC but perfect for measuring battery voltages.</p>
<p>Operation is very simple. Just request a word from the device using 10011011 as the device ID and it will spit out the analog value. I had some issues with the i2c driver I used though.</p>
<p>The ADC is supposed to return the 10bit value like so 0000XXXXXXXXXX00. I was receiving XXXXXX000000XXXX. The upper and lower bytes where transposed. Fixed by swapping them around.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OctoPROBER REV 0 ready for fab.</title>
		<link>https://longhornengineer.com/2014/01/14/octoprober-rev-0-ready-for-fab/</link>
		
		<dc:creator><![CDATA[Parker]]></dc:creator>
		<pubDate>Tue, 14 Jan 2014 20:35:46 +0000</pubDate>
				<category><![CDATA[PCBA & ENG]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[MCP3021]]></category>
		<category><![CDATA[OctoPROBER]]></category>
		<category><![CDATA[Schematic]]></category>
		<guid isPermaLink="false">https://longhornengineer.com/?p=2052</guid>

					<description><![CDATA[Finished REV 0 of OctoPROBER last night. I added a MCP3021 which is a I2C 10bit ADC with one analog channel. It will be used to monitor the battery voltage and indicate when the lithium battery is close to being dead. Schematic is a bit of a mess but I will be cleaning it up. &#8230; <a href="https://longhornengineer.com/2014/01/14/octoprober-rev-0-ready-for-fab/" class="more-link">Continue reading <span class="screen-reader-text">OctoPROBER REV 0 ready for fab.</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><a href="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_8.png"><img decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_8-1024x715.png" alt="Layout_8" class="aligncenter size-large wp-image-2053" width="584" height="407" srcset="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_8-1024x715.png 1024w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_8-150x104.png 150w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_8-569x397.png 569w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_8-429x300.png 429w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_8.png 1200w" sizes="(max-width: 584px) 100vw, 584px" /></a></p>
<p>Finished REV 0 of OctoPROBER last night. I added a <a href="http://ww1.microchip.com/downloads/en/DeviceDoc/21805B.pdf">MCP3021</a> which is a I2C 10bit ADC with one analog channel. It will be used to monitor the battery voltage and indicate when the lithium battery is close to being dead.</p>
<p><a href="https://longhornengineer.com/wp-content/uploads/2014/01/Schematic1.png"><img decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/01/Schematic1-1024x313.png" alt="Schematic" class="aligncenter size-large wp-image-2054" width="584" height="178" srcset="https://longhornengineer.com/wp-content/uploads/2014/01/Schematic1-1024x313.png 1024w, https://longhornengineer.com/wp-content/uploads/2014/01/Schematic1-150x45.png 150w, https://longhornengineer.com/wp-content/uploads/2014/01/Schematic1-569x174.png 569w, https://longhornengineer.com/wp-content/uploads/2014/01/Schematic1-500x153.png 500w, https://longhornengineer.com/wp-content/uploads/2014/01/Schematic1.png 1200w" sizes="(max-width: 584px) 100vw, 584px" /></a></p>
<p>Schematic is a bit of a mess but I will be cleaning it up.</p>
<p>Files are on <a href="https://github.com/LonghornEngineer/Octoprober">GitHub</a>. Will start programming the hardware test software this weekend for the propeller.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
