<?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 | Selbig | Activity</title>
	<link>https://www.envirodiy.org/members/selbig/activity/</link>
	<atom:link href="https://www.envirodiy.org/members/selbig/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Selbig.</description>
	<lastBuildDate>Fri, 12 Jun 2026 23:51:10 -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">b0ab574f866df3d0d781191b65c065fa</guid>
				<title>Selbig started the topic How to dump contents of file on SD card to serial in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/how-to-dump-contents-of-file-on-sd-card-to-serial/</link>
				<pubDate>Thu, 01 Jul 2021 17:08:28 -0400</pubDate>

									<content:encoded><![CDATA[<p>I had a working sketch that allowed me to transfer the contents of a file on the SD card using bluetooth. I switched over to the Mayfly board and am now using code from the menu-a-la-carte; however, when incorporating the lines of code previously used to dump the file contents. I get an error indicating &#8216;reference to File is ambiguous&#8217;. I think&hellip;<span class="activity-read-more" id="activity-read-more-6277"><a href="https://www.envirodiy.org/topic/how-to-dump-contents-of-file-on-sd-card-to-serial/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">db1a52f30eff4761903603ea92554ac0</guid>
				<title>Selbig replied to the topic InSitu RDO PRO-X not reading in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/insitu-rdo-pro-x-not-reading/#post-15630</link>
				<pubDate>Wed, 30 Jun 2021 00:20:52 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you for the useful advice. I grounded the Mayfly to the 12v battery ground and voila! The RDO is reading perfectly. Never would have thought of that one so you saved me a ton of time. Thanks!!!!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0f6a22148e71e7f40630590de61d1368</guid>
				<title>Selbig started the topic InSitu RDO PRO-X not reading in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/insitu-rdo-pro-x-not-reading/</link>
				<pubDate>Tue, 29 Jun 2021 21:33:08 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m using the code pulled from the menu_a_la_carte for the InSitu RDO PRO-X and Decagon ES2. I&#8217;m able to get values for the Decagon but the RDO returns -9999 values. I was able to communicate with the RDO using WinSitu software and change the SDI address to 5. I&#8217;m powering the RDO using a separate 12v battery. I&#8217;m pretty confident my connections&hellip;<span class="activity-read-more" id="activity-read-more-6265"><a href="https://www.envirodiy.org/topic/insitu-rdo-pro-x-not-reading/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8404ee961e3f89a0543f1330638105ca</guid>
				<title>Selbig replied to the topic Logging Mayfly with Decagon SDI-12 Sensor in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/logging-mayfly-with-decagon-sdi-12-sensor/#post-15609</link>
				<pubDate>Fri, 11 Jun 2021 13:13:32 -0400</pubDate>

									<content:encoded><![CDATA[<p>I was able to get it to work correctly. The only thing I changed was removal of the UUIDs for all of the variable pointers. I also moved the voltage pin so D7 was getting 5v instead of 3.3. I don&#8217;t know if that was what caused the initial error but it&#8217;s working now.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ddf04b35b1a842825850a59aedad5173</guid>
				<title>Selbig replied to the topic Logging Mayfly with Decagon SDI-12 Sensor in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/logging-mayfly-with-decagon-sdi-12-sensor/#post-15606</link>
				<pubDate>Thu, 10 Jun 2021 19:28:04 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am able to retrieve values from my Decagon ES2 sensor, but only temperature. Conductivity comes back with a value of 0.0. When I hook it up to a Campbell Scientific CR1000 logger, both conductivity and temperature come back with reasonable values. In fact, temperature is the same using the CR1000 as it is the Mayfly. I&#8217;m using the pre-programmed&hellip;<span class="activity-read-more" id="activity-read-more-6246"><a href="https://www.envirodiy.org/topic/logging-mayfly-with-decagon-sdi-12-sensor/#post-15606" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca68898b31fcadaea274006a6b36be0d</guid>
				<title>Selbig replied to the topic Transfer file from SD card to iOS/Android via bluetooth in the forum Infrastructure and Equipment</title>
				<link>https://www.envirodiy.org/topic/transfer-file-from-sd-card-to-ios-android-via-bluetooth/#post-15072</link>
				<pubDate>Fri, 29 Jan 2021 03:15:12 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the input. I got it figured out. It&#8217;s a pretty sweet arrangement that will make life easier for data collection. As @neilh indicated, the Mayfly logger, bluetooth HM-10, battery, and all wires will be in a waterproof box above the water with the sensors in the water below secured to channel iron or some other rod. There&#8217;s an app called&hellip;<span class="activity-read-more" id="activity-read-more-5838"><a href="https://www.envirodiy.org/topic/transfer-file-from-sd-card-to-ios-android-via-bluetooth/#post-15072" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">00c0fa31692df758d035c775774495c0</guid>
				<title>Selbig started the topic Transfer file from SD card to iOS/Android via bluetooth in the forum Infrastructure and Equipment</title>
				<link>https://www.envirodiy.org/topic/transfer-file-from-sd-card-to-ios-android-via-bluetooth/</link>
				<pubDate>Wed, 06 Jan 2021 15:27:53 -0500</pubDate>

									<content:encoded><![CDATA[<p>Newbie question here&#8230;I successfully setup the Mayfly to measure and record temperature and dissolved oxygen to the SD card. Access to the loggers will require someone to paddle out in a canoe or kayak. Rather than have them risk dropping the SD card in the water while transferring data to a laptop, I&#8217;d like to have a simple file transfer via&hellip;<span class="activity-read-more" id="activity-read-more-5806"><a href="https://www.envirodiy.org/topic/transfer-file-from-sd-card-to-ios-android-via-bluetooth/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6ed0126f8406346162f6642c3ada2c18</guid>
				<title>Selbig became a registered member</title>
				<link>https://www.envirodiy.org/activity/p/5803/</link>
				<pubDate>Wed, 06 Jan 2021 15:18:49 -0500</pubDate>

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