<?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>Robotpark ACADEMY &#187; Tutorial</title>
	<atom:link href="http://www.robotpark.com/academy/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robotpark.com/academy</link>
	<description>World&#039;s Largest Robot Resource</description>
	<lastBuildDate>Fri, 10 Mar 2017 10:10:53 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>Arduino Tutorial Series &#8211; Basics of Arduino 51062</title>
		<link>http://www.robotpark.com/academy/arduino-tutorial-series-basics-of-arduino-51062/</link>
		<comments>http://www.robotpark.com/academy/arduino-tutorial-series-basics-of-arduino-51062/#comments</comments>
		<pubDate>Tue, 19 Nov 2013 22:46:42 +0000</pubDate>
		<dc:creator><![CDATA[Gokhan Isgor]]></dc:creator>
				<category><![CDATA[LEARN ROBOTICS]]></category>
		<category><![CDATA[Robot Electronics]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Arduino IDE]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[Robotics with Arduino]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.robotee.com/?p=5338</guid>
		<description><![CDATA[<p style="text-align: justify;">As <span style="color: #ff6600;"><strong>robotpark.com</strong></span> we search for good <strong>Learning Resources</strong> for robot, robotics and robot designers. In this<span style="color: #ff6600;"><strong> Tutorial Series</strong></span> we have examined<strong> Arduino, Uno, Leonardo, etc.</strong> in lots of usefull applications.</p>
<p>The post <a rel="nofollow" href="http://www.robotpark.com/academy/arduino-tutorial-series-basics-of-arduino-51062/">Arduino Tutorial Series &#8211; Basics of Arduino 51062</a> appeared first on <a rel="nofollow" href="http://www.robotpark.com/academy">Robotpark ACADEMY</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">In this<span style="color: #ff6600;"><strong> Tutorial Series</strong></span> we have examined<strong> Arduino, Uno, Leonardo, etc.</strong> in lots of usefull applications.</p>
<p>You can Download the Source Codes of Tutorials Here : <strong><a href="http://www.robotpark.com/academy/LR/51062 -Arduino Tutorials.zip">51062 -Arduino Tutorials.zip</a></strong></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial 1: Uno Hardware </span></h2>
<h2><span style="color: #ff6600;">(Basic Level)</span></h2>
<p>In this video we will look at the hardware for the Arduino Uno.</p>
<p><iframe src="http://www.youtube.com/embed/OkSGiko5EE0?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p><strong>Download Arduino IDE:</strong> http://arduino.cc/en/Main/Software</p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #2: Getting Started</span></h2>
<h2><span style="color: #ff6600;">(Basic Level)</span></h2>
<p style="text-align: justify;">In our second <strong>Arduino tutorial</strong>, we take a look at what is essentially the<strong> &#8220;hello world&#8221;</strong> of the microcontroller world.  We go through the setup of the <strong>Arduino IDE</strong> and drivers, along with the programming. Connection with the usb port.</p>
<p><iframe src="http://www.youtube.com/embed/K-vuCFVO0h0?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #3: Digital Inputs and Pull-Up Resitors </span></h2>
<h2><span style="color: #ff6600;">(Basic Level)</span></h2>
<p style="text-align: justify;">In this tutorial we go over using<strong> digital inputs</strong> with the arduino to <strong>turn on an LED</strong> whenever a button is pressed. We also discuss the evil that is the floating pin and how to solve it.</p>
<p><iframe src="http://www.youtube.com/embed/3Ico1O2dMeo?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #4: Serial Communication </span></h2>
<h2><span style="color: #ff6600;">(Intermediate Level)</span></h2>
<p style="text-align: justify;">In this <strong>Arduino tutorial</strong>, we go over the<strong> Uno&#8217;s</strong> <strong>built in serial communication</strong>. We look at talking to the Arduino from the computer and vice versa, the difference between print and write, and my trick to getting the Arduino to accept strings of data, rather than just characters. Sending Commands to computer,</p>
<p><iframe src="http://www.youtube.com/embed/KYWCkdrCUKg?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #5: PWM and Servos </span></h2>
<h2><span style="color: #ff6600;">(Intermediate Level)</span></h2>
<p style="text-align: justify;">Inthis <strong>Arduino Tutorial,</strong> we look at the <strong>pulse width modulation, PWM,</strong> pins on the Arduino and their various applications, including producing a pseudo-analog signal and controlling a servo. You can control a servo of a<strong> robot or a robotic</strong> project with arduino code.</p>
<p><iframe src="http://www.youtube.com/embed/GzTPa0UL6vo?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #6: Analog Input </span></h2>
<h2><span style="color: #ff6600;">(Intermediate Level)</span></h2>
<p style="text-align: justify;">In this <strong>Arduino tutorial</strong>, we examine the use of the analog input pins, how they work, and how they are configured and used. As mentioned in the video, I have really come to the end of the basics of the Arduino.</p>
<p><iframe src="http://www.youtube.com/embed/-Zvt3N5IEsk?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #7: External Pin Interrupt </span></h2>
<h2><span style="color: #ff6600;">(Advanced Level)</span></h2>
<p>In this<strong> Arduino Tutorial</strong> we discuss the basics of interrupts, their applications, and, more specifically, external pin interrupts.</p>
<p><iframe src="http://www.youtube.com/embed/bmPKQzpnCeU?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2><span style="color: #ff6600;">Arduino Tutorial #8: I2C Communication</span></h2>
<h2><span style="color: #ff6600;">(Advanced Level)</span></h2>
<p id="watch-headline-title">This Arduino tutorial covers using I2C to communicate with an EEPROM chip. This is only part one of the I2C videos, there will be another covering Arduino to Arduino communication as well.</p>
<p><iframe src="http://www.youtube.com/embed/J3nuIL2dBak?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #9: Leonardo vs. Uno </span></h2>
<h2><span style="color: #ff6600;">(Basic Level)</span></h2>
<p>Differences between Uno and Leonardo</p>
<p><iframe src="http://www.youtube.com/embed/Rm-2lXlCWZk?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><strong><span style="color: #ff6600;">Arduino Tutorial #10: Arduino to Arduino I2C</span></strong></h2>
<h2><span style="color: #ff6600;">(Advanced Level)</span></h2>
<p>In this tutorial, we continue with the second part of the <strong>Arduino I2C</strong> communication tutorial, using I2C to <strong>communicate between two Arduinos</strong>.</p>
<p><iframe src="http://www.youtube.com/embed/Jndb2vpAWwU?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #11: Leonardo as Keyboard</span></h2>
<h2><span style="color: #ff6600;">(Basic Level)</span></h2>
<p style="text-align: justify;">In this <strong>Arduino tutorial</strong>, we look at the <strong>Arduino Leonardo&#8217;s</strong> built in USB emulation capabilities. Specifically, generating keyboard output. Remember that it is a good idea to add a switch to your code to ensure that the board stops acting like a keyboard, so that it can be reprogrammed.</p>
<p><iframe src="http://www.youtube.com/embed/0fjuJOkk8y4?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #12: Wireless Communication</span></h2>
<h2><span style="color: #ff6600;">(Intermediate Level)</span></h2>
<p style="text-align: justify;">In today&#8217;s Arduino Tutorial, we explore using &#8220;5 dollar&#8221; transmitters and receivers to send data between two Arduinos without wires.<br />
<strong>You can find the VirtualWire library here:</strong> http://www.airspayce.com/mikem/arduino/VirtualWire/</p>
<p><iframe src="http://www.youtube.com/embed/e8RhXtst7ME?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #13: Internal EEPROM</span></h2>
<h2><span style="color: #ff6600;">(Intermediate Level)</span></h2>
<p>In this <strong>Arduino Tutorial</strong>, we look at using the internal EEPROM included on the ATmega328p</p>
<p><iframe src="http://www.youtube.com/embed/jQoqpDTtIx4?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #14: Leonardo as Mouse</span></h2>
<h2><span style="color: #ff6600;">(Basic Level)</span></h2>
<p>In this Arduino tutorial, we examine a more mischievous use for the <strong>Arduino Leonardo&#8217;s</strong> mouse emulation ability.</p>
<p><iframe src="http://www.youtube.com/embed/gfTyWSbMib8?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #15: Controlling Motors</span></h2>
<h2><span style="color: #ff6600;">(Basic Level)</span></h2>
<p>In this Arduino Tutorial, we use the ULN2003a IC to control a motor.</p>
<p><iframe src="http://www.youtube.com/embed/zTRts9KHTBA?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<h2 id="watch-headline-title"><span style="color: #ff6600;">Arduino Tutorial #16: Simple SPI Communication</span></h2>
<p>In this Arduino Tutorial, we look at using a shift register to demonstrate the Arduino&#8217;s simpler SPI communication.</p>
<p><iframe src="http://www.youtube.com/embed/YE0wnom_7As?list=PLE0C7D8863F6DACCE" width="100%" height="350" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<hr style="width: 100%;" width="100%" />
<p><span style="color: #ff6600;"><strong>DOWNLOAD:</strong></span></p>
<p><strong>You can Download the Source Codes of Tutorials Here :</strong> <strong><a href="http://www.robotpark.com/academy/LR/51062 -Arduino Tutorials.zip">51062 -Arduino Tutorials.zip</a></strong></p>
<p>&nbsp;</p>
<hr style="width: 100%;" width="100%" />
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://www.robotpark.com/academy/arduino-tutorial-series-basics-of-arduino-51062/">Arduino Tutorial Series &#8211; Basics of Arduino 51062</a> appeared first on <a rel="nofollow" href="http://www.robotpark.com/academy">Robotpark ACADEMY</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robotpark.com/academy/arduino-tutorial-series-basics-of-arduino-51062/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
