<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<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 on: Water level detector with PIC12F683</title>
	<link>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/</link>
	<description>Bob's Hobby in electronics,microcontroller,programming stuff</description>
	<pubDate>Sat, 06 Sep 2008 05:35:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Bob</title>
		<link>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-2556</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 23 Jul 2008 02:05:55 +0000</pubDate>
		<guid>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-2556</guid>
		<description>Hi Arvin,
I'm sorry about your request.But you can change the source code then complie the source code again follow these steps.

First, look for 
#define speaker GPIO2
then add this line
#define LED GPIO3

Second,look for
TRISIO2 = 0;	// GPIO2 set as an output
then add 
TRISIO3 = 0;

Third,look for
if (input_probe==1)

then change the inner to
speaker = 1;	// speaker on 1mS
LED = 1;
DelayMs(50);	// delay 1mS
speaker = 0;	// speakre off	
LED = 0;
DelayMs(50);	// delay 1mS	
speaker = 1;	// speaker on 1mS
LED = 1;
DelayMs(50);	// delay 1mS
speaker = 0;	// speakre off	
LED = 0;


But,I'm not test this change.

Bob</description>
		<content:encoded><![CDATA[Hi Arvin,<br />
I&#8217;m sorry about your request.But you can change the source code then complie the source code again follow these steps.<br />
First, look for<br />
#define speaker GPIO2<br />
then add this line<br />
#define LED GPIO3<br />
Second,look for<br />
TRISIO2 = 0;	// GPIO2 set as an output<br />
then add<br />
TRISIO3 = 0;<br />
Third,look for<br />
if (input_probe==1)<br />
then change the inner to<br />
speaker = 1;	// speaker on 1mS<br />
LED = 1;<br />
DelayMs(50);	// delay 1mS<br />
speaker = 0;	// speakre off<br />
LED = 0;<br />
DelayMs(50);	// delay 1mS<br />
speaker = 1;	// speaker on 1mS<br />
LED = 1;<br />
DelayMs(50);	// delay 1mS<br />
speaker = 0;	// speakre off<br />
LED = 0;<br />
But,I&#8217;m not test this change.<br />
Bob<br />
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvin</title>
		<link>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-2554</link>
		<dc:creator>Arvin</dc:creator>
		<pubDate>Wed, 23 Jul 2008 01:09:53 +0000</pubDate>
		<guid>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-2554</guid>
		<description>I need to make a water level sensor for my wife's pond. This looks like what I need.

I got this link from a Picaxe forum.

Is the program you wrote available for me to look at? 

I think I'll ditch the buzzer and blink an LED. It will run on 3v too so I can just use 2 batteries. 

thanks,
arvin</description>
		<content:encoded><![CDATA[I need to make a water level sensor for my wife&#8217;s pond. This looks like what I need.<br />
I got this link from a Picaxe forum.<br />
Is the program you wrote available for me to look at?<br />
I think I&#8217;ll ditch the buzzer and blink an LED. It will run on 3v too so I can just use 2 batteries.<br />
thanks,<br />
arvin<br />
]]></content:encoded>
	</item>
	<item>
		<title>By: dennis</title>
		<link>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-2528</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Mon, 21 Jul 2008 09:31:51 +0000</pubDate>
		<guid>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-2528</guid>
		<description>it's quite interesting to learn with you, but amusing to see pins 234 of the ic hanging.

i would like to see a temperature control circuit from your website. between 80-100 degrees celciuos</description>
		<content:encoded><![CDATA[it&#8217;s quite interesting to learn with you, but amusing to see pins 234 of the ic hanging.<br />
i would like to see a temperature control circuit from your website. between 80-100 degrees celciuos<br />
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-13</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 28 Feb 2008 02:56:33 +0000</pubDate>
		<guid>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-13</guid>
		<description>thanks :)</description>
		<content:encoded><![CDATA[thanks <img src='http://www.bobhobby.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-12</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 28 Feb 2008 02:39:51 +0000</pubDate>
		<guid>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-12</guid>
		<description>capacitor C1 just is a decoupling capacitor used to prevent noise caused by other circuit.</description>
		<content:encoded><![CDATA[capacitor C1 just is a decoupling capacitor used to prevent noise caused by other circuit.<br />
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-11</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 27 Feb 2008 20:02:24 +0000</pubDate>
		<guid>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-11</guid>
		<description>I'm sorry... I don't quite understand the function of the capacitor...</description>
		<content:encoded><![CDATA[I&#8217;m sorry&#8230; I don&#8217;t quite understand the function of the capacitor&#8230;<br />
]]></content:encoded>
	</item>
	<item>
		<title>By: Electronics-Lab.com Blog &#187; Blog Archive &#187; Water level detector with PIC12F683</title>
		<link>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-10</link>
		<dc:creator>Electronics-Lab.com Blog &#187; Blog Archive &#187; Water level detector with PIC12F683</dc:creator>
		<pubDate>Wed, 27 Feb 2008 08:33:50 +0000</pubDate>
		<guid>http://www.bobhobby.com/2008/01/27/water-level-detector-with-pic12f683/#comment-10</guid>
		<description>[...] Water level detector with PIC12F683 - [Link] [...]</description>
		<content:encoded><![CDATA[[&#8230;] Water level detector with PIC12F683 - [Link] [&#8230;]<br />
]]></content:encoded>
	</item>
</channel>
</rss>
