<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Automated Green House Blog:13.4 - PH Control: PH Probe LCD Readout + Gui + Probe Health Readout</title><link>/challenges-projects/design-challenges/vertical-farming/b/blog/posts/automated-green-house-blog-13-4---ph-control-ph-probe-lcd-readout-gui-probe-health-readout</link><description>A Updated PH Probe, Now gives A Readout For Probe Life and a time alarm for when to Calibrate. DFRobot were nice enough to send me one of their pH pro MCU probes [Longer lasting] but this tutorial and code will work for any analog pH MCU meter [...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Automated Green House Blog:13.4 - PH Control: PH Probe LCD Readout + Gui + Probe Health Readout</title><link>https://community.element14.com/challenges-projects/design-challenges/vertical-farming/b/blog/posts/automated-green-house-blog-13-4---ph-control-ph-probe-lcd-readout-gui-probe-health-readout</link><pubDate>Thu, 20 Jan 2022 13:23:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:055bb260-ff5e-4a00-96ec-e3b646840974</guid><dc:creator>Torkialareed</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I&amp;#39;m a user and trying to find someone to put the system together. However, I&amp;#39;m starting with 40-20mA analog sensor to avoid noise. Interfaced with a current-to-voltage converter, then output is&amp;nbsp;the input to&amp;nbsp;1024 positions digipot,&amp;nbsp;included for calibration, then to 16 bit ADC and to esp32.&lt;/p&gt;
&lt;p&gt;With the code above, will we not need the digipot?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1018&amp;AppID=120&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Automated Green House Blog:13.4 - PH Control: PH Probe LCD Readout + Gui + Probe Health Readout</title><link>https://community.element14.com/challenges-projects/design-challenges/vertical-farming/b/blog/posts/automated-green-house-blog-13-4---ph-control-ph-probe-lcd-readout-gui-probe-health-readout</link><pubDate>Mon, 08 Oct 2018 06:15:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:055bb260-ff5e-4a00-96ec-e3b646840974</guid><dc:creator>bmyrand</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;is this project still active ?&lt;/p&gt;&lt;p&gt;wish i could download that .zip file somewhere for the libraries. &lt;/p&gt;&lt;p&gt;i would like to add 2 dozing pumps to that to add ph up or ph down as required. &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1018&amp;AppID=120&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Automated Green House Blog:13.4 - PH Control: PH Probe LCD Readout + Gui + Probe Health Readout</title><link>https://community.element14.com/challenges-projects/design-challenges/vertical-farming/b/blog/posts/automated-green-house-blog-13-4---ph-control-ph-probe-lcd-readout-gui-probe-health-readout</link><pubDate>Fri, 03 Mar 2017 08:32:36 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:055bb260-ff5e-4a00-96ec-e3b646840974</guid><dc:creator>robned</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hello Michael,&lt;/p&gt;&lt;p&gt;Thanks for this very good project. (&lt;/p&gt;&lt;p&gt;I have got it partially working but the temperature read out stays 0 degrees&lt;/p&gt;&lt;p&gt;TEmp Sensor is ok (tested in other project)&lt;/p&gt;&lt;p&gt;I am just starting with Arduino so forgive me if I ask a very stupid question:&lt;/p&gt;&lt;p&gt;The sensor connections are : 22,24 and 26. However in the program lines you mention as comment :&amp;nbsp; Arduino 9,8 and 10&lt;/p&gt;&lt;p&gt;Do I have to connect the DS18B20 wires to 22,24 and 26? If yes, do you have any tip for me to get the temp sensor working?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best Regards,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rob&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;By the way , to get my LCD keypad switches working I had to modify the program lines:&lt;/p&gt;&lt;p&gt;else if (adc_key_in &amp;lt; 50)&amp;nbsp;&amp;nbsp; button =1; // was 50&lt;/p&gt;&lt;p&gt;else if (adc_key_in &amp;lt; 150)&amp;nbsp; button =2; //was 250&lt;/p&gt;&lt;p&gt;else&amp;nbsp; if (adc_key_in &amp;lt; 350)&amp;nbsp; button =3; //was 450&lt;/p&gt;&lt;p&gt;else if (adc_key_in &amp;lt; 550)&amp;nbsp; button =4; // was 650&lt;/p&gt;&lt;p&gt;else if (adc_key_in &amp;lt; 750)&amp;nbsp; button =5; //was 850&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1018&amp;AppID=120&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Automated Green House Blog:13.4 - PH Control: PH Probe LCD Readout + Gui + Probe Health Readout</title><link>https://community.element14.com/challenges-projects/design-challenges/vertical-farming/b/blog/posts/automated-green-house-blog-13-4---ph-control-ph-probe-lcd-readout-gui-probe-health-readout</link><pubDate>Fri, 01 Apr 2016 23:48:16 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:055bb260-ff5e-4a00-96ec-e3b646840974</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;hello,&lt;/p&gt;&lt;p&gt;i love this site. thank you!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i am unable to get the code to work. mega and uno using sainsmart and rfrobot lcd&amp;#39;s. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the buttons will not work and the code seems to hang just reading the ph. new to coding but racking my brain just the same&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1018&amp;AppID=120&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Automated Green House Blog:13.4 - PH Control: PH Probe LCD Readout + Gui + Probe Health Readout</title><link>https://community.element14.com/challenges-projects/design-challenges/vertical-farming/b/blog/posts/automated-green-house-blog-13-4---ph-control-ph-probe-lcd-readout-gui-probe-health-readout</link><pubDate>Fri, 08 Jan 2016 19:35:13 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:055bb260-ff5e-4a00-96ec-e3b646840974</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Great update.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Are you keeping a log of the PH levels of the fluid.&lt;/p&gt;&lt;p&gt;I am curious how much do they change over time?&lt;/p&gt;&lt;p&gt;Or is one batch stable enough to use for a while?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1018&amp;AppID=120&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>