<?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 insideGadgets</title>
	<atom:link href="http://www.insidegadgets.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.insidegadgets.com</link>
	<description>I&#039;m learning about electronics bit by bit, making projects and tearing things apart</description>
	<lastBuildDate>Tue, 18 Jun 2013 16:56:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on ATtiny25 Basic VCO, RC oscillator overclocking and testing frequency pickup by ATtiny25 Basic VCO, RC oscillator overclocking and testing frequency pickup &#124; Make, Electronics projects, electronic Circuits, DIY projects, Microcontroller Projects - makeelectronic.com</title>
		<link>http://www.insidegadgets.com/2013/06/13/attiny25-basic-vco-rc-oscillator-overclocking-and-testing-frequency-pickup/#comment-80777</link>
		<dc:creator>ATtiny25 Basic VCO, RC oscillator overclocking and testing frequency pickup &#124; Make, Electronics projects, electronic Circuits, DIY projects, Microcontroller Projects - makeelectronic.com</dc:creator>
		<pubDate>Tue, 18 Jun 2013 16:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.insidegadgets.com/?p=4995#comment-80777</guid>
		<description><![CDATA[[...] ATtiny25 Elementary VCO, RC oscillator overclocking furthermore testing frequency pickup - understand else about this enterprise relate  [...]]]></description>
		<content:encoded><![CDATA[<p>[...] ATtiny25 Elementary VCO, RC oscillator overclocking furthermore testing frequency pickup &#8211; understand else about this enterprise relate  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nRF24 Multi-Network &#8211; Allowing for 255 addresses by Marlos</title>
		<link>http://www.insidegadgets.com/2013/06/09/nrf24-multi-network-allowing-for-255-addresses/#comment-80776</link>
		<dc:creator>Marlos</dc:creator>
		<pubDate>Tue, 18 Jun 2013 14:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.insidegadgets.com/?p=4952#comment-80776</guid>
		<description><![CDATA[Dear Alex,

I am trying to do a network that allows a receiver to read the data from transmitters that send the data of the sensors. Each nrf24 sends the sensor data to the receiver, that actuates like a central. Do you think it&#039;s possible to do this based on the code made by you? Your code helped a lot. I am using a msp430, from Texas Instrument.

Regards,
Marlos]]></description>
		<content:encoded><![CDATA[<p>Dear Alex,</p>
<p>I am trying to do a network that allows a receiver to read the data from transmitters that send the data of the sensors. Each nrf24 sends the sensor data to the receiver, that actuates like a central. Do you think it&#8217;s possible to do this based on the code made by you? Your code helped a lot. I am using a msp430, from Texas Instrument.</p>
<p>Regards,<br />
Marlos</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with 8&#215;8 LED Matrix by Alex</title>
		<link>http://www.insidegadgets.com/2010/11/07/fun-with-8x8-led-matrix/#comment-80775</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 18 Jun 2013 09:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://insidegadgets.wordpress.com/?p=576#comment-80775</guid>
		<description><![CDATA[One way would be to store each letter in the flash using PGM.

Another method is to store each letter as 8 bytes with each byte representing which LED to light up. If you check my AT Mini Matrix Ctrl code I do this in the function append_text_Matrix (which also uses PGM too). 

The setup.c file in AT Mini Matrix Ctrl has the letter to LEDs array:
prog_uchar ledLetters[26][8] PROGMEM = {
	{24,8,20,20,20,28,34,119}, // A
...]]></description>
		<content:encoded><![CDATA[<p>One way would be to store each letter in the flash using PGM.</p>
<p>Another method is to store each letter as 8 bytes with each byte representing which LED to light up. If you check my AT Mini Matrix Ctrl code I do this in the function append_text_Matrix (which also uses PGM too). </p>
<p>The setup.c file in AT Mini Matrix Ctrl has the letter to LEDs array:<br />
prog_uchar ledLetters[26][8] PROGMEM = {<br />
	{24,8,20,20,20,28,34,119}, // A<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inside the Tenda 8 Port Fast Ethernet Switch by Steve</title>
		<link>http://www.insidegadgets.com/2012/12/15/inside-the-tenda-8-port-fast-ethernet-switch/#comment-80769</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 17 Jun 2013 20:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.insidegadgets.com/?p=4034#comment-80769</guid>
		<description><![CDATA[I’ve got one of these as well. But mine had “7.5VAC” printed on the case. I seem to have misplaced it…. so when I opened mine up and saw the diode bridge, cap rating, and a DC-DC converter, I supplied it with 12VDC and moved on with my life. Still working….]]></description>
		<content:encoded><![CDATA[<p>I’ve got one of these as well. But mine had “7.5VAC” printed on the case. I seem to have misplaced it…. so when I opened mine up and saw the diode bridge, cap rating, and a DC-DC converter, I supplied it with 12VDC and moved on with my life. Still working….</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with 8&#215;8 LED Matrix by allysa</title>
		<link>http://www.insidegadgets.com/2010/11/07/fun-with-8x8-led-matrix/#comment-80766</link>
		<dc:creator>allysa</dc:creator>
		<pubDate>Mon, 17 Jun 2013 13:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://insidegadgets.wordpress.com/?p=576#comment-80766</guid>
		<description><![CDATA[Alex i have lack of RAM issue i&#039;ve checked and it takes a lot of RAM because i&#039;ve tried to check array one by one with IF function, :

  if (s==&#039;A&#039;){LEDs[x][y+16] = letterA[x][y];}
      if (s==&#039;B&#039;){LEDs[x][y+16] = letterB[x][y];}
      if (s==&#039;C&#039;){LEDs[x][y+16] = letterC[x][y];}
      if (s==&#039;D&#039;){LEDs[x][y+16] = letterD[x][y];}
      if (s==&#039;E&#039;){LEDs[x][y+16] = letterE[x][y]; }  
              if (s==&#039;F&#039;){LEDs[x][y+16] = letterF[x][y]; }
              if (s==&#039;G&#039;){LEDs[x][y+16] = letterG[x][y]; }
              if (s==&#039;H&#039;){LEDs[x][y+16] = letterH[x][y]; }  
             if (s==&#039;J&#039;){LEDs[x][y+16] = letterJ[x][y]; }
              if (s==&#039;K&#039;){LEDs[x][y+16] = letterK[x][y]; }
              if (s==&#039;L&#039;){LEDs[x][y+16] = letterL[x][y]; }  
              if (s==&#039;M&#039;){LEDs[x][y+16] = letterM[x][y]; }  
              if (s==&#039;N&#039;){LEDs[x][y+16] = letterN[x][y]; }
              if (s==&#039;O&#039;){LEDs[x][y+16] = letterO[x][y]; }
              if (s==&#039;P&#039;){LEDs[x][y+16] = letterP[x][y]; }  
              if (s==&#039;Q&#039;){LEDs[x][y+16] = letterQ[x][y]; } 
              if (s==&#039;R&#039;){LEDs[x][y+16] = letterR[x][y]; } 
              if (s==&#039;S&#039;){LEDs[x][y+16] = letterS[x][y]; }
               if (s==&#039;I&#039;){LEDs[x][y+16] = letterI[x][y]; }  
             if (s==&#039;T&#039;){LEDs[x][y+16] = letterT[x][y]; }
              if (s==&#039;U&#039;){LEDs[x][y+16] = letterU[x][y]; }  
              if (s==&#039;V&#039;){LEDs[x][y+16] = letterV[x][y]; }
              if (s==&#039;W&#039;){LEDs[x][y+16] = letterW[x][y]; }
              if (s==&#039;X&#039;){LEDs[x][y+16] = letterX[x][y]; }   
            if (s==&#039;Y&#039;){LEDs[x][y+16] = letterY[x][y]; } 
             if (s==&#039;Z&#039;){LEDs[x][y+16] = letterZ[x][y]; }  

can you tell me another methods to check letter and then calling the array associated with it? btw, thank you Alex for your help.]]></description>
		<content:encoded><![CDATA[<p>Alex i have lack of RAM issue i&#8217;ve checked and it takes a lot of RAM because i&#8217;ve tried to check array one by one with IF function, :</p>
<p>  if (s==&#8217;A'){LEDs[x][y+16] = letterA[x][y];}<br />
      if (s==&#8217;B'){LEDs[x][y+16] = letterB[x][y];}<br />
      if (s==&#8217;C'){LEDs[x][y+16] = letterC[x][y];}<br />
      if (s==&#8217;D'){LEDs[x][y+16] = letterD[x][y];}<br />
      if (s==&#8217;E'){LEDs[x][y+16] = letterE[x][y]; }<br />
              if (s==&#8217;F'){LEDs[x][y+16] = letterF[x][y]; }<br />
              if (s==&#8217;G'){LEDs[x][y+16] = letterG[x][y]; }<br />
              if (s==&#8217;H'){LEDs[x][y+16] = letterH[x][y]; }<br />
             if (s==&#8217;J'){LEDs[x][y+16] = letterJ[x][y]; }<br />
              if (s==&#8217;K'){LEDs[x][y+16] = letterK[x][y]; }<br />
              if (s==&#8217;L'){LEDs[x][y+16] = letterL[x][y]; }<br />
              if (s==&#8217;M'){LEDs[x][y+16] = letterM[x][y]; }<br />
              if (s==&#8217;N'){LEDs[x][y+16] = letterN[x][y]; }<br />
              if (s==&#8217;O'){LEDs[x][y+16] = letterO[x][y]; }<br />
              if (s==&#8217;P'){LEDs[x][y+16] = letterP[x][y]; }<br />
              if (s==&#8217;Q'){LEDs[x][y+16] = letterQ[x][y]; }<br />
              if (s==&#8217;R'){LEDs[x][y+16] = letterR[x][y]; }<br />
              if (s==&#8217;S'){LEDs[x][y+16] = letterS[x][y]; }<br />
               if (s==&#8217;I'){LEDs[x][y+16] = letterI[x][y]; }<br />
             if (s==&#8217;T'){LEDs[x][y+16] = letterT[x][y]; }<br />
              if (s==&#8217;U'){LEDs[x][y+16] = letterU[x][y]; }<br />
              if (s==&#8217;V'){LEDs[x][y+16] = letterV[x][y]; }<br />
              if (s==&#8217;W'){LEDs[x][y+16] = letterW[x][y]; }<br />
              if (s==&#8217;X'){LEDs[x][y+16] = letterX[x][y]; }<br />
            if (s==&#8217;Y'){LEDs[x][y+16] = letterY[x][y]; }<br />
             if (s==&#8217;Z'){LEDs[x][y+16] = letterZ[x][y]; }  </p>
<p>can you tell me another methods to check letter and then calling the array associated with it? btw, thank you Alex for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with 8&#215;8 LED Matrix by Alex</title>
		<link>http://www.insidegadgets.com/2010/11/07/fun-with-8x8-led-matrix/#comment-80753</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 15 Jun 2013 09:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://insidegadgets.wordpress.com/?p=576#comment-80753</guid>
		<description><![CDATA[Nice :)]]></description>
		<content:encoded><![CDATA[<p>Nice <img src='http://www.insidegadgets.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with 8&#215;8 LED Matrix by allysa</title>
		<link>http://www.insidegadgets.com/2010/11/07/fun-with-8x8-led-matrix/#comment-80747</link>
		<dc:creator>allysa</dc:creator>
		<pubDate>Fri, 14 Jun 2013 22:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://insidegadgets.wordpress.com/?p=576#comment-80747</guid>
		<description><![CDATA[I Modified your code, and works now with two of 8x8 dot matrix led, check my video at:
http://youtu.be/skBDsUYHXIY
Thanks Alex, soon i will try to add more shift register and matrix led to make 24x8 or more, once again thanks for your help.]]></description>
		<content:encoded><![CDATA[<p>I Modified your code, and works now with two of 8&#215;8 dot matrix led, check my video at:<br />
<a href="http://youtu.be/skBDsUYHXIY" rel="nofollow">http://youtu.be/skBDsUYHXIY</a><br />
Thanks Alex, soon i will try to add more shift register and matrix led to make 24&#215;8 or more, once again thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with 8&#215;8 LED Matrix by Alex</title>
		<link>http://www.insidegadgets.com/2010/11/07/fun-with-8x8-led-matrix/#comment-80730</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 12 Jun 2013 14:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://insidegadgets.wordpress.com/?p=576#comment-80730</guid>
		<description><![CDATA[Hi Allysa, to add on an extra 8x8 matrix, you would need to expand the variables like &quot;LEDs&quot;, etc. Then in the lightLED you need to double everything there and add two more shiftOut calls. I would try try focusing on the lightLED function and have it only lighting up single LEDs at a time until you know both 8x8 matrixs work.]]></description>
		<content:encoded><![CDATA[<p>Hi Allysa, to add on an extra 8&#215;8 matrix, you would need to expand the variables like &#8220;LEDs&#8221;, etc. Then in the lightLED you need to double everything there and add two more shiftOut calls. I would try try focusing on the lightLED function and have it only lighting up single LEDs at a time until you know both 8&#215;8 matrixs work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with 8&#215;8 LED Matrix by allysa</title>
		<link>http://www.insidegadgets.com/2010/11/07/fun-with-8x8-led-matrix/#comment-80726</link>
		<dc:creator>allysa</dc:creator>
		<pubDate>Wed, 12 Jun 2013 08:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://insidegadgets.wordpress.com/?p=576#comment-80726</guid>
		<description><![CDATA[hi alex, your project is very awesome. thanks for your sharing, i have tried your code by using 2 IC 74HC595 without using darlington array ULN2003, and i modified your code so it can work without darlington array. its work like a charm. but can you help me? what should i change in your code if i want to add more 8x8 dot matrix? thank you so much alex for your help.]]></description>
		<content:encoded><![CDATA[<p>hi alex, your project is very awesome. thanks for your sharing, i have tried your code by using 2 IC 74HC595 without using darlington array ULN2003, and i modified your code so it can work without darlington array. its work like a charm. but can you help me? what should i change in your code if i want to add more 8&#215;8 dot matrix? thank you so much alex for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the nRF24L01 wireless module by Alex</title>
		<link>http://www.insidegadgets.com/2012/08/22/using-the-nrf24l01-wireless-module/#comment-80713</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 10 Jun 2013 14:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.insidegadgets.com/?p=3560#comment-80713</guid>
		<description><![CDATA[Hi Jony, 
My email is alex@insidegadgets.com]]></description>
		<content:encoded><![CDATA[<p>Hi Jony,<br />
My email is <a href="mailto:alex@insidegadgets.com">alex@insidegadgets.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
