<?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 | MillerG | Activity</title>
	<link>https://www.envirodiy.org/members/millerg/activity/</link>
	<atom:link href="https://www.envirodiy.org/members/millerg/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for MillerG.</description>
	<lastBuildDate>Tue, 28 Apr 2026 21:25:24 -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">d26636c67d67e06a2000213266e0f312</guid>
				<title>MillerG replied to the topic Recording data from pressure sensors on an SD card in the forum Mayfly Data Logger</title>
				<link>https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2222</link>
				<pubDate>Mon, 08 May 2017 19:08:54 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks Hank! You&#8217;re right, that was all we needed. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fe46011ef6ad4a1426520188fd9a561a</guid>
				<title>MillerG replied to the topic Recording data from pressure sensors on an SD card in the forum Mayfly Data Logger</title>
				<link>https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2220</link>
				<pubDate>Fri, 05 May 2017 20:04:19 -0400</pubDate>

									<content:encoded><![CDATA[
<pre>#include &lt;SPI.h&gt;
#include &lt;SD.h&gt;
#include &lt;Wire.h&gt;
#include &lt;Adafruit_MPL115A2.h&gt;
Adafruit_MPL115A2 mpl115a2;

//Digital pin 12 is the MicroSD slave select pin on the Mayfly
#define SD_SS_PIN 12

//The data log file
#define FILE_NAME "DataLog5.txt"

//Data header  (these lines get written to the beginning of a file when it's created)
#define&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-2468"><a href="https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2220" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c1b79fe482f9d5fcc5acd1e6ce6388fb</guid>
				<title>MillerG replied to the topic Recording data from pressure sensors on an SD card in the forum Mayfly Data Logger</title>
				<link>https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2211</link>
				<pubDate>Wed, 03 May 2017 16:18:39 -0400</pubDate>

									<content:encoded><![CDATA[<p>Anthony, </p>
<p>The first code complied just fine. I will try and upload it to the Mayfly later and let you know how it goes. Thanks! </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a5d3f2cf1998a761c713534877ab78bb</guid>
				<title>MillerG replied to the topic Recording data from pressure sensors on an SD card in the forum Mayfly Data Logger</title>
				<link>https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2210</link>
				<pubDate>Wed, 03 May 2017 16:14:02 -0400</pubDate>

									<content:encoded><![CDATA[<p>I don&#8217;t get an error code from the sketch. The sketch will upload and show data in the serial monitor. But, it will not log the data onto an SD card, which is my goal. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6d9a217c8d0863ff184f914b2653edd7</guid>
				<title>MillerG replied to the topic Recording data from pressure sensors on an SD card in the forum Mayfly Data Logger</title>
				<link>https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2193</link>
				<pubDate>Mon, 01 May 2017 18:59:36 -0400</pubDate>

									<content:encoded><![CDATA[<pre title="Aq_Bar_Press_NoSD.ino">#include &lt;Wire.h&gt;
#include &lt;SparkFun_MS5803_I2C.h&gt;

#include &lt;Wire.h&gt;
#include &lt;Adafruit_MPL115A2.h&gt;
Adafruit_MPL115A2 mpl115a2;

#include &lt;Wire.h&gt;
#include "Sodaq_DS3231.h"

char weekDay[][4] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" };

//year, month, date, hour, min, sec and week-day(starts from 0 and goes to 6)
//writing any&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-2441"><a href="https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2193" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5b64355b8a2c4bee562c0f294027864c</guid>
				<title>MillerG replied to the topic Recording data from pressure sensors on an SD card in the forum Mayfly Data Logger</title>
				<link>https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2193</link>
				<pubDate>Mon, 01 May 2017 18:59:36 -0400</pubDate>

									<content:encoded><![CDATA[
<pre>#include &lt;Wire.h&gt;
#include &lt;SparkFun_MS5803_I2C.h&gt;

#include &lt;Wire.h&gt;
#include &lt;Adafruit_MPL115A2.h&gt;
Adafruit_MPL115A2 mpl115a2;

#include &lt;Wire.h&gt;
#include "Sodaq_DS3231.h"

char weekDay[][4] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" };

//year, month, date, hour, min, sec and week-day(starts from 0 and goes to 6)
//writing any&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-2438"><a href="https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2193" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6c16a5969268299259218ea230cc25b2</guid>
				<title>MillerG replied to the topic Recording data from pressure sensors on an SD card in the forum Mayfly Data Logger</title>
				<link>https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2192</link>
				<pubDate>Mon, 01 May 2017 18:56:53 -0400</pubDate>

									<content:encoded><![CDATA[<p>Anthony, </p>
<p>I have run that Sample Code but do not have success when I try to merge it in with my code. </p>
<p>This is my current code:</p>
<pre title="Aq_Bar_Pressure.ino">#include &lt;Wire.h&gt;
#include &lt;SparkFun_MS5803_I2C.h&gt;

#include &lt;Wire.h&gt;
#include &lt;Adafruit_MPL115A2.h&gt;
Adafruit_MPL115A2 mpl115a2;

#include &lt;Wire.h&gt;
#include "Sodaq_DS3231.h"

char weekDay[][4] = {"Sun", "Mon", "Tue",&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-2440"><a href="https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2192" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8a459f7bb201fbffec135967e7eb5edf</guid>
				<title>MillerG replied to the topic Recording data from pressure sensors on an SD card in the forum Mayfly Data Logger</title>
				<link>https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2192</link>
				<pubDate>Mon, 01 May 2017 18:56:53 -0400</pubDate>

									<content:encoded><![CDATA[<p>Anthony, </p>
<p>I have run that Sample Code but do not have success when I try to merge it in with my code. </p>
<p>This is my current code: </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">21e47e72142d611e05b009f1a2164911</guid>
				<title>MillerG replied to the topic Recording data from pressure sensors on an SD card in the forum Mayfly Data Logger</title>
				<link>https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2192</link>
				<pubDate>Mon, 01 May 2017 18:56:53 -0400</pubDate>

									<content:encoded><![CDATA[<p>Anthony, </p>
<p>I have run that Sample Code but do not have success when I try to merge it in with my code. </p>
<p>This is my current code: </p>
<p> <span>#include &lt;Wire.h&gt;<br />
#include &lt;SparkFun_MS5803_I2C.h&gt;</p>
<p>#include &lt;Wire.h&gt;<br />
#include &lt;Adafruit_MPL115A2.h&gt;<br />
Adafruit_MPL115A2 mpl115a2;</p>
<p>#include &lt;Wire.h&gt;<br />
#include &#8220;Sodaq_DS3231.h&#8221;</p>
<p>char weekDay[][4] = {&#8220;Sun&#8221;, &#8220;Mon&#8221;,&hellip;</span><span class="activity-read-more" id="activity-read-more-2437"><a href="https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/#post-2192" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2976ca563ded13ab2d91c31e1be0b0c0</guid>
				<title>MillerG started the topic Recording data from pressure sensors on an SD card in the forum Mayfly Data Logger</title>
				<link>https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/</link>
				<pubDate>Fri, 28 Apr 2017 19:15:41 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello, </p>
<p>I have a Mayfly data logger and am looking for some advice on how to log data from 2 pressure sensors onto an SD card. I am a novice in the data logger community so please, bear with me. </p>
<p>I have a Sparkfun MS5803-14BA Breakout aqueous pressure sensor and an Adafruit MPL115A2 I2C Barometric pressure sensor. I am looking to get the data&hellip;<span class="activity-read-more" id="activity-read-more-2420"><a href="https://envirodiy.org/topic/recording-data-from-pressure-sensors-on-an-sd-card/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c8cfb6f34c22533663df10e387beafe2</guid>
				<title>MillerG became a registered member</title>
				<link>https://www.envirodiy.org/activity/p/2418/</link>
				<pubDate>Fri, 28 Apr 2017 19:06:07 -0400</pubDate>

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