<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Arduino Inventor&#8217;s Guide	</title>
	<atom:link href="https://gregladen.com/blog/2017/07/15/arduino-inventors-guide/feed/" rel="self" type="application/rss+xml" />
	<link>https://gregladen.com/blog/2017/07/15/arduino-inventors-guide/</link>
	<description></description>
	<lastBuildDate>Wed, 15 Nov 2017 23:41:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.6</generator>
	<item>
		<title>
		By: Wesley R. Elsberry		</title>
		<link>https://gregladen.com/blog/2017/07/15/arduino-inventors-guide/#comment-553460</link>

		<dc:creator><![CDATA[Wesley R. Elsberry]]></dc:creator>
		<pubDate>Wed, 15 Nov 2017 23:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/?p=24318#comment-553460</guid>

					<description><![CDATA[I&#039;m not sure that an Arduino has more space than an ordinary micro-controller, since the Arduino designs all are based around standard Atmel micro-controllers. Those based on the ATmega8, for example, have about 8KB of Flash memory, of which the Arduino firmware takes up about 1KB, leaving 7KB for user programming. And RAM is limited to 1KB on those. I guess it comes down to what the class of ordinary micro-controllers is.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure that an Arduino has more space than an ordinary micro-controller, since the Arduino designs all are based around standard Atmel micro-controllers. Those based on the ATmega8, for example, have about 8KB of Flash memory, of which the Arduino firmware takes up about 1KB, leaving 7KB for user programming. And RAM is limited to 1KB on those. I guess it comes down to what the class of ordinary micro-controllers is.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Wesley R. Elsberry		</title>
		<link>https://gregladen.com/blog/2017/07/15/arduino-inventors-guide/#comment-553419</link>

		<dc:creator><![CDATA[Wesley R. Elsberry]]></dc:creator>
		<pubDate>Wed, 15 Nov 2017 20:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/?p=24318#comment-553419</guid>

					<description><![CDATA[I&#039;ve enjoyed PJRC&#039;s &quot;Teensy&quot; series of microcontrollers. You can load an Arduino stack and program them as Arduinos, but you can also go bare-bones and just use C to do your own thing (in which case there&#039;s somewhat more memory available plus access to more interfaces, at least on some models). It was also the Teensy that introduced me to easy to program (via USB interface) and easy to interface via USB human interface device (HID) functionality in a micro-controller. Things have come a long way since the Motorola MC68HC11 days.

But, yeah, a DIY micro-controller book with a more holistic approach to a complete project is a change for the better.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve enjoyed PJRC&#8217;s &#8220;Teensy&#8221; series of microcontrollers. You can load an Arduino stack and program them as Arduinos, but you can also go bare-bones and just use C to do your own thing (in which case there&#8217;s somewhat more memory available plus access to more interfaces, at least on some models). It was also the Teensy that introduced me to easy to program (via USB interface) and easy to interface via USB human interface device (HID) functionality in a micro-controller. Things have come a long way since the Motorola MC68HC11 days.</p>
<p>But, yeah, a DIY micro-controller book with a more holistic approach to a complete project is a change for the better.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Greg Laden		</title>
		<link>https://gregladen.com/blog/2017/07/15/arduino-inventors-guide/#comment-453921</link>

		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Tue, 12 Sep 2017 18:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/?p=24318#comment-453921</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://gregladen.com/blog/2017/07/15/arduino-inventors-guide/#comment-453920&quot;&gt;Henry Morgan&lt;/a&gt;.

I assume that is generally true. There is a range of processors out there, micro-controllers, and I think they generally use some sort of code.  Something like the Arduino probably has more room than the average microcontroller because it is a prototyping system.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://gregladen.com/blog/2017/07/15/arduino-inventors-guide/#comment-453920">Henry Morgan</a>.</p>
<p>I assume that is generally true. There is a range of processors out there, micro-controllers, and I think they generally use some sort of code.  Something like the Arduino probably has more room than the average microcontroller because it is a prototyping system.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Henry Morgan		</title>
		<link>https://gregladen.com/blog/2017/07/15/arduino-inventors-guide/#comment-453920</link>

		<dc:creator><![CDATA[Henry Morgan]]></dc:creator>
		<pubDate>Tue, 12 Sep 2017 18:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/?p=24318#comment-453920</guid>

					<description><![CDATA[This is so bizarre. I work in a company that helps innovators develop new products and my brother&#039;s actually a coder. So I was pretty blown away to read this article - and if I&#039;m right, which is by no means certain - it means that our everyday products are using a computer language.

This has given me so many ideas. Thanks for a really interesting article.]]></description>
			<content:encoded><![CDATA[<p>This is so bizarre. I work in a company that helps innovators develop new products and my brother&#8217;s actually a coder. So I was pretty blown away to read this article &#8211; and if I&#8217;m right, which is by no means certain &#8211; it means that our everyday products are using a computer language.</p>
<p>This has given me so many ideas. Thanks for a really interesting article.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Erik Persson		</title>
		<link>https://gregladen.com/blog/2017/07/15/arduino-inventors-guide/#comment-453919</link>

		<dc:creator><![CDATA[Erik Persson]]></dc:creator>
		<pubDate>Fri, 21 Jul 2017 20:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/?p=24318#comment-453919</guid>

					<description><![CDATA[It is formally correct that arduino uses a &quot;language similar to objective C&quot;.

It is, however, more correct to say that it uses C++, since that is the language actually used by the arduino ide.

/erik]]></description>
			<content:encoded><![CDATA[<p>It is formally correct that arduino uses a &#8220;language similar to objective C&#8221;.</p>
<p>It is, however, more correct to say that it uses C++, since that is the language actually used by the arduino ide.</p>
<p>/erik</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
