<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for www.botdream.com</title>
	<link>http://www.botdream.com/blog</link>
	<description>Building a remote controlled robot from an old pc!</description>
	<pubDate>Sat, 05 Jul 2008 02:03:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on New ICD2 (In-Circuit Debugger 2) to program and debug pics! by Nelson Neves</title>
		<link>http://www.botdream.com/blog/2008/01/23/new-icd2-in-circuit-debugger-2-to-program-and-debug-pics/#comment-42</link>
		<dc:creator>Nelson Neves</dc:creator>
		<pubDate>Sun, 08 Jun 2008 22:49:57 +0000</pubDate>
		<guid>http://www.botdream.com/blog/2008/01/23/new-icd2-in-circuit-debugger-2-to-program-and-debug-pics/#comment-42</guid>
		<description>HI Hugo,

I have used the "MPLAB® IDE Plug-In" in order to use CCSInfo from MPLAB IDE, since I'm more used to work with MPLAB! Meaning that I work directly with MPLAB, source code will be CCSInfo .c file but when compiling, MPLAB will automatically call CCSInfo compiler to create .coff, .hex and all necessary files required for debug! I can make simulations using Step, BreakPoints, etc and watch for Port values/status, memory etc! 

There is a patch available for this integration (MPLAB® IDE Plug-In): http://www.ccsinfo.com/downloads.php

direct link for the patch: http://www.ccsinfo.com/downloads/setup_mplab_plugin.exe

If you really want to use CCSInfo IDE I will need to make some tests to check for ICD2 integration! Please let me know! But I really advise you to use it with MPLAB!

After installing the integration patch you will need also to follow this initial steps for every time that you create a new project based on CCSInfo: http://www.ccsinfo.com/faq.php?page=ccs_mplab

