<?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 | Danny Waz | Activity</title>
	<link>https://www.envirodiy.org/members/thewaz/activity/</link>
	<atom:link href="https://www.envirodiy.org/members/thewaz/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Danny Waz.</description>
	<lastBuildDate>Wed, 29 Apr 2026 09:19:07 -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">4b701b4ab3b29a0bb20315bc1ba5fecf</guid>
				<title>Danny Waz replied to the topic Custom Arduino-based sensor, off-the-shelf SDI-12 datalogger in the forum Other Data Loggers</title>
				<link>https://envirodiy.org/topic/custom-arduino-based-sensor-off-the-shelf-sdi-12-datalogger/#post-2060</link>
				<pubDate>Tue, 07 Mar 2017 16:53:49 -0500</pubDate>

									<content:encoded><![CDATA[<p>Update 3: Looks like EnviroDIY has merged my backward-compatible slave-side additions into their main library, so you don&#8217;t need my fork if you have the latest version.  See example &#8220;g&#8221; for a slave implementation.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">338045b97922b329916fcb088d631feb</guid>
				<title>Danny Waz replied to the topic USB SDI-12 Interface in the forum Infrastructure and Equipment</title>
				<link>http://envirodiy.org/topic/usb-sdi-12-interface/#post-1761</link>
				<pubDate>Mon, 24 Oct 2016 15:10:10 -0400</pubDate>

									<content:encoded><![CDATA[<p>The code is publicly available in my GitHub (<a href="https://github.com/dwasielewski/Arduino-SDI-12/tree/master/examples/h_SDI-12_interface" rel="nofollow ugc">link</a>).  For it to work, you will need <a href="https://github.com/dwasielewski/Arduino-SDI-12" rel="nofollow ugc">my fork of the EnviroDIY SDI-12 library</a> in your Arduino/libraries folder.  At the time of this comment, it is ahead of EnviroDIY:master and fully backward-compatible, so it will not break your old sketches if you are already using that library.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f2e233c6289dccc6508decf68522ce1a</guid>
				<title>Danny Waz replied to the topic Cellular telemetry for remote locations in the forum Mayfly Data Logger</title>
				<link>http://envirodiy.org/topic/cellular-telemetry-for-remote-locations/#post-1724</link>
				<pubDate>Tue, 20 Sep 2016 18:12:11 -0400</pubDate>

									<content:encoded><![CDATA[<p><a href='http://envirodiy.org/members/shicks/' rel="nofollow ugc">@shicks</a> I assume you have been busy and this hasn&#8217;t happened yet&#8230;  I&#8217;d like to start playing around with the GPRSbee on my own.  Any recommendation on which Rev to buy and where to buy it?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df07f5d11586bdd268ef6c589622d584</guid>
				<title>Danny Waz replied to the topic Custom Arduino-based sensor, off-the-shelf SDI-12 datalogger in the forum Other Data Loggers</title>
				<link>http://envirodiy.org/topic/custom-arduino-based-sensor-off-the-shelf-sdi-12-datalogger/#post-1697</link>
				<pubDate>Tue, 09 Aug 2016 17:26:28 -0400</pubDate>

									<content:encoded><![CDATA[<p>Update 2: I have posted the modified library and an example implementation sketch in a fork off of the EnviroDIY Arduino-SDI-12 repository.</p>
<p><a href="https://github.com/dwasielewski/Arduino-SDI-12" rel="nofollow ugc">https://github.com/dwasielewski/Arduino-SDI-12</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ada8b62df1955f3b4db7c1950cf43fea</guid>
				<title>Danny Waz replied to the topic Water level monitor with a Mayfly. in the forum Mayfly Data Logger</title>
				<link>http://envirodiy.org/topic/water-level-monitor-with-a-mayfly/#post-1677</link>
				<pubDate>Mon, 25 Jul 2016 16:05:12 -0400</pubDate>

									<content:encoded><![CDATA[<p>Pardon the somewhat off-topic response, but regarding reading serial data I have found <a href="https://hackingmajenkoblog.wordpress.com/2016/02/01/reading-serial-on-the-arduino/" rel="nofollow ugc">this post</a> extremely helpful.  Both of the examples above hold the loop() hostage until the whole string comes in.  That&#8217;s okay in a small, single-sensor sketch, but it is susceptible to (a) truncating the string if the arduino gets ahead of the incoming data and&hellip;<span class="activity-read-more" id="activity-read-more-1701"><a href="http://envirodiy.org/topic/water-level-monitor-with-a-mayfly/#post-1677" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3e75c43826c4198178eb4ba8a2898e70</guid>
				<title>Danny Waz replied to the topic Water level monitor with a Mayfly. in the forum Mayfly Data Logger</title>
				<link>http://envirodiy.org/topic/water-level-monitor-with-a-mayfly/#post-1676</link>
				<pubDate>Mon, 25 Jul 2016 15:50:20 -0400</pubDate>

									<content:encoded><![CDATA[<p>According to the datasheet, the &#8220;RS232&#8221; models MB736x are 0-Vcc (typical RS232 is -13V to +13V).  Of course, it will be inverted from TTL, but if you account for that in your softwareSerial constructor, I do not see why you should need an external converter (MAX232 or similar).  In fact, the converter might <em>cause</em> problems if it&#8217;s shifting the&hellip;<span class="activity-read-more" id="activity-read-more-1700"><a href="http://envirodiy.org/topic/water-level-monitor-with-a-mayfly/#post-1676" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5b6043f0ec7d743454d501367e63e59e</guid>
				<title>Danny Waz replied to the topic Cellular telemetry for remote locations in the forum Mayfly Data Logger</title>
				<link>http://envirodiy.org/topic/cellular-telemetry-for-remote-locations/#post-1639</link>
				<pubDate>Tue, 05 Jul 2016 15:50:11 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks, <a href='http://envirodiy.org/members/shicks/' rel="nofollow ugc">@shicks</a>. I will look into those too. I am glad to hear you are planning a tutorial already.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f9bd6612c766d0625ef7df2cb75719c7</guid>
				<title>Danny Waz replied to the topic Cellular telemetry for remote locations in the forum Mayfly Data Logger</title>
				<link>http://envirodiy.org/topic/cellular-telemetry-for-remote-locations/#post-1638</link>
				<pubDate>Tue, 05 Jul 2016 15:39:15 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the links.  Of these, the NimbeLink Skywire looks most like what I was imagining. The FONA boards have some promise, but the Adafruit library does not support data yet for the linked 3G version. I would consider a cell modem like the Raven a good option for a remote system based on a full-fledged computer (say, an RPi or NUC), but it&hellip;<span class="activity-read-more" id="activity-read-more-1678"><a href="http://envirodiy.org/topic/cellular-telemetry-for-remote-locations/#post-1638" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c11da9d4dc8957843e54f11de61f1d23</guid>
				<title>Danny Waz replied to the topic USB SDI-12 Interface in the forum Infrastructure and Equipment</title>
				<link>http://envirodiy.org/topic/usb-sdi-12-interface/#post-1573</link>
				<pubDate>Fri, 17 Jun 2016 20:34:06 -0400</pubDate>

									<content:encoded><![CDATA[<p>I should mention that when I was about 90% done with it, I discovered <a href="http://www.vegetronix.com/" rel="nofollow ugc">Vegetronix</a> offers something similar off-the-shelf.  However, I am benefiting from some advantages to my approach:<br />
1. It is customizable, which is especially useful for integration into custom applications on the host PC<br />
2. Total cost was ~$15</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b20e496704025c12d6ff0e77f00d371a</guid>
				<title>Danny Waz started the topic USB SDI-12 Interface in the forum Infrastructure and Equipment</title>
				<link>https://envirodiy.org/topic/usb-sdi-12-interface/</link>
				<pubDate>Fri, 17 Jun 2016 20:24:34 -0400</pubDate>

									<content:encoded><![CDATA[<p>Inspired in part by S Hicks&#8217;s <a href="https://envirodiy.org/sdi-12-sensor-display/" rel="nofollow ugc">SDI-12 Sensor Display</a> (and in part by how much trouble it was to debug a custom SDI-12 device), I built a handy little interface based on an Arduino Nano and SWRC&#8217;s SDI-12 library.  Just connect the GND and SDI-12 data lines to your SDI-12 bus under test, plug the interface into a USB port, and open up&hellip;<span class="activity-read-more" id="activity-read-more-1607"><a href="https://envirodiy.org/topic/usb-sdi-12-interface/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4f1733f3089ae8ffca4cb075525ed475</guid>
				<title>Danny Waz started the topic Cellular telemetry for remote locations in the forum Mayfly Data Logger</title>
				<link>http://envirodiy.org/topic/cellular-telemetry-for-remote-locations/</link>
				<pubDate>Fri, 17 Jun 2016 18:33:56 -0400</pubDate>

									<content:encoded><![CDATA[<p>Are you using the Mayfly in any remote locations where cellular telemetry is necessary?  Do you know of any products (e.g. 3G modem, cellular bee module?) whereby one might establish wireless IP connectivity to the Mayfly, or at least have data periodically pushed up to a remote server?  Any &#8220;getting started&#8221; tips would be appreciated!</p>
<p>The&hellip;<span class="activity-read-more" id="activity-read-more-1605"><a href="http://envirodiy.org/topic/cellular-telemetry-for-remote-locations/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f8b956393f735ad9951fb93363c6e9de</guid>
				<title>Danny Waz replied to the topic Ultrasonic Stream Depth Sensors in the forum Environmental Sensors</title>
				<link>http://envirodiy.org/topic/ultrasonic-stream-depth-sensors/#post-1496</link>
				<pubDate>Fri, 20 May 2016 18:39:28 -0400</pubDate>

									<content:encoded><![CDATA[<p>You are not missing something.  It would be more accurate to say &#8220;ultrasonic stage height sensors&#8221;, because depth is merely retrieved, not sensed.  This is problematic when one cannot easily survey the sensor as you said, even more problematic for sensing streams with moving beds.  Presently, something like a pressure transducer can measure depth&hellip;<span class="activity-read-more" id="activity-read-more-1534"><a href="http://envirodiy.org/topic/ultrasonic-stream-depth-sensors/#post-1496" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8bc24b03c7bb215519c8c9aa58554d40</guid>
				<title>Danny Waz replied to the topic Custom Arduino-based sensor, off-the-shelf SDI-12 datalogger in the forum Other Data Loggers</title>
				<link>http://envirodiy.org/topic/custom-arduino-based-sensor-off-the-shelf-sdi-12-datalogger/#post-1495</link>
				<pubDate>Fri, 20 May 2016 18:22:11 -0400</pubDate>

									<content:encoded><![CDATA[<p>Update: I have succeeded in making an SDI-12 slave device on an Arduino Nano, but I have more work to do before my code can be generalized and distributed.  </p>
<p>The project linked by GS is not really a slave-side library but rather an attempt to build a sketch implementing an SDI-12 slave with the SWRC&#8217;s SDI-12 master library.  This did not work for&hellip;<span class="activity-read-more" id="activity-read-more-1533"><a href="http://envirodiy.org/topic/custom-arduino-based-sensor-off-the-shelf-sdi-12-datalogger/#post-1495" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ed969a501450d78cf6c32c53aa78c633</guid>
				<title>Danny Waz posted a new activity comment</title>
				<link>https://www.envirodiy.org/activity/p/1516/#acomment-1532</link>
				<pubDate>Fri, 20 May 2016 17:51:55 -0400</pubDate>

									<content:encoded><![CDATA[<p>Neat!  I&#8217;m looking forward to trying this out!  I believe it will help me to get around some limitations of the proprietary logger I&#8217;m using and allow me to make sensor installations that would not be economically viable otherwise.</p>
				<strong>In reply to</strong> -
				<a href="https://www.envirodiy.org/members/shicks/" rel="nofollow ugc">Shannon Hicks</a> wrote a new post <strong><a href="http://envirodiy.org/?p=1467" rel="nofollow ugc">Mayfly boards now available on Amazon</a></strong><a href="http://envirodiy.org/?p=1467" rel="nofollow ugc"></a> Update: We have closed our Amazon shop. See the EnviroDIY Shop for current availability.    We are excited to announce that our Mayfly Data [&hellip;]			]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e23070dc16aa24c59d7d426406704b9a</guid>
				<title>Danny Waz replied to the topic Custom Arduino-based sensor, off-the-shelf SDI-12 datalogger in the forum Other Data Loggers</title>
				<link>http://envirodiy.org/topic/custom-arduino-based-sensor-off-the-shelf-sdi-12-datalogger/#post-1371</link>
				<pubDate>Thu, 28 Jan 2016 22:11:16 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks!  It will be a few weeks before I get a chance to try out this library live, but at first glance it appears to be almost exactly what I was planning to make.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">13c66a5b7b5eb597c608b9f99014dcf6</guid>
				<title>Danny Waz replied to the topic Solar Power Supply in the forum Infrastructure and Equipment</title>
				<link>http://envirodiy.org/topic/solar-power-supply/#post-1340</link>
				<pubDate>Fri, 08 Jan 2016 23:00:41 -0500</pubDate>

									<content:encoded><![CDATA[<p>Before I get to the questions, let&#8217;s look at the battery issue.  Reading between the lines, I&#8217;m assuming you actually want a 1.2 V power supply, not a 2.4 V supply.  If that&#8217;s the case, then yes, wiring your 3 AAs in parallel will work and increase the capacity.  That said, I&#8217;m curious as to what you are powering off of 1.2 V.  Any Arduino-based&hellip;<span class="activity-read-more" id="activity-read-more-1370"><a href="http://envirodiy.org/topic/solar-power-supply/#post-1340" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dc21978d42d73127f0aecdf24a2f0c6f</guid>
				<title>Danny Waz started the topic Custom Arduino-based sensor, off-the-shelf SDI-12 datalogger in the forum Other Data Loggers</title>
				<link>http://envirodiy.org/topic/custom-arduino-based-sensor-off-the-shelf-sdi-12-datalogger/</link>
				<pubDate>Fri, 08 Jan 2016 15:44:45 -0500</pubDate>

									<content:encoded><![CDATA[<p>I see that much effort has been invested in connecting off-the-shelf SDI-12 sensors to an Arduino-based datalogger, and for good reason.  I have the opposite challenge: integrating a custom sensor (a smart sensor with an Arduino brain) with an existing off-the-shelf SDI-12 datalogger already deployed at a field site.</p>
<p>Before expending the effort&hellip;<span class="activity-read-more" id="activity-read-more-1369"><a href="http://envirodiy.org/topic/custom-arduino-based-sensor-off-the-shelf-sdi-12-datalogger/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6ebdb56798b564f368d59a59d37610cc</guid>
				<title>Danny Waz started the topic Custom Arduino-based sensor, off-the-shelf SDI-12 datalogger in the forum Other Data Loggers</title>
				<link>http://envirodiy.org/topic/custom-arduino-based-sensor-off-the-shelf-sdi-12-datalogger/</link>
				<pubDate>Fri, 08 Jan 2016 15:44:45 -0500</pubDate>

									<content:encoded><![CDATA[<p>I see that much effort has been invested in connecting off-the-shelf SDI-12 sensors to an Arduino-based datalogger, and for good reason.  I have the opposite challenge: integrating a custom sensor (a smart with an Arduino brain) with an existing off-the-shelf SDI-12 datalogger already deployed at a field site.</p>
<p>Before expending the effort to write&hellip;<span class="activity-read-more" id="activity-read-more-1368"><a href="http://envirodiy.org/topic/custom-arduino-based-sensor-off-the-shelf-sdi-12-datalogger/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3a754954cb8c04e163059476acc8b51f</guid>
				<title>Danny Waz became a registered member</title>
				<link>https://www.envirodiy.org/activity/p/1364/</link>
				<pubDate>Fri, 08 Jan 2016 15:20:55 -0500</pubDate>

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