<?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>Gabriel Bianconi</title>
	<atom:link href="http://www.gabrielbianconi.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gabrielbianconi.com</link>
	<description>Programming, Arduino, SEO and more.</description>
	<lastBuildDate>Sat, 31 Dec 2011 15:32:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.gabrielbianconi.com/?pushpress=hub'/>
		<item>
		<title>How to hook up a Wii Nunchuk to an Arduino Mega</title>
		<link>http://www.gabrielbianconi.com/blog/how-to-hook-up-wii-nunchuk-arduino-mega/</link>
		<comments>http://www.gabrielbianconi.com/blog/how-to-hook-up-wii-nunchuk-arduino-mega/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 01:52:23 +0000</pubDate>
		<dc:creator>Gabriel Bianconi</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.gabrielbianconi.com/?p=198</guid>
		<description><![CDATA[Most tutorials about hooking up a Wii Nunchuk to an Arduino micro-controller say that Analog In pins 2, 3, 4 and 5 should be used. However, if you are using an Arduino Mega, this should be done differently. The Arduino Mega has dedicated I2C pins, which should be used to connect to the Wii Nunchuk [...]]]></description>
			<content:encoded><![CDATA[<p>Most tutorials about hooking up a Wii Nunchuk to an Arduino micro-controller say that Analog In pins 2, 3, 4 and 5 should be used. However, if you are using an Arduino Mega, this should be done differently. The Arduino Mega has dedicated I2C pins, which should be used to connect to the Wii Nunchuk instead. The following figure shows it should be done if you are using an Arduino Mega:</p>
<p style="text-align: center;"><img class="size-full wp-image-199  aligncenter" style="line-height: 24px; border-style: initial; border-color: initial; font-size: 16px;" title="Arduino Mega and WiiChuck Adapter" src="http://www.gabrielbianconi.com/wp-content/uploads/2011/12/arduino-mega-and-wiichuck.png" alt="" width="475" height="344" /></p>
<p>Note that this figure contains a <a href="http://todbot.com/blog/2008/02/18/wiichuck-wii-nunchuck-adapter-available/">WiiChuck adapter</a>, but if you are using any other adapter, or even connecting directly to the Wii Nunchuk cord, it should be the same. If you are not using an adapter, the following figure shows how it can be connected directly to the controller (ignore pins in the middle):</p>
<p style="text-align: center;"><img class="size-full wp-image-205 aligncenter" title="Wii Nunchuck Pins" src="http://www.gabrielbianconi.com/wp-content/uploads/2011/12/wii-nunchuck-pins.png" alt="" width="305" height="320" /></p>
<p>In short, wiring should be as follows:</p>
<ul>
<li><strong>Red wire</strong>: from <em>+</em> (VCC/power) to <em>+3.3V</em> (some tutorials say that +5V should be used, but this will reduce the controller life span)</li>
<li><strong>Black wire</strong>: from <em>-</em> (ground) to <em>GND</em></li>
<li><strong>Yellow wire</strong>: from <em>d</em> (I2C data) to <em>SDA</em> (pin 20)</li>
<li><strong>Green wire</strong>: from <em>c</em> (I2C clock) to <em>SCL</em> (pin 21)</li>
</ul>
<div><span style="font-size: small;"><span style="line-height: 24px;"><br />
</span></span></div>
<p><strong>Further Resources</strong>:</p>
<ul>
<li><a href="http://todbot.com/blog/2008/02/18/wiichuck-wii-nunchuck-adapter-available/">&#8220;WiiChuck&#8221; Wii Nunchuck Adapter Available</a> &#8211; this page has a library for interfacing a Wii Nunchuk  and shows where you can buy a WiiChuck adapter.</li>
<li><a href="http://www.windmeadow.com/node/42">Read Wii Nunchuck Data into Arduino</a> &#8211; general guide on how to get data from a Wii Nunchuk using an Arduino.</li>
<li><a href="http://growdown.blogspot.com/2008/05/improvements-to-arduino-wii-nunchuck.html">Improvements to Arduino Wii Nunchuck Connection</a> &#8211; this page has a different library for interfacing the Wii Nunchuk and an interesting example using Processing.</li>
</ul>
<p>&nbsp;</p>
<p><strong>Images Sources</strong>:</p>
<ul>
<li>Wii Nunchuk connector image taken from <a href="http://wiibrew.org/wiki/File:Wii_Connector.jpg">wiibrew.org</a>.</li>
<li>Wiring schema generated with <a href="http://fritzing.org/">Fritizing</a>.</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gabrielbianconi.com/blog/how-to-hook-up-wii-nunchuk-arduino-mega/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PLUGB: The End of PLUGB</title>
		<link>http://www.gabrielbianconi.com/blog/plugb-the-end-of-plugb/</link>
		<comments>http://www.gabrielbianconi.com/blog/plugb-the-end-of-plugb/#comments</comments>
		<pubDate>Fri, 13 May 2011 22:18:04 +0000</pubDate>
		<dc:creator>Gabriel Bianconi</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.gabrielbianconi.com/?p=132</guid>
		<description><![CDATA[Almost one year ago, I launched a flash games website called PLUGB. After marketing it, I managed to get more than 1000 visitors daily on PLUGB. Everything seemed fine&#8230; until the school vacations in the US started. On December 17, 2010 (the last day before the vacations), PLUGB received 1442 visitors, its record. During the vacations, it [...]]]></description>
			<content:encoded><![CDATA[<p>Almost one year ago, <a href="http://www.gabrielbianconi.com/web-development/plugb-official-launch/" rel="nofollow">I launched a flash games website</a> called <a href="http://www.plugb.com/" rel="nofollow">PLUGB</a>. After marketing it, I managed to get <a href="http://www.gabrielbianconi.com/web-development/plugb-over-1000-visits-a-day/" rel="nofollow">more than 1000 visitors daily on PLUGB</a>. Everything seemed fine&#8230; until the school vacations in the US started.</p>
<p><img class="size-full wp-image-88 alignright" title="PlugB - Play Free Flash Games" src="http://www.gabrielbianconi.com/wp-content/uploads/2010/07/logo-300x250-2.png" alt="PlugB - Play Free Flash Games" width="300" height="250" /> On December 17, 2010 (the last day before the vacations), PLUGB received 1442 visitors, its record. During the vacations, it received about 100 visitors daily. That was a <strong>huge traffic drop</strong>. I thought, however, that it would recover when the vacations ended. However, the visits were back to about 800-1000 visitors for one week and then started falling again. On February, it was getting only 200-300 visitors per day. Since then, the highest amount of visitors was 588 on April. You can see our visitors since the beginning here:</p>
<p><img class="aligncenter size-full wp-image-134" title="general" src="http://www.gabrielbianconi.com/wp-content/uploads/2011/05/general.png" alt="" width="640" height="333" /></p>
<p>But why is this the end of PLUGB? Because I sold it. The <strong>new owner</strong> is Italos from <a href="http://www.italosmedia.com/" rel="nofollow">Italos Media</a>, who also owns many other flash games websites, like <a href="http://www.gamesting.com/" rel="nofollow">GameSting</a>. So, after one year since I started developing PLUGB, it&#8217;s over for me. But it is a new era for Italos.</p>
<p>This doesn&#8217;t mean that I won&#8217;t be doing anything anymore. I&#8217;m already working on a new project and I&#8217;ll surely work on many others. I&#8217;ve already coded flash games, websites and some Python applications. The next step is (probably) a Facebook App, about which I&#8217;ll write soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gabrielbianconi.com/blog/plugb-the-end-of-plugb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PLUGB: Over 1000 Visits a Day</title>
		<link>http://www.gabrielbianconi.com/blog/plugb-over-1000-visits-a-day/</link>
		<comments>http://www.gabrielbianconi.com/blog/plugb-over-1000-visits-a-day/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 21:09:39 +0000</pubDate>
		<dc:creator>Gabriel Bianconi</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.gabrielbianconi.com/?p=107</guid>
		<description><![CDATA[Five months ago, I created a flash games website called PLUGB. And yesterday, it broke its record and received more than 1000 visits (1172 to be exact). This is a great milestone for the website. The number of visitors has been raising, especially during the last two months. Most of our traffic is from the US [...]]]></description>
			<content:encoded><![CDATA[<p>Five months ago, <a href="http://www.gabrielbianconi.com/web-development/plugb-official-launch/">I created a flash games website</a> called <a title="PLUGB" href="http://www.plugb.com/" rel="nofollow">PLUGB</a>. And yesterday, it broke its record and received more than 1000 visits (1172 to be exact). This is a great milestone for the website.</p>
<p><img class="size-full wp-image-88 alignright" title="PlugB - Play Free Flash Games" src="http://www.gabrielbianconi.com/wp-content/uploads/2010/07/logo-300x250-2.png" alt="PlugB - Play Free Flash Games" width="300" height="250" /></p>
<p>The <strong>number of visitors has been raising</strong>, especially during the last two months. Most of our<strong> traffic is from the US &amp; UK</strong> (more than 80% combined). The bounce rate is about 20%-25%, which I consider good. About 90% of the visits that go to the home page play a game. This means that the website is attractive. The main source of traffic is search engines, but there are many direct visitors too. Many searches are for &#8220;plugb&#8221; or &#8220;plugb games&#8221;. When I launched the website, if you searched for &#8220;plugb&#8221;, Google would say &#8220;Did you mean: plugbr&#8221; (Brazilian computer parts store). However, <strong>Google doesn&#8217;t correct the searches anymore. </strong>Google has also added some site-links to the results page.</p>
<p>Regarding monetization, I am earning a more than $1 daily using <a href="http://www.bannerflux.com/index.php?id=GabrielBianconi" rel="nofollow" target="_blank">BannerFlux</a>. I like this ad network. The CPC is fairly good for this niche and all ads are game-related, generating a good CTR. If you own an arcade website or similar website, I suggest checking them out. I have also done one private ad sale so far, for $0.30 CPM. I am looking for other advertisers with the same (or better) rate.</p>
<p>So far, my results with PLUGB have been good. I hope that it continues growing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gabrielbianconi.com/blog/plugb-over-1000-visits-a-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PLUGB: Official Launch</title>
		<link>http://www.gabrielbianconi.com/blog/plugb-official-launch/</link>
		<comments>http://www.gabrielbianconi.com/blog/plugb-official-launch/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 01:53:25 +0000</pubDate>
		<dc:creator>Gabriel Bianconi</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.gabrielbianconi.com/?p=87</guid>
		<description><![CDATA[I&#8217;ve always wanted to create a popular website. I&#8217;ve had many ideas, most of which failed or were forgotten. However, the idea of creating an arcade website always stayed in my mind. I finally decided to put this idea into practice and create a website filled with flash games. The website is a flash games [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-88 alignright" title="PLUGB" src="http://www.gabrielbianconi.com/wp-content/uploads/2010/07/logo-300x250-2.png" alt="PLUGB" width="300" height="250" /> I&#8217;ve always wanted to create a popular website. I&#8217;ve had many ideas, most of which failed or were forgotten. However, the idea of creating an arcade website always stayed in my mind. I finally decided to put this idea into practice and create a website filled with flash games.</p>
<p><span id="more-87"></span>The website is a flash games portal called <a title="PLUGB" href="http://www.plugb.com/" rel="nofollow" target="_blank">PLUGB</a>. It will (hopefully) be updated often with new, hand-picked games. This is my first website of this type, so I don&#8217;t have a lot of experience in management and promotion.</p>
<p>I decided not to use a ready script, but to <strong>code it myself</strong> in order to get experience and learn new skills. It is coded with <strong>PHP</strong> and I used the (awesome)<strong> <a title="Kohana Framework" href="http://kohanaframework.org/" rel="nofollow" target="_blank">Kohana Framework</a></strong>. I&#8217;ve also created the design and used some JS scripts.</p>
<p>In order to get traffic, I plan to heavily <strong>promote it using search engines</strong>. Maybe in the future I&#8217;ll promote it using flash games. I will also try to promote using <strong>social websites</strong>, such as Facebook and Twitter. I implemented the Facebook Like Box and Facebook Comments widgets and created a twitter account. Regarding monetization, I&#8217;ll try different methods out and test which works best for me.</p>
<p>I&#8217;ll post more about PLUGB when it gets bigger (or if it doesn&#8217;t).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gabrielbianconi.com/blog/plugb-official-launch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