Hope to see some nice projects running soon!</description>
		<content:encoded><![CDATA[<p>HI Hugo,</p>
<p>I have used the &#8220;MPLAB® IDE Plug-In&#8221; in order to use CCSInfo from MPLAB IDE, since I&#8217;m more used to work with MPLAB! Meaning that I work directly with MPLAB, source code will be CCSInfo .c file but when compiling, MPLAB will automatically call CCSInfo compiler to create .coff, .hex and all necessary files required for debug! I can make simulations using Step, BreakPoints, etc and watch for Port values/status, memory etc! </p>
<p>There is a patch available for this integration (MPLAB® IDE Plug-In): <a href="http://www.ccsinfo.com/downloads.php" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.ccsinfo.com');">http://www.ccsinfo.com/downloads.php</a></p>
<p>direct link for the patch: <a href="http://www.ccsinfo.com/downloads/setup_mplab_plugin.exe" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.ccsinfo.com');">http://www.ccsinfo.com/downloads/setup_mplab_plugin.exe</a></p>
<p>If you really want to use CCSInfo IDE I will need to make some tests to check for ICD2 integration! Please let me know! But I really advise you to use it with MPLAB!</p>
<p>After installing the integration patch you will need also to follow this initial steps for every time that you create a new project based on CCSInfo: <a href="http://www.ccsinfo.com/faq.php?page=ccs_mplab" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.ccsinfo.com');">http://www.ccsinfo.com/faq.php?page=ccs_mplab</a></p>
<p>Hope to see some nice projects running soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New ICD2 (In-Circuit Debugger 2) to program and debug pics! by Hugo</title>
		<link>http://www.botdream.com/blog/2008/01/23/new-icd2-in-circuit-debugger-2-to-program-and-debug-pics/#comment-41</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Sun, 08 Jun 2008 21:57:45 +0000</pubDate>
		<guid>http://www.botdream.com/blog/2008/01/23/new-icd2-in-circuit-debugger-2-to-program-and-debug-pics/#comment-41</guid>
		<description>Hello Nelson,

I now have an Icd2, all ok with Mplab, but i can program directly with ccsc, Any Patch available??

Regards

Hugo</description>
		<content:encoded><![CDATA[<p>Hello Nelson,</p>
<p>I now have an Icd2, all ok with Mplab, but i can program directly with ccsc, Any Patch available??</p>
<p>Regards</p>
<p>Hugo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Pic code for I2C Master/Slave communication by Nelson Neves</title>
		<link>http://www.botdream.com/blog/2008/02/01/testing-pic-code-for-i2c-masterslave-communication-2/#comment-40</link>
		<dc:creator>Nelson Neves</dc:creator>
		<pubDate>Tue, 03 Jun 2008 13:55:15 +0000</pubDate>
		<guid>http://www.botdream.com/blog/2008/02/01/testing-pic-code-for-i2c-masterslave-communication-2/#comment-40</guid>
		<description>Hi Ben,

thank you for your interest! The C compiler that I am using is CCSInfo PICC PCWH Compiler 4.016. Unfortunately it is a payed tool, but very well supported and have a very good library. Most of the functions in my code are from the tool's library. Please check my Lab tools to get more info: http://www.botdream.com/blog/2007/11/16/softwarehardware-that-ill-use-to-work-with-microchip-pics/

I finally decided to use PIC 16F690 for the PWM and I2C support. You can find more details on PIC datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/41262E.pdf

I have another post that explains why I have changed from PIC 16F628A to 16F690 due to issues with PWM and H-Bridge interface:
http://www.botdream.com/blog/2008/02/02/testing-pic-16f690-pwm-4-multiplexed-channels/

I'm quite busy at the moment doing other projects but hope to get back to my robot ASAP. ;)</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>thank you for your interest! The C compiler that I am using is CCSInfo PICC PCWH Compiler 4.016. Unfortunately it is a payed tool, but very well supported and have a very good library. Most of the functions in my code are from the tool&#8217;s library. Please check my Lab tools to get more info: <a href="http://www.botdream.com/blog/2007/11/16/softwarehardware-that-ill-use-to-work-with-microchip-pics/" rel="nofollow" >http://www.botdream.com/blog/2007/11/16/softwarehardware-that-ill-use-to-work-with-microchip-pics/</a></p>
<p>I finally decided to use PIC 16F690 for the PWM and I2C support. You can find more details on PIC datasheet: <a href="http://ww1.microchip.com/downloads/en/DeviceDoc/41262E.pdf" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/ww1.microchip.com');">http://ww1.microchip.com/downloads/en/DeviceDoc/41262E.pdf</a></p>
<p>I have another post that explains why I have changed from PIC 16F628A to 16F690 due to issues with PWM and H-Bridge interface:<br />
<a href="http://www.botdream.com/blog/2008/02/02/testing-pic-16f690-pwm-4-multiplexed-channels/" rel="nofollow" >http://www.botdream.com/blog/2008/02/02/testing-pic-16f690-pwm-4-multiplexed-channels/</a></p>
<p>I&#8217;m quite busy at the moment doing other projects but hope to get back to my robot ASAP. <img src='http://www.botdream.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Pic code for I2C Master/Slave communication by Ben</title>
		<link>http://www.botdream.com/blog/2008/02/01/testing-pic-code-for-i2c-masterslave-communication-2/#comment-39</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 03 Jun 2008 11:26:42 +0000</pubDate>
		<guid>http://www.botdream.com/blog/2008/02/01/testing-pic-code-for-i2c-masterslave-communication-2/#comment-39</guid>
		<description>Hi Nelson,
First, congratulation for your blog. It’s clear and practical.
By the other hand, I have searched what type of C have you used for the PICs. I think that could be MikroC, but you are using function that are not implemented with the MikroC. Could do you say me what Pic C are you using in your projects? (at the pwm, and i2c projects)
Thanks!
Ben.</description>
		<content:encoded><![CDATA[<p>Hi Nelson,<br />
First, congratulation for your blog. It’s clear and practical.<br />
By the other hand, I have searched what type of C have you used for the PICs. I think that could be MikroC, but you are using function that are not implemented with the MikroC. Could do you say me what Pic C are you using in your projects? (at the pwm, and i2c projects)<br />
Thanks!<br />
Ben.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New ICD2 (In-Circuit Debugger 2) to program and debug pics! by Nelson Neves</title>
		<link>http://www.botdream.com/blog/2008/01/23/new-icd2-in-circuit-debugger-2-to-program-and-debug-pics/#comment-37</link>
		<dc:creator>Nelson Neves</dc:creator>
		<pubDate>Wed, 23 Apr 2008 08:56:11 +0000</pubDate>
		<guid>http://www.botdream.com/blog/2008/01/23/new-icd2-in-circuit-debugger-2-to-program-and-debug-pics/#comment-37</guid>
		<description>Hi Hugo,

Please note that it's not the original ICD2 from Microchip, but it works fine and it was cheaper! Still haven't tested the Debugger part but have successfully programmed 3 different PICS: 16F628A, 16F690 and 18F4550!

I bought the ICD2 on www.ebay.co.uk from a Chinese guy. It took me 3 weeks to arrive because it was retained in Customs for Import TAX evaluation. I have payed 40€ for the item + 20€ for the Import TAX, total of 60€ (including postage cost) for a ICD2/Programmer device! Not bad!

Original will cost you around 260€ + Postage Cost:
http://pt.rs-online.com/web/search/searchBrowseAction.html?method=getProduct&#038;R=4670748

I bought the item form this guy:
http://myworld.ebay.com/etekronics&#038;ssPageName=ADME:X:RTQ:US:1181
He is not selling more at the moment but you can check other sellers.

Thanks for your interest and hope that you find a good deal!</description>
		<content:encoded><![CDATA[<p>Hi Hugo,</p>
<p>Please note that it&#8217;s not the original ICD2 from Microchip, but it works fine and it was cheaper! Still haven&#8217;t tested the Debugger part but have successfully programmed 3 different PICS: 16F628A, 16F690 and 18F4550!</p>
<p>I bought the ICD2 on <a href="http://www.ebay.co.uk" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.ebay.co.uk');">http://www.ebay.co.uk</a> from a Chinese guy. It took me 3 weeks to arrive because it was retained in Customs for Import TAX evaluation. I have payed 40€ for the item + 20€ for the Import TAX, total of 60€ (including postage cost) for a ICD2/Programmer device! Not bad!</p>
<p>Original will cost you around 260€ + Postage Cost:<br />
<a href="http://pt.rs-online.com/web/search/searchBrowseAction.html?method=getProduct&#038;R=4670748" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/pt.rs-online.com');">http://pt.rs-online.com/web/search/searchBrowseAction.html?method=getProduct&#038;R=4670748</a></p>
<p>I bought the item form this guy:<br />
<a href="http://myworld.ebay.com/etekronics&#038;ssPageName=ADME:X:RTQ:US:1181" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/myworld.ebay.com');">http://myworld.ebay.com/etekronics&#038;ssPageName=ADME:X:RTQ:US:1181</a><br />
He is not selling more at the moment but you can check other sellers.</p>
<p>Thanks for your interest and hope that you find a good deal!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New ICD2 (In-Circuit Debugger 2) to program and debug pics! by Hugo</title>
		<link>http://www.botdream.com/blog/2008/01/23/new-icd2-in-circuit-debugger-2-to-program-and-debug-pics/#comment-36</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Wed, 23 Apr 2008 00:47:56 +0000</pubDate>
		<guid>http://www.botdream.com/blog/2008/01/23/new-icd2-in-circuit-debugger-2-to-program-and-debug-pics/#comment-36</guid>
		<description>Hello.

Where do you purchase your icd 2??


Regards

Hugo</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>Where do you purchase your icd 2??</p>
<p>Regards</p>
<p>Hugo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Pic code for I2C Master/Slave communication by Nelson Neves</title>
		<link>http://www.botdream.com/blog/2008/02/01/testing-pic-code-for-i2c-masterslave-communication-2/#comment-34</link>
		<dc:creator>Nelson Neves</dc:creator>
		<pubDate>Fri, 14 Mar 2008 16:33:11 +0000</pubDate>
		<guid>http://www.botdream.com/blog/2008/02/01/testing-pic-code-for-i2c-masterslave-communication-2/#comment-34</guid>
		<description>Hi Luc, 

thank you for your post! You can check for my software development setup in this post: http://www.botdream.com/blog/2007/11/16/softwarehardware-that-ill-use-to-work-with-microchip-pics/

and I've just acquired a new PIC programmer/debugger  :
http://www.botdream.com/blog/2007/11/16/softwarehardware-that-ill-use-to-work-with-microchip-pics/

Please notice that the PIC C compiler is not free, there are some good tools that are free, but I am more comfortable to work with this tool (CCSinfo) because I found it easy and quick to develop. They have a big community and you can check some problems and solutions in their forum! (you can find lots off source code there, it helps to see how things work)

Also used 8051 some years ago, and really loved to work with it, but found that Microchip pics are very chip and don't require much of external components to make it work.

Please feel free to check other opensource and free PIC C compilers! There are very good tools out there! I haven't had time to test it :(</description>
		<content:encoded><![CDATA[<p>Hi Luc, </p>
<p>thank you for your post! You can check for my software development setup in this post: <a href="http://www.botdream.com/blog/2007/11/16/softwarehardware-that-ill-use-to-work-with-microchip-pics/" rel="nofollow" >http://www.botdream.com/blog/2007/11/16/softwarehardware-that-ill-use-to-work-with-microchip-pics/</a></p>
<p>and I&#8217;ve just acquired a new PIC programmer/debugger  :<br />
<a href="http://www.botdream.com/blog/2007/11/16/softwarehardware-that-ill-use-to-work-with-microchip-pics/" rel="nofollow" >http://www.botdream.com/blog/2007/11/16/softwarehardware-that-ill-use-to-work-with-microchip-pics/</a></p>
<p>Please notice that the PIC C compiler is not free, there are some good tools that are free, but I am more comfortable to work with this tool (CCSinfo) because I found it easy and quick to develop. They have a big community and you can check some problems and solutions in their forum! (you can find lots off source code there, it helps to see how things work)</p>
<p>Also used 8051 some years ago, and really loved to work with it, but found that Microchip pics are very chip and don&#8217;t require much of external components to make it work.</p>
<p>Please feel free to check other opensource and free PIC C compilers! There are very good tools out there! I haven&#8217;t had time to test it <img src='http://www.botdream.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Pic code for I2C Master/Slave communication by Luc Bonnet</title>
		<link>http://www.botdream.com/blog/2008/02/01/testing-pic-code-for-i2c-masterslave-communication-2/#comment-32</link>
		<dc:creator>Luc Bonnet</dc:creator>
		<pubDate>Fri, 14 Mar 2008 15:04:11 +0000</pubDate>
		<guid>http://www.botdream.com/blog/2008/02/01/testing-pic-code-for-i2c-masterslave-communication-2/#comment-32</guid>
		<description>Hi,
Very nice design!
Please give me a description of your software development setup, so I will try to get the same tools as you.
Until now, I use 8051 with Keil compiler, and I want to use PIC's as I2C slaves.
Thanks in advance.

Luc</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Very nice design!<br />
Please give me a description of your software development setup, so I will try to get the same tools as you.<br />
Until now, I use 8051 with Keil compiler, and I want to use PIC&#8217;s as I2C slaves.<br />
Thanks in advance.</p>
<p>Luc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2nd H-Bridge circuit is now completed by Testing PIC 16F690 PWM 4 multiplexed channels</title>
		<link>http://www.botdream.com/blog/2007/11/01/2nd-h-bridge-circuit-is-now-completed/#comment-31</link>
		<dc:creator>Testing PIC 16F690 PWM 4 multiplexed channels</dc:creator>
		<pubDate>Sat, 02 Feb 2008 02:06:26 +0000</pubDate>
		<guid>http://www.botdream.com/blog/2007/11/01/2nd-h-bridge-circuit-is-now-completed/#comment-31</guid>
		<description>[...] This will be required to drive my previous module that will control the DC motors (will need to have PWM switching between P1B and P1C - this will invert DC motor direction): http://www.botdream.com/blog/2007/11/01/2nd-h-bridge-circuit-is-now-completed/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] This will be required to drive my previous module that will control the DC motors (will need to have PWM switching between P1B and P1C - this will invert DC motor direction): <a href="http://www.botdream.com/blog/2007/11/01/2nd-h-bridge-circuit-is-now-completed/" rel="nofollow" >http://www.botdream.com/blog/2007/11/01/2nd-h-bridge-circuit-is-now-completed/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2nd H-Bridge circuit is now completed by Nelson Neves</title>
		<link>http://www.botdream.com/blog/2007/11/01/2nd-h-bridge-circuit-is-now-completed/#comment-16</link>
		<dc:creator>Nelson Neves</dc:creator>
		<pubDate>Sat, 17 Nov 2007 02:14:08 +0000</pubDate>
		<guid>http://www.botdream.com/blog/2007/11/01/2nd-h-bridge-circuit-is-now-completed/#comment-16</guid>
		<description>Hi, look who is here, my friend Ukri8051! Thanks for your post! I will investigate a little more on the i2c expander. About the micro 8051 I really like it but i haven't use it for quite a while :( ... I'm a little more confortable developing with Microchip PIC. I'm using CCSInfo Pic C tool wich has big comunity and a lot of good C libraries.</description>
		<content:encoded><![CDATA[<p>Hi, look who is here, my friend Ukri8051! Thanks for your post! I will investigate a little more on the i2c expander. About the micro 8051 I really like it but i haven&#8217;t use it for quite a while <img src='http://www.botdream.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> &#8230; I&#8217;m a little more confortable developing with Microchip PIC. I&#8217;m using CCSInfo Pic C tool wich has big comunity and a lot of good C libraries.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
