<?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 on: PIC based Arduino</title>
	<atom:link href="http://www.youritronics.com/pic-based-arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youritronics.com/pic-based-arduino/</link>
	<description>DIY, Electronics, IT, Gadgets</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:46:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Laci</title>
		<link>http://www.youritronics.com/pic-based-arduino/comment-page-1/#comment-23054</link>
		<dc:creator>Laci</dc:creator>
		<pubDate>Sun, 23 Jan 2011 15:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1710#comment-23054</guid>
		<description>@SVF: the PIC compilers available from Microchip are optimization feature limited after 30/60days, this can be found on the official site. Meaning that after the  &quot;trial&quot; the binary size can increase by 30-40%. Although i think Microchip has the cheapest low-end development boards, the pickit bundle is unbeatable. 
Lets not compare any C compiler with the Arduino&#039;s own language, its just ain&#039;t fair, Arduino is for people who don&#039;t want to get into the details, they just want to do something fast, and with minimal effort.
For example, I ain&#039;t a PC programmer, but i used National Instruments CVI IDE to write some applications, I didn&#039;t cared that wasn&#039;t Object Oriented, the generated code was kinda messy, but I didn&#039;t had the time to dig into Visual C++ or Borland controls.
For many, arduino or similar products offer a great opportunity to create something, without extensive HW/SW knowledge. 
Just for the sake of clarity I am not an Arduino fan, never been, never will be :)</description>
		<content:encoded><![CDATA[<p>@SVF: the PIC compilers available from Microchip are optimization feature limited after 30/60days, this can be found on the official site. Meaning that after the  &#8220;trial&#8221; the binary size can increase by 30-40%. Although i think Microchip has the cheapest low-end development boards, the pickit bundle is unbeatable.<br />
Lets not compare any C compiler with the Arduino&#8217;s own language, its just ain&#8217;t fair, Arduino is for people who don&#8217;t want to get into the details, they just want to do something fast, and with minimal effort.<br />
For example, I ain&#8217;t a PC programmer, but i used National Instruments CVI IDE to write some applications, I didn&#8217;t cared that wasn&#8217;t Object Oriented, the generated code was kinda messy, but I didn&#8217;t had the time to dig into Visual C++ or Borland controls.<br />
For many, arduino or similar products offer a great opportunity to create something, without extensive HW/SW knowledge.<br />
Just for the sake of clarity I am not an Arduino fan, never been, never will be <img src='http://www.youritronics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://www.youritronics.com/pic-based-arduino/comment-page-1/#comment-23044</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Sun, 23 Jan 2011 10:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1710#comment-23044</guid>
		<description>I agree that the free versions of PIC compilers would produce more compact code than the Arduino IDE but as you’ve said Arduino is great for people who have no real interest in learning too much. Its great for skipping some of the steps you would do on another dev platform. Me personally I don’t like it much, I don’t have one and I don’t think I’ll get one soon.</description>
		<content:encoded><![CDATA[<p>I agree that the free versions of PIC compilers would produce more compact code than the Arduino IDE but as you’ve said Arduino is great for people who have no real interest in learning too much. Its great for skipping some of the steps you would do on another dev platform. Me personally I don’t like it much, I don’t have one and I don’t think I’ll get one soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SVF</title>
		<link>http://www.youritronics.com/pic-based-arduino/comment-page-1/#comment-22955</link>
		<dc:creator>SVF</dc:creator>
		<pubDate>Fri, 21 Jan 2011 15:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1710#comment-22955</guid>
		<description>I&#039;m really failing to see how people get away with writing off the C compilers available for the PIC family as &quot;not full featured&quot; or &quot;limited.&quot; There are FREE C compilers available for PICs that support full ANSI C and even include many other compiler-specific functions to make life easier. 

I understand that limiting and abstracting functions in the Arduino environment is nice for the beginner, but I&#039;m really getting sick of all the PIC compilers being written off as &quot;limited.&quot; As if the Arduino IDE isn&#039;t?!

Besides, those free compilers are free versions of &quot;pro&quot; level software. The only things you really lose going to the free version are some low-level optimizations. The code is still fairly compact and perfectly functional. I seriously doubt that the Arduino IDE will produce more compact code than the free versions of PIC compilers, and if not then it is not even a valid argument if the &quot;limited&quot; PIC stuff is still less limited than the Arduino.

Yet everyone bemoans the PIC as having an expensive toolchain, and limited compilers, and some even have the misconception that you HAVE to program in assembly and oh, the humanity! But the Arduino is the most functional and capable system in existence! Give me a break. 

The Arduino is simple and thus great for people who have no real interest in learning to program or learning about the hardware they are using. They&#039;ll blink some LEDs, call themselves hackers, and then forget about all of it a year later when the ready-made blink routines start to run out of functionality in the Arduino IDE, and they never really learned how to program in the first place.</description>
		<content:encoded><![CDATA[<p>I&#8217;m really failing to see how people get away with writing off the C compilers available for the PIC family as &#8220;not full featured&#8221; or &#8220;limited.&#8221; There are FREE C compilers available for PICs that support full ANSI C and even include many other compiler-specific functions to make life easier. </p>
<p>I understand that limiting and abstracting functions in the Arduino environment is nice for the beginner, but I&#8217;m really getting sick of all the PIC compilers being written off as &#8220;limited.&#8221; As if the Arduino IDE isn&#8217;t?!</p>
<p>Besides, those free compilers are free versions of &#8220;pro&#8221; level software. The only things you really lose going to the free version are some low-level optimizations. The code is still fairly compact and perfectly functional. I seriously doubt that the Arduino IDE will produce more compact code than the free versions of PIC compilers, and if not then it is not even a valid argument if the &#8220;limited&#8221; PIC stuff is still less limited than the Arduino.</p>
<p>Yet everyone bemoans the PIC as having an expensive toolchain, and limited compilers, and some even have the misconception that you HAVE to program in assembly and oh, the humanity! But the Arduino is the most functional and capable system in existence! Give me a break. </p>
<p>The Arduino is simple and thus great for people who have no real interest in learning to program or learning about the hardware they are using. They&#8217;ll blink some LEDs, call themselves hackers, and then forget about all of it a year later when the ready-made blink routines start to run out of functionality in the Arduino IDE, and they never really learned how to program in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeanyves</title>
		<link>http://www.youritronics.com/pic-based-arduino/comment-page-1/#comment-5911</link>
		<dc:creator>jeanyves</dc:creator>
		<pubDate>Wed, 28 Jan 2009 11:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1710#comment-5911</guid>
		<description>@rahman: just follow the link !!!</description>
		<content:encoded><![CDATA[<p>@rahman: just follow the link !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahman</title>
		<link>http://www.youritronics.com/pic-based-arduino/comment-page-1/#comment-5873</link>
		<dc:creator>rahman</dc:creator>
		<pubDate>Sun, 25 Jan 2009 02:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1710#comment-5873</guid>
		<description>hello, i found your web by search, do you have scheme for that microcon?</description>
		<content:encoded><![CDATA[<p>hello, i found your web by search, do you have scheme for that microcon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://www.youritronics.com/pic-based-arduino/comment-page-1/#comment-5871</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Sat, 24 Jan 2009 16:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1710#comment-5871</guid>
		<description>Hello Jeanyves and thanks for the info.</description>
		<content:encoded><![CDATA[<p>Hello Jeanyves and thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeanyves</title>
		<link>http://www.youritronics.com/pic-based-arduino/comment-page-1/#comment-5869</link>
		<dc:creator>jeanyves</dc:creator>
		<pubDate>Sat, 24 Jan 2009 13:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1710#comment-5869</guid>
		<description>hi,
on this site : http://www.hackinglab.org/
you can get the details of a free arduino like system based on simple pic device, and also you get a free ide environment for windoze, mac and linux like the arduino.
hope this helps !
regards,</description>
		<content:encoded><![CDATA[<p>hi,<br />
on this site : <a href="http://www.hackinglab.org/" rel="nofollow">http://www.hackinglab.org/</a><br />
you can get the details of a free arduino like system based on simple pic device, and also you get a free ide environment for windoze, mac and linux like the arduino.<br />
hope this helps !<br />
regards,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

