<?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 for learning the ropes</title>
	<atom:link href="http://ropeandpulley.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ropeandpulley.com/blog</link>
	<description>things I made at ITP and after: sketches, prototypes, and other documentation</description>
	<lastBuildDate>Tue, 13 Jul 2010 15:15:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Chip Select on AD5206 by Varun</title>
		<link>http://ropeandpulley.com/blog/2007/02/28/chip-select-on-ad5206/comment-page-1/#comment-140</link>
		<dc:creator>Varun</dc:creator>
		<pubDate>Tue, 13 Jul 2010 15:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://ropeandpulley.com/blog/?p=83#comment-140</guid>
		<description>Hi Michael,

Thanks for the advice. I actually tried using the &quot;hex inverter&quot; as you earlier suggested and it worked beautifully since I only have two potentiometers. 

Thanks for your help!

Varun</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>Thanks for the advice. I actually tried using the &#8220;hex inverter&#8221; as you earlier suggested and it worked beautifully since I only have two potentiometers. </p>
<p>Thanks for your help!</p>
<p>Varun</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chip Select on AD5206 by Michael</title>
		<link>http://ropeandpulley.com/blog/2007/02/28/chip-select-on-ad5206/comment-page-1/#comment-139</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 12 Jul 2010 18:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://ropeandpulley.com/blog/?p=83#comment-139</guid>
		<description>A few thoughts:

