<?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 | Scott Ensign | Mentions</title>
	<link>https://www.envirodiy.org/members/ensign/activity/mentions/</link>
	<atom:link href="https://www.envirodiy.org/members/ensign/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning Scott Ensign.</description>
	<lastBuildDate>Wed, 15 Apr 2026 20:19:04 -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">6dfe012ece2c31fa80818456fae7ac27</guid>
				<title>marbles replied to the topic Free alarm system for monitormywatershed *updated* in the forum Miscellaneous</title>
				<link>https://www.envirodiy.org/topic/free-alarm-system-for-monitormywatershed-updated/#post-19645</link>
				<pubDate>Mon, 06 Apr 2026 16:35:45 -0400</pubDate>

									<content:encoded><![CDATA[<p><a href='https://www.envirodiy.org/members/ensign/' rel="nofollow ugc">@ensign</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8daaf76e7cfb6dd5c4d6bce322c6ae51</guid>
				<title>Regina Fletcher commented on the post, Floodzilla Gauge Network: Community-Designed Flood Monitoring</title>
				<link>https://www.envirodiy.org/floodzilla-gauge-network/#comment-2369</link>
				<pubDate>Tue, 17 Mar 2026 19:33:45 -0400</pubDate>

									<content:encoded><![CDATA[<p><a href='https://www.envirodiy.org/members/ensign/' rel="nofollow ugc">@ensign</a> Thanks for the great question. So prior to 2018, SVPA was building its own sensors. After 2018 the program began using Senix Brand ultrasonic sensors on a private MTS system, reading to configured [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bc16e506a62b33f64579f348d996ebd2</guid>
				<title>neilh20 started the topic OSH – a discussion in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/osh-a-discussion/</link>
				<pubDate>Fri, 25 Nov 2022 19:52:31 -0500</pubDate>

									<content:encoded><![CDATA[<p>For electronics hardware &#8211; most people are used to shopping and then buying – simple transaction – however Open-Source Hardware at the board level can be different.</p>
<p><a href='https://www.envirodiy.org/members/ensign/' rel="nofollow ugc">@ensign</a> published <a href="https://www.envirodiy.org/tools-for-collaborative-solutions-to-water-challenges/" rel="nofollow ugc">https://www.envirodiy.org/tools-for-collaborative-solutions-to-water-challenges/</a></p>
<p>So, I’m interested in a discussion of how can OSH is used – Mayfly and other.&hellip;<span class="activity-read-more" id="activity-read-more-8407"><a href="https://www.envirodiy.org/topic/osh-a-discussion/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">13565ec7f873fe43673ba7596ec07ca0</guid>
				<title>neilh20 replied to 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/#post-15833</link>
				<pubDate>Sat, 14 Aug 2021 02:29:22 -0400</pubDate>

									<content:encoded><![CDATA[<p>So it worked for me. I took <a href="https://www.envirodiy.org/members/ensign/" rel="nofollow ugc">@ensign</a>  basic structure, and added it as an extension in the Class Logger, and then attached it to the two SerialCommands LR and L?</p>
<p><a href="https://github.com/neilh10/ModularSensors/blob/rel1_dvlp1m/src/LoggerBaseSDh.h" rel="noopener" rel="nofollow ugc">LoggerBase SD Class extension</a></p>
<p>and</p>
<p><a href="https://github.com/neilh10/ModularSensors/blob/rel1_dvlp1m/src/LoggerBaseSDcpp.h" rel="noopener" rel="nofollow ugc">LoggerBase SD methods</a></p>
<p>&nbsp;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cad33523995a32381b4a824c1be95bc7</guid>
				<title>neilh20 replied to 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/#post-15830</link>
				<pubDate>Wed, 11 Aug 2021 22:16:04 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hi I&#8217;ve been thinking/working on something slightly similar when <a href='https://www.envirodiy.org/members/ensign/' rel="nofollow ugc">@ensign</a> posted above.</p>
<p>BTW I found the <a href="https://github.com/ScottEnsign/SDoutput" rel="noopener" rel="nofollow ugc">github.com/ScottEnsign/SDoutput </a>hasn&#8217;t got the actual code, I think it probably needs a &#8220;git push&#8221; to send the code up.</p>
<p>Seems to me the issue with the <a href='https://www.envirodiy.org/members/selbig/' rel="nofollow ugc">@selbig</a>  original post #15641 above, is that the SD card is initialized in Logger, so  S&hellip;<span class="activity-read-more" id="activity-read-more-6459"><a href="https://www.envirodiy.org/topic/how-to-dump-contents-of-file-on-sd-card-to-serial/#post-15830" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">02ddcc0c7b72648f9bf6d0f0b114a86f</guid>
				<title>Zach started the topic Alternate Means of Accessing Mayfly Data in the forum Monitor My Watershed</title>
				<link>https://www.envirodiy.org/topic/alternate-means-of-accessing-mayfly-data/</link>
				<pubDate>Thu, 10 Dec 2020 21:00:56 -0500</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m looking to access Mayfly data from MonitorMW.org for the development of a simple web application to display the current reading of a variable. If there exists a CORS friendly access method for MMW station site data, please let me know.</p>
<p>Barring that option, I&#8217;ve looked through the documentation as to modifying <a title="examples/DRWI_LTE/DRWI_LTE.ino" href="https://github.com/EnviroDIY/ModularSensors/blob/2dc52be0bed57f5337c998d60464df5d66dbe3a2/examples/DRWI_LTE/DRWI_LTE.ino" rel="nofollow ugc">DRWI_LTE.ino</a> in order to publish&hellip;<span class="activity-read-more" id="activity-read-more-5744"><a href="https://www.envirodiy.org/topic/alternate-means-of-accessing-mayfly-data/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">07a8d034484a07a3ba21f58300dc80f8</guid>
				<title>Sara Damiano replied to the topic Debug flags for modem comms in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/debug-flags-for-modem-comms/#post-13676</link>
				<pubDate>Thu, 16 Jan 2020 22:27:55 -0500</pubDate>

									<content:encoded><![CDATA[<p><a href='https://www.envirodiy.org/members/ensign/' rel="nofollow ugc">@ensign</a> and others (Rachel Johnson, Matt Gisondi, David Bressler, @hicks and a few more) have put a <em>lot</em> of work into that manual!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0026d4361021139bee8869bc48007990</guid>
				<title>Oscamo replied to the topic Mobile Sensor Platform? in the forum Infrastructure and Equipment</title>
				<link>https://www.envirodiy.org/topic/mobile-sensor-platform/#post-13323</link>
				<pubDate>Mon, 11 Nov 2019 23:09:51 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hm.  Thanks  <a href='https://www.envirodiy.org/members/srgdamiano/' rel="nofollow ugc">@srgdamiano</a>, thats one way of doing it.  The use case I envisage is pretty simple.  Lets take a single technician with a portable water quality monitor, like a YSI or something.  He/She drops it into a river at Position A, records data.  Then turns device off, moves to Position B, records data etc etc.  Once &#8220;home&#8221; uploads the data to&hellip;<span class="activity-read-more" id="activity-read-more-4430"><a href="https://www.envirodiy.org/topic/mobile-sensor-platform/#post-13323" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4d9f8584cdab3396eea4ddcb1cc47f21</guid>
				<title>Sara Damiano replied to the topic Mobile Sensor Platform? in the forum Infrastructure and Equipment</title>
				<link>https://www.envirodiy.org/topic/mobile-sensor-platform/#post-13313</link>
				<pubDate>Fri, 08 Nov 2019 22:37:05 -0500</pubDate>

									<content:encoded><![CDATA[<p><a href='https://www.envirodiy.org/members/ensign/' rel="nofollow ugc">@ensign</a> &#8211; yup, it&#8217;s a nice video.  But&#8230; creating a video like that automatically for every set of uploaded trajectory data is just a <em>little</em> bit more difficult than making a simple plot with time on the x axis.</p>
<p>The WinRiverII software for the moving acoustic Doppler current profilers that we use to take discharge measurements has some nice&hellip;<span class="activity-read-more" id="activity-read-more-4418"><a href="https://www.envirodiy.org/topic/mobile-sensor-platform/#post-13313" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f696a791358b9dd9dc9eca9ef537ac0</guid>
				<title>Sara Damiano replied to the topic Connecting XBee3 LTE to the internet in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/connecting-xbee3-lte-to-the-internet/#post-13312</link>
				<pubDate>Fri, 08 Nov 2019 22:14:59 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hm.  You have the LiPo plugged in in addition to the USB, right?</p>
<p>Are you sure you have service and the antenna is well connected?  Don&#8217;t yank the antenna off unless you really have to; those u.Fl connectors are fragile and after 3 or 4 times of being disconnected and reconnected they stop working.</p>
<p>Have you ever gotten your XBee3 to connect?&hellip;<span class="activity-read-more" id="activity-read-more-4417"><a href="https://www.envirodiy.org/topic/connecting-xbee3-lte-to-the-internet/#post-13312" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">557d548d38c824e117f852d9fd8cd914</guid>
				<title>Oscamo replied to the topic Mobile Sensor Platform? in the forum Infrastructure and Equipment</title>
				<link>https://www.envirodiy.org/topic/mobile-sensor-platform/#post-13309</link>
				<pubDate>Fri, 08 Nov 2019 20:56:47 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks <a href='https://www.envirodiy.org/members/ensign/' rel="nofollow ugc">@ensign</a> and <a href='https://www.envirodiy.org/members/srgdamiano/' rel="nofollow ugc">@srgdamiano</a>, for your reply.  Scott, I saw a write up of your floating buoy some time ago and really wanted to find out what happened to it.  That was cool stuff!  </p>
<p>My project is a little lengthy to explain but I would love your input &#8211; I&#8217;ll call next week if that is ok with you.  Can you pm me a good time/number to call? </p>
<p>Many thanks!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">47dbf18085ddbba9120b32dc50d78cc9</guid>
				<title>Sara Damiano replied to the topic Mobile Sensor Platform? in the forum Infrastructure and Equipment</title>
				<link>https://www.envirodiy.org/topic/mobile-sensor-platform/#post-13307</link>
				<pubDate>Fri, 08 Nov 2019 20:01:54 -0500</pubDate>

									<content:encoded><![CDATA[<p>Scott Ensign, formerly of Planktos Instruments, is now at Stroud.  (He&#8217;s <a href='https://www.envirodiy.org/members/ensign/' rel="nofollow ugc">@ensign</a>.)</p>
<p>I don&#8217;t know how &#8220;unusual&#8221; trajectory data is, but, at least in long term stream monitoring, it&#8217;s definitely far less common than fixed station monitoring.  That type of data is also harder to manage, visualize, or conceptualize.  I&#8217;d guess if others don&#8217;t support&hellip;<span class="activity-read-more" id="activity-read-more-4413"><a href="https://www.envirodiy.org/topic/mobile-sensor-platform/#post-13307" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6574f1567f0d13f38f8c9274618abf9a</guid>
				<title>Sara Damiano replied to the topic Mobile Sensor Platform? in the forum Infrastructure and Equipment</title>
				<link>https://www.envirodiy.org/topic/mobile-sensor-platform/#post-13305</link>
				<pubDate>Tue, 05 Nov 2019 22:04:34 -0500</pubDate>

									<content:encoded><![CDATA[<p><a href='https://www.envirodiy.org/members/ensign/' rel="nofollow ugc">@ensign</a> has done some work with a moving/drifting sensor stations: <a href="https://www.fondriest.com/news/hydrosphere-drifter-brings-lagrangian-sampling-freshwater.htm" rel="nofollow ugc">https://www.fondriest.com/news/hydrosphere-drifter-brings-lagrangian-sampling-freshwater.htm</a></p>
<p>The way Monitor My Watershed&#8217;s data portal is set up right now is very &#8220;site-centric&#8221; &#8211; the web pages are just not set up to accept moving sensor data like you would generate.  The&hellip;<span class="activity-read-more" id="activity-read-more-4409"><a href="https://www.envirodiy.org/topic/mobile-sensor-platform/#post-13305" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">60b36394bb161e80aeca10acdaf3293f</guid>
				<title>Sara Damiano started the topic Uploading CSV data to the EnviroDIY Data Sharing Portal in the forum Monitor My Watershed</title>
				<link>https://www.envirodiy.org/topic/uploading-csv-data-to-the-envirodiy-data-sharing-portal/</link>
				<pubDate>Mon, 24 Jun 2019 19:45:42 -0400</pubDate>

									<content:encoded><![CDATA[<p>The EnviroDIY/WikiWatershed data sharing portal is great for accepting live data from data loggers that can access the internet. If you&#8217;re using the ModularSensors library or <a href="https://github.com/ODM2/ODM2DataSharingPortal/blob/master/doc/example_rest_requests.md" rel="nofollow ugc">hand-writing your post requests</a>, you can see your data right away. But for sites where there&#8217;s not access or a budget for live data, you can upload data in csv format to take&hellip;<span class="activity-read-more" id="activity-read-more-4071"><a href="https://www.envirodiy.org/topic/uploading-csv-data-to-the-envirodiy-data-sharing-portal/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>