<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Simple And Free ADC For Your Microcontroller</title>
	<atom:link href="http://www.robotshop.com/gorobotics/articles/microcontrollers/a-simple-and-free-adc-for-your-microcontroller/feed" rel="self" type="application/rss+xml" />
	<link>http://www.robotshop.com/gorobotics/articles/microcontrollers/a-simple-and-free-adc-for-your-microcontroller</link>
	<description>How to Make a Robot &#124; Robotics Projects &#38; News</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:45:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andrew</title>
		<link>http://www.robotshop.com/gorobotics/articles/microcontrollers/a-simple-and-free-adc-for-your-microcontroller/comment-page-1#comment-205</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 04 Nov 2008 01:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.robotshop.com/gorobotics/wordpress/?p=406#comment-205</guid>
		<description>The code for the ADC for pbasic is incorrect here and at Shaun&#039;s website. The code could simply be fixed by setting serDin to 3 and serDo to 2. I was getting random values for the most part till I switched those numbers, and then i was getting the correct values.</description>
		<content:encoded><![CDATA[<p>The code for the ADC for pbasic is incorrect here and at Shaun&#8217;s website. The code could simply be fixed by setting serDin to 3 and serDo to 2. I was getting random values for the most part till I switched those numbers, and then i was getting the correct values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Van Zander</title>
		<link>http://www.robotshop.com/gorobotics/articles/microcontrollers/a-simple-and-free-adc-for-your-microcontroller/comment-page-1#comment-204</link>
		<dc:creator>Van Zander</dc:creator>
		<pubDate>Thu, 14 Aug 2008 12:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.robotshop.com/gorobotics/wordpress/?p=406#comment-204</guid>
		<description>Mike,
  Any luck with your noise problem?   I&#039;m using a similar design - I have two MAX192 (8 channel, 10bit version of the MAX186) and a 74HN595 (shift register latch) using the same bus.  I&#039;m using the chip select on the ADC&#039;s and &#039;latch&#039; on the 595&#039;s to select the chips.   No problem on the output to the chips- but my results from the ADC are mostly random.   I&#039;m suspecting noise.

I&#039;m using a pair of 74LS259 decoders to selectively supply 5v to the sampled channel -  Im measuring an automotive thermo-resistor (going through a divider).

The circuit Shaun provides above worked on a breadboard - but once I put it all on a PCB, I&#039;m getting noise.   I should probably get an o-scope to see where the noise is.  Based on your comment, I wonder if my Basic Stamp 2pe is also the source of the noise.  The capacitors in Shaun&#039;s circuit are probably &#039;tuned&#039; to eliminate noise at a particular frequency.

Shaun says he is using a BS2 (20MHz), your BS2p40 is 20MHz turbo, my BS2pe is 8MHz turbo.   I suspect that changing the .1uf cap to match would help.   Thoughts?</description>
		<content:encoded><![CDATA[<p>Mike,<br />
  Any luck with your noise problem?   I&#8217;m using a similar design &#8211; I have two MAX192 (8 channel, 10bit version of the MAX186) and a 74HN595 (shift register latch) using the same bus.  I&#8217;m using the chip select on the ADC&#8217;s and &#8216;latch&#8217; on the 595&#8242;s to select the chips.   No problem on the output to the chips- but my results from the ADC are mostly random.   I&#8217;m suspecting noise.</p>
<p>I&#8217;m using a pair of 74LS259 decoders to selectively supply 5v to the sampled channel &#8211;  Im measuring an automotive thermo-resistor (going through a divider).</p>
<p>The circuit Shaun provides above worked on a breadboard &#8211; but once I put it all on a PCB, I&#8217;m getting noise.   I should probably get an o-scope to see where the noise is.  Based on your comment, I wonder if my Basic Stamp 2pe is also the source of the noise.  The capacitors in Shaun&#8217;s circuit are probably &#8216;tuned&#8217; to eliminate noise at a particular frequency.</p>
<p>Shaun says he is using a BS2 (20MHz), your BS2p40 is 20MHz turbo, my BS2pe is 8MHz turbo.   I suspect that changing the .1uf cap to match would help.   Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Blankenship</title>
		<link>http://www.robotshop.com/gorobotics/articles/microcontrollers/a-simple-and-free-adc-for-your-microcontroller/comment-page-1#comment-203</link>
		<dc:creator>Mike Blankenship</dc:creator>
		<pubDate>Tue, 10 Jun 2008 01:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.robotshop.com/gorobotics/wordpress/?p=406#comment-203</guid>
		<description>Hi,

Nice article. Im using the MAX187 in one of my projects just like you have in your article :
http://www.robotshop.com/gorobotics/Articles/Microcontrollers/A-Simple-And-Free-ADC-For-Your-Microcontroller/

My resolution is very good but on the output of my Voltake follower Im picking up a 70Khz signal !!! I followed the Max187 Grounding reccomendations but I still have this noise. Im also using a BSp240. I believe this is the Internal clock from the ADC. Have you seen this beofre? Any advice would be appreciated</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice article. Im using the MAX187 in one of my projects just like you have in your article :<br />
<a  href="http://www.robotshop.com/gorobotics/Articles/Microcontrollers/A-Simple-And-Free-ADC-For-Your-Microcontroller/" rel="nofollow">http://www.robotshop.com/gorobotics/Articles/Microcontrollers/A-Simple-And-Free-ADC-For-Your-Microcontroller/</a></p>
<p>My resolution is very good but on the output of my Voltake follower Im picking up a 70Khz signal !!! I followed the Max187 Grounding reccomendations but I still have this noise. Im also using a BSp240. I believe this is the Internal clock from the ADC. Have you seen this beofre? Any advice would be appreciated</p>
]]></content:encoded>
	</item>
</channel>
</rss>