Is your write_pot() function the same as the function implemented at the Arduino AD5206 tutorial? ( http://www.arduino.cc/en/Tutorial/SPIDigitalPot )

(same question for the write_pot1() function, which I&#039;m assuming you modified to utilize the SLAVESELECT1 constant).

What is the record_data() function?  

Have you verified that the two AD5206 chips work without your multiplexer shield?    

Have you tried putting a delay in your loop between the SPI writes?  Even just a small delay (10-20ms) might make a difference.

Do you have a schematic?  and are you sure your wiring is not at fault?

Here is what I would try first:
1. Take the mux-shield _and_ the AD5206 chips out...  Verify that the logic you&#039;re expecting to occur at outputs 9 and 10 on the Arduino is actually happening by driving LEDs with them directly (might want a 220-ohm current-limiting resistor there just in case...  If you put a delay(1000) in your program between the write_pot() functions... you should see the two LEDs you&#039;ve added toggling on and off.  If you don&#039;t see this, you&#039;ve got a code problem.  

If that&#039;s working right, try each AD5206 connected to the Arduino _by itself_.  Basically, you want to try to separate your system into easy to test pieces.</description>
		<content:encoded><![CDATA[<p>A few thoughts:</p>
<p>Is your write_pot() function the same as the function implemented at the Arduino AD5206 tutorial? ( <a href="http://www.arduino.cc/en/Tutorial/SPIDigitalPot" rel="nofollow">http://www.arduino.cc/en/Tutorial/SPIDigitalPot</a> )</p>
<p>(same question for the write_pot1() function, which I&#8217;m assuming you modified to utilize the SLAVESELECT1 constant).</p>
<p>What is the record_data() function?  </p>
<p>Have you verified that the two AD5206 chips work without your multiplexer shield?    </p>
<p>Have you tried putting a delay in your loop between the SPI writes?  Even just a small delay (10-20ms) might make a difference.</p>
<p>Do you have a schematic?  and are you sure your wiring is not at fault?</p>
<p>Here is what I would try first:<br />
1. Take the mux-shield _and_ the AD5206 chips out&#8230;  Verify that the logic you&#8217;re expecting to occur at outputs 9 and 10 on the Arduino is actually happening by driving LEDs with them directly (might want a 220-ohm current-limiting resistor there just in case&#8230;  If you put a delay(1000) in your program between the write_pot() functions&#8230; you should see the two LEDs you&#8217;ve added toggling on and off.  If you don&#8217;t see this, you&#8217;ve got a code problem.  </p>
<p>If that&#8217;s working right, try each AD5206 connected to the Arduino _by itself_.  Basically, you want to try to separate your system into easy to test pieces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chip Select on AD5206 by Varun</title>
		<link>http://ropeandpulley.com/blog/2007/02/28/chip-select-on-ad5206/comment-page-1/#comment-138</link>
		<dc:creator>Varun</dc:creator>
		<pubDate>Mon, 12 Jul 2010 18:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://ropeandpulley.com/blog/?p=83#comment-138</guid>
		<description>Sorry, forgot to mention the website:

http://www.arduino.cc/en/Tutorial/SPIDigitalPot</description>
		<content:encoded><![CDATA[<p>Sorry, forgot to mention the website:</p>
<p><a href="http://www.arduino.cc/en/Tutorial/SPIDigitalPot" rel="nofollow">http://www.arduino.cc/en/Tutorial/SPIDigitalPot</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chip Select on AD5206 by Varun</title>
		<link>http://ropeandpulley.com/blog/2007/02/28/chip-select-on-ad5206/comment-page-1/#comment-137</link>
		<dc:creator>Varun</dc:creator>
		<pubDate>Mon, 12 Jul 2010 18:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://ropeandpulley.com/blog/?p=83#comment-137</guid>
		<description>Hi Michael,

Thanks for your response. I tried what you suggested, however it did not switch between the AD5206 chips. Something really funny is happening:

I connected the two CS for the AD5206 into Arduino pins 10 and 9 respectively. However, only the first potentiometer is working. Even after switching the CS for the first AD chip for the second one, it only works for the first potentiometer. I am attaching my code for you. Part of this code comes from the following website:

#define CONTROL0 5                                         //MUX control pin 0 (S3 is connected to Arduino pin 2)
#define CONTROL1 4
#define CONTROL2 3
#define CONTROL3 2

#define DATAOUT 11                                         //MOSI
#define DATAIN 12                                          //MISO - not used, but part of builtin SPI
#define SPICLOCK  13                                       //sck
#define SLAVESELECT 10                                     //ss

#define DATAOUT1 8                                         //MOSI
#define SPICLOCK1 7                                       //sck
#define SLAVESELECT1 9                                     //ss

byte pot=0;
byte resistance=0;

int pause = 500;                                           // The higher the number, the slower the timing.
int mux2array[8];
int num[8];
float calc[8];

float SCALE = 4.8828125;                                   // Conversion from 0-1023 to 0-5V
int ptime = 0;

char spi_transfer(volatile char data)
{
  SPDR = data;                                             // Start the transmission
  while (!(SPSR &amp; (1&lt;&lt;SPIF)))                              // Wait the end of the transmission
  {
  };
  return SPDR;                                             // return the received byte
}

void setup()
{
  byte i;
  byte clr;
  
  pinMode(CONTROL0, OUTPUT);                               // Set MUX control pins to output
  pinMode(CONTROL1, OUTPUT);
  pinMode(CONTROL2, OUTPUT);
  pinMode(CONTROL3, OUTPUT);
  
  pinMode(14, OUTPUT); 
  pinMode(15, INPUT);
  pinMode(16, OUTPUT);                                    // Turn on output to digital pins 14 &amp; 16 (MUX 1 &amp; 2) and turn off the other multiplexer data pin

  pinMode(DATAOUT, OUTPUT);
  pinMode(DATAIN, INPUT);
  pinMode(SPICLOCK,OUTPUT);
  pinMode(SLAVESELECT,OUTPUT);
  
  pinMode(DATAOUT1, OUTPUT);
  pinMode(SPICLOCK1,OUTPUT);
  pinMode(SLAVESELECT1,OUTPUT);
    
  digitalWrite(SLAVESELECT,HIGH);                         //disable device
  digitalWrite(SLAVESELECT1,HIGH);                         //disable device
  
  // SPCR = 01010000
  //interrupt disabled,spi enabled,msb 1st,master,clk low when idle,
  //sample on leading edge of clk,system clock/4 (fastest)
  
  SPCR = (1&lt;&lt;SPE)&#124;(1&lt;&lt;MSTR);
  clr=SPSR;
  clr=SPDR;
  delay(10);
  
  for (i=0;i&gt;3);                       //S3
  digitalWrite(CONTROL1, (a&amp;7)&gt;&gt;2);                        //S2
  digitalWrite(CONTROL2, (a&amp;3)&gt;&gt;1);                        //S1
  digitalWrite(CONTROL3, (a&amp;1));                           //S0
  
  delay(pause);
  mux2array[a] = analogRead(1);
  calc[a] = mux2array[a]*SCALE;
  num[a] = (int)calc[a];
  Serial.print(ptime);
  ptime = ptime + 1;
  Serial.print(&quot;\t&quot;);
  Serial.print(num[a]);
  Serial.print(&quot;\t&quot;);  
  delay(pause);
}

void loop()
{
  write_pot(pot, 0);
  record_data(pot);
  write_pot(pot, 255);
  pot++; 
  
  if(pot==6)
  {
    pot=0;
    write_pot1(0, 0);
    record_data(pot);
    write_pot1(0, 255);

    write_pot1(1, 0);
    record_data(pot);
    write_pot1(1, 255);

    write_pot1(2, 0);
    record_data(pot);
    write_pot1(2, 255);

//    pot++; 
    Serial.println();
  }
}

Also, I am using a muxshield to increase the I/Os:

http://mayhewlabs.com/arduino-mux-shield

Thanks once again for your help.</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>Thanks for your response. I tried what you suggested, however it did not switch between the AD5206 chips. Something really funny is happening:</p>
<p>I connected the two CS for the AD5206 into Arduino pins 10 and 9 respectively. However, only the first potentiometer is working. Even after switching the CS for the first AD chip for the second one, it only works for the first potentiometer. I am attaching my code for you. Part of this code comes from the following website:</p>
<p>#define CONTROL0 5                                         //MUX control pin 0 (S3 is connected to Arduino pin 2)<br />
#define CONTROL1 4<br />
#define CONTROL2 3<br />
#define CONTROL3 2</p>
<p>#define DATAOUT 11                                         //MOSI<br />
#define DATAIN 12                                          //MISO &#8211; not used, but part of builtin SPI<br />
#define SPICLOCK  13                                       //sck<br />
#define SLAVESELECT 10                                     //ss</p>
<p>#define DATAOUT1 8                                         //MOSI<br />
#define SPICLOCK1 7                                       //sck<br />
#define SLAVESELECT1 9                                     //ss</p>
<p>byte pot=0;<br />
byte resistance=0;</p>
<p>int pause = 500;                                           // The higher the number, the slower the timing.<br />
int mux2array[8];<br />
int num[8];<br />
float calc[8];</p>
<p>float SCALE = 4.8828125;                                   // Conversion from 0-1023 to 0-5V<br />
int ptime = 0;</p>
<p>char spi_transfer(volatile char data)<br />
{<br />
  SPDR = data;                                             // Start the transmission<br />
  while (!(SPSR &amp; (1&lt;&lt;SPIF)))                              // Wait the end of the transmission<br />
  {<br />
  };<br />
  return SPDR;                                             // return the received byte<br />
}</p>
<p>void setup()<br />
{<br />
  byte i;<br />
  byte clr;</p>
<p>  pinMode(CONTROL0, OUTPUT);                               // Set MUX control pins to output<br />
  pinMode(CONTROL1, OUTPUT);<br />
  pinMode(CONTROL2, OUTPUT);<br />
  pinMode(CONTROL3, OUTPUT);</p>
<p>  pinMode(14, OUTPUT);<br />
  pinMode(15, INPUT);<br />
  pinMode(16, OUTPUT);                                    // Turn on output to digital pins 14 &amp; 16 (MUX 1 &amp; 2) and turn off the other multiplexer data pin</p>
<p>  pinMode(DATAOUT, OUTPUT);<br />
  pinMode(DATAIN, INPUT);<br />
  pinMode(SPICLOCK,OUTPUT);<br />
  pinMode(SLAVESELECT,OUTPUT);</p>
<p>  pinMode(DATAOUT1, OUTPUT);<br />
  pinMode(SPICLOCK1,OUTPUT);<br />
  pinMode(SLAVESELECT1,OUTPUT);</p>
<p>  digitalWrite(SLAVESELECT,HIGH);                         //disable device<br />
  digitalWrite(SLAVESELECT1,HIGH);                         //disable device</p>
<p>  // SPCR = 01010000<br />
  //interrupt disabled,spi enabled,msb 1st,master,clk low when idle,<br />
  //sample on leading edge of clk,system clock/4 (fastest)</p>
<p>  SPCR = (1&lt;&lt;SPE)|(1&lt;&lt;MSTR);<br />
  clr=SPSR;<br />
  clr=SPDR;<br />
  delay(10);</p>
<p>  for (i=0;i&gt;3);                       //S3<br />
  digitalWrite(CONTROL1, (a&amp;7)&gt;&gt;2);                        //S2<br />
  digitalWrite(CONTROL2, (a&amp;3)&gt;&gt;1);                        //S1<br />
  digitalWrite(CONTROL3, (a&amp;1));                           //S0</p>
<p>  delay(pause);<br />
  mux2array[a] = analogRead(1);<br />
  calc[a] = mux2array[a]*SCALE;<br />
  num[a] = (int)calc[a];<br />
  Serial.print(ptime);<br />
  ptime = ptime + 1;<br />
  Serial.print(&#8220;\t&#8221;);<br />
  Serial.print(num[a]);<br />
  Serial.print(&#8220;\t&#8221;);<br />
  delay(pause);<br />
}</p>
<p>void loop()<br />
{<br />
  write_pot(pot, 0);<br />
  record_data(pot);<br />
  write_pot(pot, 255);<br />
  pot++; </p>
<p>  if(pot==6)<br />
  {<br />
    pot=0;<br />
    write_pot1(0, 0);<br />
    record_data(pot);<br />
    write_pot1(0, 255);</p>
<p>    write_pot1(1, 0);<br />
    record_data(pot);<br />
    write_pot1(1, 255);</p>
<p>    write_pot1(2, 0);<br />
    record_data(pot);<br />
    write_pot1(2, 255);</p>
<p>//    pot++;<br />
    Serial.println();<br />
  }<br />
}</p>
<p>Also, I am using a muxshield to increase the I/Os:</p>
<p><a href="http://mayhewlabs.com/arduino-mux-shield" rel="nofollow">http://mayhewlabs.com/arduino-mux-shield</a></p>
<p>Thanks once again for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chip Select on AD5206 by Michael</title>
		<link>http://ropeandpulley.com/blog/2007/02/28/chip-select-on-ad5206/comment-page-1/#comment-136</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 12 Jul 2010 16:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://ropeandpulley.com/blog/?p=83#comment-136</guid>
		<description>Varun,

I&#039;m a little confused where you are getting that pin 10 on Arduino is CS...  The mapping between Arduino and the Atmega168 family ( http://arduino.cc/en/Hacking/PinMapping168 ) -- and forgive me if you are using a newer Arduion -- doesn&#039;t show an CS pin on the Arduino.  You can use any digital output pin (or pins). 

Also note that chip-select is &quot;negative&quot; -- that&#039;s what the horizontal bar over the name of the signal name indicates.  To enable the chip, you pull the CS line low.  To disable it, you drive the CS line high.

Here&#039;s a simple example:

&lt;code&gt;
int CS_A = 2; // Chip select for AD5206 - A is connected to digital pin 2
int CS_B = 3; // Chip select for AD5206 - B is connected to digital pin 2

void setup()
{
  pinMode(CS_A, OUTPUT);      // sets the digital pin as output
  pinMode(CS_B, OUTPUT);      // sets the digital pin as output
}

void loop()
{
  digitalWrite(CS_A, LOW);  // enable first AD5206
  digitalWrite(CS_B, HIGH);  // disable second AD5206

  /* write code here that sets the levels on the first AD5206

  */

  digitalWrite(CS_A, HIGH);  // disable first AD5206
  digitalWrite(CS_B, LOW);   // enable second AD5206

  /* write code here that sets the levels on the first AD5206

  */
}
&lt;/code&gt; 

You asked how the CS would work with a pull-down resistor...  

&lt;img src=&quot;http://ropeandpulley.com/blog/wp-content/uploads/2010/07/schematic2.png&quot; alt=&quot;Schematic including Arduino with 2 AD5206 chips&quot; height=&quot;300&quot; width=&quot;424&quot; /&gt;

When you use pull-down resistors, they serve to prevent an input (in this case, the CS on the AD5206) from floating.    As I began writing this, however, I realized that for your application, where different Arduino outputs are connected to the chip selects on two different AD5206 chips, the pull-downs are probably unnecessary.  In my case, they were necessary because I had the two chips ganged together in a weird way.  If you see weird things happening, though...  like very simple test code (turning channels of the AD5206 on and off) works sometimes and othertimes does not, you might have an issue that requires pull-down resistors.  </description>
		<content:encoded><![CDATA[<p>Varun,</p>
<p>I&#8217;m a little confused where you are getting that pin 10 on Arduino is CS&#8230;  The mapping between Arduino and the Atmega168 family ( <a href="http://arduino.cc/en/Hacking/PinMapping168" rel="nofollow">http://arduino.cc/en/Hacking/PinMapping168</a> ) &#8212; and forgive me if you are using a newer Arduion &#8212; doesn&#8217;t show an CS pin on the Arduino.  You can use any digital output pin (or pins). </p>
<p>Also note that chip-select is &#8220;negative&#8221; &#8212; that&#8217;s what the horizontal bar over the name of the signal name indicates.  To enable the chip, you pull the CS line low.  To disable it, you drive the CS line high.</p>
<p>Here&#8217;s a simple example:</p>
<p><code><br />
int CS_A = 2; // Chip select for AD5206 - A is connected to digital pin 2<br />
int CS_B = 3; // Chip select for AD5206 - B is connected to digital pin 2</p>
<p>void setup()<br />
{<br />
  pinMode(CS_A, OUTPUT);      // sets the digital pin as output<br />
  pinMode(CS_B, OUTPUT);      // sets the digital pin as output<br />
}</p>
<p>void loop()<br />
{<br />
  digitalWrite(CS_A, LOW);  // enable first AD5206<br />
  digitalWrite(CS_B, HIGH);  // disable second AD5206</p>
<p>  /* write code here that sets the levels on the first AD5206</p>
<p>  */</p>
<p>  digitalWrite(CS_A, HIGH);  // disable first AD5206<br />
  digitalWrite(CS_B, LOW);   // enable second AD5206</p>
<p>  /* write code here that sets the levels on the first AD5206</p>
<p>  */<br />
}<br />
</code> </p>
<p>You asked how the CS would work with a pull-down resistor&#8230;  </p>
<p><img src="http://ropeandpulley.com/blog/wp-content/uploads/2010/07/schematic2.png" alt="Schematic including Arduino with 2 AD5206 chips" height="300" width="424" /></p>
<p>When you use pull-down resistors, they serve to prevent an input (in this case, the CS on the AD5206) from floating.    As I began writing this, however, I realized that for your application, where different Arduino outputs are connected to the chip selects on two different AD5206 chips, the pull-downs are probably unnecessary.  In my case, they were necessary because I had the two chips ganged together in a weird way.  If you see weird things happening, though&#8230;  like very simple test code (turning channels of the AD5206 on and off) works sometimes and othertimes does not, you might have an issue that requires pull-down resistors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chip Select on AD5206 by Varun</title>
		<link>http://ropeandpulley.com/blog/2007/02/28/chip-select-on-ad5206/comment-page-1/#comment-135</link>
		<dc:creator>Varun</dc:creator>
		<pubDate>Mon, 12 Jul 2010 16:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://ropeandpulley.com/blog/?p=83#comment-135</guid>
		<description>Thank you for the help Michael,

I just wanted to ask a quick question regarding arduino. If I am not mistaken, I believe pin 10 is the only CS. So, are you suggesting to use this one CS and relay it to two potentiometer CSs?

Also, how do I use the 10k pull-down resistor accommodating the CS as well. If you could provide a few lines of code that would make me understand a bit better.

I am sorry my background is not electrical (chemical engineering), hence the very basic questions.

Thanks for your help.

Varun</description>
		<content:encoded><![CDATA[<p>Thank you for the help Michael,</p>
<p>I just wanted to ask a quick question regarding arduino. If I am not mistaken, I believe pin 10 is the only CS. So, are you suggesting to use this one CS and relay it to two potentiometer CSs?</p>
<p>Also, how do I use the 10k pull-down resistor accommodating the CS as well. If you could provide a few lines of code that would make me understand a bit better.</p>
<p>I am sorry my background is not electrical (chemical engineering), hence the very basic questions.</p>
<p>Thanks for your help.</p>
<p>Varun</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chip Select on AD5206 by Michael</title>
		<link>http://ropeandpulley.com/blog/2007/02/28/chip-select-on-ad5206/comment-page-1/#comment-134</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 12 Jul 2010 15:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://ropeandpulley.com/blog/?p=83#comment-134</guid>
		<description>Yes.  The CS (chip-select) line on the AD5206...   By using the 10K pull-down resistors as I suggested in the post, you will be enabling both chips.  If you want to operate the AD5206 chips in sequence, you will need to use two digital outputs from the Arduino to control the chip selects (I think you could also get away with just a single output from the Arduino if you use a &quot;hex inverter&quot; chip to get the &quot;logical&quot; opposite of the Arduino output.

Drive high the output of the Arduino that corresponds to the chip you want to enable (and simultaneously drive low the other output to disable the second AD5206).

All of that said, I would stay away from the AD5206 as a solution for dimming LEDs.  A bit of time has passed since I wrote the post you found -- and while the AD5206 does approximate the effect of dimming the LEDs by changing the voltage that is going to them, using pulsewidth modulation (PWM) is a lower-power and more reliable way to dim LEDs.  There are SPI-based chips which do this (though I don&#039;t have any particular suggestions).</description>
		<content:encoded><![CDATA[<p>Yes.  The CS (chip-select) line on the AD5206&#8230;   By using the 10K pull-down resistors as I suggested in the post, you will be enabling both chips.  If you want to operate the AD5206 chips in sequence, you will need to use two digital outputs from the Arduino to control the chip selects (I think you could also get away with just a single output from the Arduino if you use a &#8220;hex inverter&#8221; chip to get the &#8220;logical&#8221; opposite of the Arduino output.</p>
<p>Drive high the output of the Arduino that corresponds to the chip you want to enable (and simultaneously drive low the other output to disable the second AD5206).</p>
<p>All of that said, I would stay away from the AD5206 as a solution for dimming LEDs.  A bit of time has passed since I wrote the post you found &#8212; and while the AD5206 does approximate the effect of dimming the LEDs by changing the voltage that is going to them, using pulsewidth modulation (PWM) is a lower-power and more reliable way to dim LEDs.  There are SPI-based chips which do this (though I don&#8217;t have any particular suggestions).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chip Select on AD5206 by Varun</title>
		<link>http://ropeandpulley.com/blog/2007/02/28/chip-select-on-ad5206/comment-page-1/#comment-133</link>
		<dc:creator>Varun</dc:creator>
		<pubDate>Mon, 12 Jul 2010 14:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://ropeandpulley.com/blog/?p=83#comment-133</guid>
		<description>Hello,

I have a similar question regarding the AD5206. I am trying to use two AD5206s as well. I am having trouble coordinating the two. Is there a way of turning the first pot on (while the second one is turned off) and light up the LEDs associated to the first pot and then switch to the second pot? I tried using a 74LS138 decoder but it did not work. 

Please let me know if this is possible or any other solution you might have. BTW, I am using these pots with Arduino ..</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have a similar question regarding the AD5206. I am trying to use two AD5206s as well. I am having trouble coordinating the two. Is there a way of turning the first pot on (while the second one is turned off) and light up the LEDs associated to the first pot and then switch to the second pot? I tried using a 74LS138 decoder but it did not work. </p>
<p>Please let me know if this is possible or any other solution you might have. BTW, I am using these pots with Arduino ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dust PCB Design by ardor</title>
		<link>http://ropeandpulley.com/blog/2007/05/02/dust-pcb-design/comment-page-1/#comment-96</link>
		<dc:creator>ardor</dc:creator>
		<pubDate>Sun, 13 Sep 2009 17:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://ropeandpulley.com/blog/?p=127#comment-96</guid>
		<description>Dear Michael, great post. I would like your lib for footprint G6L-1F please email me ardorlan@gmail.com

Thanks.</description>
		<content:encoded><![CDATA[<p>Dear Michael, great post. I would like your lib for footprint G6L-1F please email me <a href="mailto:ardorlan@gmail.com">ardorlan@gmail.com</a></p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lighting Possibilities Retry by Wendy</title>
		<link>http://ropeandpulley.com/blog/2009/08/25/lighting-possibilities-retry/comment-page-1/#comment-93</link>
		<dc:creator>Wendy</dc:creator>
		<pubDate>Wed, 26 Aug 2009 21:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://ropeandpulley.com/blog/?p=428#comment-93</guid>
		<description>Wow, this is amazing! It runs so well!
Is this somehting I can do, too? We&#039;ll discuss...</description>
		<content:encoded><![CDATA[<p>Wow, this is amazing! It runs so well!<br />
Is this somehting I can do, too? We&#8217;ll discuss&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

