<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Droids.it - Blogs - Gianni</title>
		<link>http://www.droids.it/cmsvb4/blog.php?7-Gianni</link>
		<description>This is a discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ .</description>
		<language>en</language>
		<lastBuildDate>Tue, 21 May 2013 17:57:48 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.droids.it/cmsvb4/images/misc/rss.jpg</url>
			<title>Droids.it - Blogs - Gianni</title>
			<link>http://www.droids.it/cmsvb4/blog.php?7-Gianni</link>
		</image>
		<item>
			<title>MuIn USB - How to connect Switches on PortB</title>
			<link>http://www.droids.it/cmsvb4/entry.php?12-MuIn-USB-How-to-connect-Switches-on-PortB</link>
			<pubDate>Mon, 06 Dec 2010 19:50:33 GMT</pubDate>
			<description><![CDATA[If you're going to connect some switches on your MuIn USB (using your firmware), you can consider using PORTB since it has integrated pull-up...]]></description>
			<content:encoded><![CDATA[<blockquote class="blogcontent restore">If you're going to connect some switches on your MuIn USB (using your firmware), you can consider using PORTB since it has integrated pull-up resistors: one pin of the switch will be connected to GND and other pin on PORTB Input. You'll detect the button pressed with some instructions like those:<br />
<br />
<span style="font-family: Microsoft Sans Serif">if (!LATBbits.LATBx) // x=0...7<br />
   {<br />
   // instructions to execute if button pressed<br />
   }<br />
else<br />
   {<br />
   // instructions to execute if button not pressed<br />
   }<br />
</span><br />
To activate integrated pullup resistors you must include portb.h library in top of your program:<br />
<br />
<span style="font-family: Microsoft Sans Serif">#include &lt;portb.h&gt;</span><br />
<br />
and the activate pullup resistors with dedicate function:<br />
<br />
<span style="font-family: Microsoft Sans Serif">EnablePullups();</span><br />
<br />
Notice tha inputs B0 and B1 are also used by I2C peripheral. If you want use them for switches, you must solder the I2C jumper-pads on the botton of MuIN USB however: solder pad 1 with pad 2 to connect an external pullup resistor on B0 and B1.<br />
<br />
If you don't do this, pushing a button on B0 will cause also B1 toggling and vice-versa.</blockquote>

 ]]></content:encoded>
			<dc:creator>Gianni</dc:creator>
			<guid isPermaLink="true">http://www.droids.it/cmsvb4/entry.php?12-MuIn-USB-How-to-connect-Switches-on-PortB</guid>
		</item>
		<item>
			<title>A very simple stand for MuIN LCD</title>
			<link>http://www.droids.it/cmsvb4/entry.php?11-A-very-simple-stand-for-MuIN-LCD</link>
			<pubDate>Mon, 22 Nov 2010 18:24:40 GMT</pubDate>
			<description>Is quite simple make a simple stand for your MuIN LCD! All you need is: 
 
* A sheet of PVC...</description>
			<content:encoded><![CDATA[<blockquote class="blogcontent restore">Is quite simple make a simple stand for your MuIN LCD! All you need is:<br />
<ul><li>A <a href="http://www.robot-italy.com/product_info.php?cPath=7_41&amp;products_id=251" target="_blank">sheet of PVC</a>, at least 110x110 millimeters</li>
<li>Ruler</li>
<li>Cutter</li>
<li>A pencil</li>
<li>A drill</li>
<li>4 <a href="http://www.robot-italy.com/product_info.php?cPath=7_135&amp;products_id=1181" target="_blank">F/F hex spacers</a>, 12mm height with <a href="http://www.robot-italy.com/product_info.php?cPath=7_134&amp;products_id=1158" target="_blank">screws</a></li>
<li>A Caliper (optional)</li>
</ul>Using Caliper or Ruler, measure your display's dimensions and paint the shapes on PVC using the pencil. The external dimensions I've used for the stand are 110 x 100mm:<br />
<br />
<p style="text-align: center;"><div class="img_align_center "><a href="http://www.droids.it/cmsvb4/attachment.php?attachmentid=571&amp;d=1290448907" id="attachment571" rel="Lightbox_11" ><img src="http://www.droids.it/cmsvb4/attachment.php?attachmentid=571&amp;d=1290448907" border="0" alt="Click image for larger version

Name:	muin_lcd_stand_002.jpg
Views:	1532
Size:	93.4 KB
ID:	571" class="align_center size_medium" /></a></div><br />
<br />
<p style="text-align: left;">Cut the display window using the cutter and drill the 4 holes used to anchor display on the stand</p><br />
<br />
<div class="img_align_center "><a href="http://www.droids.it/cmsvb4/attachment.php?attachmentid=570&amp;d=1290448811" id="attachment570" rel="Lightbox_11" ><img src="http://www.droids.it/cmsvb4/attachment.php?attachmentid=570&amp;d=1290448811" border="0" alt="Click image for larger version

Name:	muin_lcd_stand_001.jpg
Views:	255
Size:	102.4 KB
ID:	570" class="align_center size_medium" /></a></div><br />
<br />
<p style="text-align: left;">Screw-in the hex spacers on the back side of LCD. <br />
<br />
In the following pic you can see I've used 2 F/F 1.2mm Hex spacers on the upper side of LCD and 2 F/M 1.2mm Hex spacers on the back side. On the male side of 2 lower hex spacers I've screwed in 2 <a href="http://www.robot-italy.com/product_info.php?cPath=7_135&amp;products_id=1186" target="_blank">F/F 2.5mm hex spacers</a> and then I've attached here a small piece of a protoboard:<br />
<br />
<p style="text-align: center;"><div class="img_align_center "><a href="http://www.droids.it/cmsvb4/attachment.php?attachmentid=572&amp;d=1290449277" id="attachment572" rel="Lightbox_11" ><img src="http://www.droids.it/cmsvb4/attachment.php?attachmentid=572&amp;d=1290449277" border="0" alt="Click image for larger version

Name:	muin_lcd_stand_003.jpg
Views:	244
Size:	95.9 KB
ID:	572" class="align_center size_medium" /></a></div><br />
<br />
<p style="text-align: left;">The protoboard is then connected on 8 pin male header of muin LCD using a female header soldered on the back side:<br />
<br />
<p style="text-align: center;"><div class="img_align_center "><a href="http://www.droids.it/cmsvb4/attachment.php?attachmentid=573&amp;d=1290449398" id="attachment573" rel="Lightbox_11" ><img src="http://www.droids.it/cmsvb4/attachment.php?attachmentid=573&amp;d=1290449398" border="0" alt="Click image for larger version

Name:	muin_lcd_stand_004.jpg
Views:	236
Size:	99.8 KB
ID:	573" class="align_center size_medium" /></a></div></p><br />
<br />
Here you can see some other pics:<br />
<br />
<p style="text-align: center;"><a href="http://www.droids.it/cmsvb4/attachment.php?attachmentid=574&amp;d=1290449506" id="attachment574" rel="Lightbox_11" ><img src="http://www.droids.it/cmsvb4/attachment.php?attachmentid=574&amp;d=1290449506" border="0" alt="Click image for larger version

Name:	muin_lcd_stand_007.jpg
Views:	243
Size:	118.9 KB
ID:	574" class="size_medium" /></a><a href="http://www.droids.it/cmsvb4/attachment.php?attachmentid=575&amp;d=1290449509" id="attachment575" rel="Lightbox_11" ><img src="http://www.droids.it/cmsvb4/attachment.php?attachmentid=575&amp;d=1290449509" border="0" alt="Click image for larger version

Name:	muin_lcd_stand_005.jpg
Views:	243
Size:	96.5 KB
ID:	575" class="size_medium" /></a><a href="http://www.droids.it/cmsvb4/attachment.php?attachmentid=576&amp;d=1290449511" id="attachment576" rel="Lightbox_11" ><img src="http://www.droids.it/cmsvb4/attachment.php?attachmentid=576&amp;d=1290449511" border="0" alt="Click image for larger version

Name:	muin_lcd_stand_006.jpg
Views:	253
Size:	96.3 KB
ID:	576" class="size_medium" /></a><br />
<br />
<p style="text-align: left;">Finally you can attach LCD on the stand using 4 screws:<br />
<br />
<p style="text-align: center;"><div class="img_align_center "><a href="http://www.droids.it/cmsvb4/attachment.php?attachmentid=577&amp;d=1290449600" id="attachment577" rel="Lightbox_11" ><img src="http://www.droids.it/cmsvb4/attachment.php?attachmentid=577&amp;d=1290449600" border="0" alt="Click image for larger version

Name:	muin_lcd_stand_008.jpg
Views:	244
Size:	83.6 KB
ID:	577" class="align_center size_medium" /></a></div><br />
<br />
<p style="text-align: left;">On the back side, in order to mantain the assembly in upper position, I've used two common &quot;L&quot; washers mounted on lower hex spacers:<br />
<br />
<p style="text-align: center;"><a href="http://www.droids.it/cmsvb4/attachment.php?attachmentid=578&amp;d=1290450005" id="attachment578" rel="Lightbox_11" ><img src="http://www.droids.it/cmsvb4/attachment.php?attachmentid=578&amp;d=1286532863" border="0" alt="Click image for larger version

Name:	muin_lcd_stand_009.jpg
Views:	244
Size:	110.3 KB
ID:	578" class="size_medium" /></a><a href="http://www.droids.it/cmsvb4/attachment.php?attachmentid=579&amp;d=1290450041" id="attachment579" rel="Lightbox_11" ><img src="http://www.droids.it/cmsvb4/attachment.php?attachmentid=579&amp;d=1290450041" border="0" alt="Click image for larger version

Name:	muin_lcd_stand_010.jpg
Views:	419
Size:	87.6 KB
ID:	579" class="size_medium" /></a><br />
<br />
<p style="text-align: left;">Your simple MuIN LCD stand is ready to display all that you want, just in front of you !!<br />
<br />
<p style="text-align: center;"><div class="img_align_center "><a href="http://www.droids.it/cmsvb4/attachment.php?attachmentid=580&amp;d=1290450141" id="attachment580" rel="Lightbox_11" ><img src="http://www.droids.it/cmsvb4/attachment.php?attachmentid=580&amp;d=1286532866" border="0" alt="Click image for larger version

Name:	muin_lcd_stand_011.jpg
Views:	244
Size:	108.2 KB
ID:	580" class="align_center size_medium" /></a></div></p><br />
<br />
<br />
</p><br />
<br />
<br />
<br />
<br />
<br />
</p></p></p></p></p><br />
<br />
</p></p></p></p></blockquote>

 ]]></content:encoded>
			<dc:creator>Gianni</dc:creator>
			<guid isPermaLink="true">http://www.droids.it/cmsvb4/entry.php?11-A-very-simple-stand-for-MuIN-LCD</guid>
		</item>
	</channel>
</rss>
