<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EnviroDIY | Gera | Activity</title>
	<link>https://www.envirodiy.org/members/gerarjrive02gmail-com/activity/</link>
	<atom:link href="https://www.envirodiy.org/members/gerarjrive02gmail-com/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Gera.</description>
	<lastBuildDate>Thu, 21 May 2026 21:57:33 -0400</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">ee52b5707b67bc17a1b06375af9b1398</guid>
				<title>Gera replied to the topic SD Data Recording in the forum Other Data Loggers</title>
				<link>https://www.envirodiy.org/topic/sd-data-recording/#post-13337</link>
				<pubDate>Thu, 14 Nov 2019 18:56:59 -0500</pubDate>

									<content:encoded><![CDATA[<p>Oh&#8230; Well I decided to leave that thread for later because I wanted to focus on getting something recorded on the SD card. I see now the mistakes I did. I would change to SdFat if it makes things better, I was trying to get something to work first. The code is now working for me. Thank you very much! The Filename issue was the only thing that I&hellip;<span class="activity-read-more" id="activity-read-more-4447"><a href="https://www.envirodiy.org/topic/sd-data-recording/#post-13337" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a054de5a39019eadd13a6d0c4ffd488b</guid>
				<title>Gera replied to the topic SD Data Recording in the forum Other Data Loggers</title>
				<link>https://www.envirodiy.org/topic/sd-data-recording/#post-13335</link>
				<pubDate>Thu, 14 Nov 2019 14:56:46 -0500</pubDate>

									<content:encoded><![CDATA[<p>Yes, I am using Mayfly. I am using the built-in microSD card slot. My output I get the values in the serial monitor but nothings gets written into the SD card. The last question is kind of confusing to me, but what I am thinking is that you are asking me if I ever put the code of the SD card somewhere else in this code then yeah, but I still get&hellip;<span class="activity-read-more" id="activity-read-more-4445"><a href="https://www.envirodiy.org/topic/sd-data-recording/#post-13335" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">13848e213c935b503cdd2da8ade57e54</guid>
				<title>Gera started the topic SD Data Recording in the forum Other Data Loggers</title>
				<link>https://www.envirodiy.org/topic/sd-data-recording/</link>
				<pubDate>Mon, 04 Nov 2019 22:14:07 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hi all,</p>
<p>I am trying to log data from a conductivity sensor to the SD card, for some reason it is not working. here is my code (I try to use code snippet but I could not make it look like how it suppose to be, I will try again when I am not too busy):</p>
<p>#include &lt;Arduino.h&gt;<br />
#include &lt;math.h&gt;<br />
#include &lt;Wire.h&gt;<br />
#include &lt;SD.h&gt;<br />
#include&hellip;<span class="activity-read-more" id="activity-read-more-4404"><a href="https://www.envirodiy.org/topic/sd-data-recording/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bd07bf995522482840af30e3f8b410af</guid>
				<title>Gera replied to the topic SD Card Recording Data Issue in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/sd-card-recording-data-issue/#post-13127</link>
				<pubDate>Tue, 03 Sep 2019 13:09:37 -0400</pubDate>

									<content:encoded><![CDATA[<p>I removed Sdfat from it and it did not work either. Should I try with sdFat library only?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">62bb3c49cf748017d623ae0bb7d5ecd6</guid>
				<title>Gera replied to the topic SD Card Recording Data Issue in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/sd-card-recording-data-issue/#post-13122</link>
				<pubDate>Tue, 27 Aug 2019 01:27:59 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am trying to get a txt file of the data from all four sensors to the SD card. It works when I use the first code for the DHT sensor only, the data is recorded inside the SD card as a txt file and I can open it when I connect the SD card into my laptop to see the contents of it. I use this<br />
to record all the data from the four sensors which is&hellip;<span class="activity-read-more" id="activity-read-more-4212"><a href="https://www.envirodiy.org/topic/sd-card-recording-data-issue/#post-13122" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c71e7c2aac66ae8041e94becae16e75c</guid>
				<title>Gera started the topic SD Card Recording Data Issue in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/sd-card-recording-data-issue/</link>
				<pubDate>Fri, 23 Aug 2019 19:50:46 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello everybody, I hope everything is well on your behalf,</p>
<p>So I am currently trying to record data in an SD card for 4 environmental sensors. I succesfully manage to record the data in just 1 environmental sensor which is the DHT11 for humidity and temperature, but when I try to record it along with turbidity, pH, and conductivity, it does not&hellip;<span class="activity-read-more" id="activity-read-more-4204"><a href="https://www.envirodiy.org/topic/sd-card-recording-data-issue/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b43a91bc0cd74fdb974efcc72127495f</guid>
				<title>Gera posted an update: @srgdamiano Hello Mrs. Sara, I hope everything is well on [&#133;]</title>
				<link>https://www.envirodiy.org/activity/p/4196/</link>
				<pubDate>Fri, 16 Aug 2019 14:05:42 -0400</pubDate>

									<content:encoded><![CDATA[<p><a href="https://www.envirodiy.org/members/srgdamiano/" rel="nofollow ugc">@srgdamiano</a> Hello Mrs. Sara, I hope everything is well on your behalf,</p>
<p>So at the moment I am trying to store data in a SD card, the SD card I am using is the one that came with the mayfly kit and I was trying to test out the simple file example code that the Envirodiy website has. When I try to compile it, it says that the next three things were&hellip;<span class="activity-read-more" id="activity-read-more-4196"><a href="https://www.envirodiy.org/activity/p/4196/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>1</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f9f25b7d2007eab3e57118d972adad29</guid>
				<title>Gera posted an update: @shicks Hello Ms. Hicks, I hope everything is well on your [&#133;]</title>
				<link>https://www.envirodiy.org/activity/p/4191/</link>
				<pubDate>Thu, 15 Aug 2019 17:18:22 -0400</pubDate>

									<content:encoded><![CDATA[<p><a href="https://www.envirodiy.org/members/shicks/" rel="nofollow ugc">@shicks</a> Hello Ms. Hicks, I hope everything is well on your behalf,</p>
<p>So at the moment I am trying to store data in a SD card, the SD card I am using is the one that came with the mayfly kit and I was trying to test out the simple file example code that the Envirodiy website has. When I try to compile it, it says that the next three things were not&hellip;<span class="activity-read-more" id="activity-read-more-4191"><a href="https://www.envirodiy.org/activity/p/4191/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>1</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bd05a24404c664571c5e8b9205c7e71a</guid>
				<title>Gera posted an update: @shicks  Hello Mr. Hicks, I hope everything is well on your [&#133;]</title>
				<link>https://www.envirodiy.org/activity/p/4113/</link>
				<pubDate>Thu, 25 Jul 2019 17:57:27 -0400</pubDate>

									<content:encoded><![CDATA[<p><a href="https://www.envirodiy.org/members/shicks/" rel="nofollow ugc">@shicks</a>  Hello Mr. Hicks, I hope everything is well on your behalf,<br />
I wanted to ask you something real quick, what kind of pin number I have to write down in the analogRead() function for the grove sockets to read data coming from there? I would like to know all of them, the 22, 6, AA0, or how I should write it down if it is in a different way. I&hellip;<span class="activity-read-more" id="activity-read-more-4113"><a href="https://www.envirodiy.org/activity/p/4113/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>1</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">192ac14dd25d829fefc96302e19a1f58</guid>
				<title>Gera replied to the topic PH Sensor Issue in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/ph-sensor-issue/#post-12981</link>
				<pubDate>Fri, 19 Jul 2019 15:33:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>Alright. I am getting the data right. Thank you for your help.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f8040ee4027e46d9a0982664a7d6bde1</guid>
				<title>Gera replied to the topic PH Sensor Issue in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/ph-sensor-issue/#post-12979</link>
				<pubDate>Fri, 19 Jul 2019 02:56:36 -0400</pubDate>

									<content:encoded><![CDATA[<p>Also, with the code you provided, if I do not use the voltage divider I can calibrate it to 2.5V if I remove the *2 from the equation. I am first time coder and also the mayfly is something new for me as well, I am learning little by little how this thing works. So the calibration will be right if I use the code without multiplying the 2?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">33de09add3da7e8d96151b6213dc35fc</guid>
				<title>Gera replied to the topic PH Sensor Issue in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/ph-sensor-issue/#post-12977</link>
				<pubDate>Fri, 19 Jul 2019 02:32:31 -0400</pubDate>

									<content:encoded><![CDATA[<p>Sorry for the late answer I had some stuff to do.<br />
Okay so, the circuit is connected like this:</p>
<p>Voltage: V+ which is the 5V DC connected to SW5<br />
Ground: Ground to Ground<br />
Analog = PO or PH analog output is connected to the Analog pin A0<br />
I used three resistors to test which one will be close to the voltage required, I will post a picture of the three&hellip;<span class="activity-read-more" id="activity-read-more-4106"><a href="https://www.envirodiy.org/topic/ph-sensor-issue/#post-12977" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6ba6e8125615fbd7e3100c2b47133623</guid>
				<title>Gera replied to the topic PH Sensor Issue in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/ph-sensor-issue/#post-12974</link>
				<pubDate>Thu, 18 Jul 2019 20:09:38 -0400</pubDate>

									<content:encoded><![CDATA[<p>The pin is USB5V, I tried using that SW5 as well. I tried using all those slots, all of them gave me the exact same value of 3.73V.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0ed87fc561ab774ebf19245baa6c5985</guid>
				<title>Gera replied to the topic PH Sensor Issue in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/ph-sensor-issue/#post-12972</link>
				<pubDate>Thu, 18 Jul 2019 19:50:32 -0400</pubDate>

									<content:encoded><![CDATA[<p>pin A0,</p>
<p>here is the code:<br />
void setup() {<br />
 // initialize serial communication at 9600 bits per second:<br />
 Serial.begin(9600);<br />
}</p>
<p>// the loop routine runs over and over showing the voltage on A0<br />
void loop() {<br />
 // read the input on analog pin 0:<br />
 int sensorValue = analogRead(A0);<br />
 // Convert the analog reading (which goes from 0 &#8211; 1023) to a voltage&hellip;<span class="activity-read-more" id="activity-read-more-4101"><a href="https://www.envirodiy.org/topic/ph-sensor-issue/#post-12972" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a8061537e36971ac132f4bc9a10e3fd</guid>
				<title>Gera started the topic PH Sensor Issue in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/ph-sensor-issue/</link>
				<pubDate>Thu, 18 Jul 2019 14:47:56 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello everybody, I am currently trying to work with the Mayfly board to find pH. I have the pH Electrode E201 &#8211; BNC and the board that comes with it is the DIY PH-4502C. I am having a problem when trying to calibrate this thing with the mayfly board. the 5v voltage pins of this board do not work as the arduino does. When I calibrate it with the&hellip;<span class="activity-read-more" id="activity-read-more-4099"><a href="https://www.envirodiy.org/topic/ph-sensor-issue/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0cdf7eb8c69cbdfc7c98dc0149348623</guid>
				<title>Gera became a registered member</title>
				<link>https://www.envirodiy.org/activity/p/4097/</link>
				<pubDate>Thu, 18 Jul 2019 14:40:06 -0400</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>