<?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 | Tom Schanandore | Activity</title>
	<link>https://www.envirodiy.org/members/thomas-schanandore/activity/</link>
	<atom:link href="https://www.envirodiy.org/members/thomas-schanandore/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Tom Schanandore.</description>
	<lastBuildDate>Wed, 08 Apr 2026 02:57: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">f1c85571c80f1a51f77b7fae9341e400</guid>
				<title>Tom Schanandore started the topic MMW not receiving data in the forum Monitor My Watershed</title>
				<link>https://www.envirodiy.org/topic/mmw-not-receiving-data/</link>
				<pubDate>Thu, 06 May 2021 11:45:33 -0400</pubDate>

									<content:encoded><![CDATA[<p>For the past two days for about a 10 hour period, it appears that MMW is not receiving data. I thought it was just my stations, but I see that all stations network wide are losing connection around the same time and for the same duration. Is there currently on going work being done on the site?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fd98d4a5b191098480f903d57a33c54f</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14775</link>
				<pubDate>Mon, 02 Nov 2020 17:22:24 -0500</pubDate>

									<content:encoded><![CDATA[<p>So I think that I&#8217;m out of luck on this sensor, based upon what you just said. I&#8217;ll have to abandon this sensor.</p>
<p>thank you for all your help and sorry again for the miscommunication.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">585396188c41824aa78a1f711c045180</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14773</link>
				<pubDate>Mon, 02 Nov 2020 17:02:01 -0500</pubDate>

									<content:encoded><![CDATA[<p>I apologize for not saying that from the get go. My knowledge with all of this is rather limited, to be honest. I thought you were just trying to talk between the Sensor and the MayFly. The current library that I am using is on GitHub at &lt;<a href="https://github.com/NorthernWidget-Skunkworks/Walrus_Library&#038;gt" rel="nofollow ugc">https://github.com/NorthernWidget-Skunkworks/Walrus_Library&#038;gt</a>;</p>
<p>&nbsp;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a48b6eb9e5f3e98f42d4e8fcc562b000</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14770</link>
				<pubDate>Mon, 02 Nov 2020 16:35:09 -0500</pubDate>

									<content:encoded><![CDATA[<p>The previous is the code that they gave me to begin with. It does work when directly connected to the MayFly and Arduino Uno. IT does also work on the Arduino Uno (5v) when using the 3m cable.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">70bea1b29b6c976f0a20578b0f134959</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14769</link>
				<pubDate>Mon, 02 Nov 2020 16:33:57 -0500</pubDate>

									<content:encoded><![CDATA[<pre>// Include the Walrus library
#include "Walrus_I2C.h"

// Declare variables -- just as strings
String header;
String data;

// Instantiate class
Walrus myWalrus;

void setup(){
    // Begin Serial connection to computer at 38400 baud
    Serial.begin(38400);
    // Obtain the header just once
    header = myWalrus.getHeader();
    // Print the&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-5648"><a href="https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14769" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8e4a9ca3a77874212fda5965b39a40c0</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14766</link>
				<pubDate>Mon, 02 Nov 2020 16:17:50 -0500</pubDate>

									<content:encoded><![CDATA[<p>They are good values and slightly vary. I have verified the output with the MPL115A2 sensor that I have and the values are the same.</p>
<p>They said that the 3m cable works great with their data loggers on I2C protocol, but yes it would make sense to use an RS485 to just be sure that the signal won&#8217;t be lost over the length.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">066b57ea23cf2f52269bd2d64bc10e00</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14764</link>
				<pubDate>Mon, 02 Nov 2020 16:02:09 -0500</pubDate>

									<content:encoded><![CDATA[<p>Is there anything strange about the fact that the walrus sensor does output good values when I have it connected directly (via grove connector) to the MayFly? And of course it is only when I connect it via the 3m cable that the values do not output.</p>
<p>It sounds as if Northern Widget is not willing at this time to do any more trouble shooting with&hellip;<span class="activity-read-more" id="activity-read-more-5643"><a href="https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14764" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">18ae782aadb49e4004fe1738ace637c5</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14762</link>
				<pubDate>Mon, 02 Nov 2020 13:00:54 -0500</pubDate>

									<content:encoded><![CDATA[<p>See the link below to the firmware that they say is on the sensor. It is probably the same firmware you are looking at. I am requesting also the I2C registers and commands.</p>
<p><a href="https://github.com/NorthernWidget-Skunkworks/Project-Walrus/tree/master/Firmware/Walrus_I2C_5BA" rel="nofollow ugc">https://github.com/NorthernWidget-Skunkworks/Project-Walrus/tree/master/Firmware/Walrus_I2C_5BA</a></p>
<p>&nbsp;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d09f1c969b28d410243c640c651df1cd</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14759</link>
				<pubDate>Fri, 30 Oct 2020 13:34:34 -0400</pubDate>

									<content:encoded><![CDATA[<p>I will contact Northern Widget to see if they will send the firmware that they uploaded for verification on this end.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">812c6efe8dd5eb4e960c4b9f10d17e36</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14751</link>
				<pubDate>Thu, 29 Oct 2020 19:04:46 -0400</pubDate>

									<content:encoded><![CDATA[<p>Ran the second bit of code and the scanner code. The scanner codes serial output is at the end.</p>
<p>See attached</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d390e34a2d6590aaa4859a83d9346fb1</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14746</link>
				<pubDate>Thu, 29 Oct 2020 17:25:12 -0400</pubDate>

									<content:encoded><![CDATA[<p>It&#8217;s reading something, which is a lot better than before, as it read nothing before.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">567fe00eed49e7ce8ab1f3cb61c1d973</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14744</link>
				<pubDate>Thu, 29 Oct 2020 17:23:57 -0400</pubDate>

									<content:encoded><![CDATA[<p>I uploaded the code and the serial output is attached.</p>
<p>&nbsp;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b7b563a22f8e022a2834ec2cc8cd3d43</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14742</link>
				<pubDate>Thu, 29 Oct 2020 16:23:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>I see. Do I simply upload to the mayfly with the sensor attached? Or is this code to be added in somewhere in my overall code (PlatformIO)?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">031eea18d35dc9dc720ed866dd343760</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14740</link>
				<pubDate>Thu, 29 Oct 2020 15:43:30 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am assuming that this is a firmware to be uploaded to the sensor?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">62ba2bee016f1fec3d61fc31a1a9c45f</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14737</link>
				<pubDate>Thu, 29 Oct 2020 14:31:32 -0400</pubDate>

									<content:encoded><![CDATA[<p>I only paid for the one, which was not housed. That one I will keep. The other four they just sent, without first figuring out the problem. If they don&#8217;t work I will simply send the four back. Yes, frustrating. Two months of not getting anywhere and now I need to make the decision to figure this out on my own or switch to a different sensor. Maybe&hellip;<span class="activity-read-more" id="activity-read-more-5617"><a href="https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14737" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">50c44398fd251602e90a7b79807904af</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14736</link>
				<pubDate>Thu, 29 Oct 2020 14:27:37 -0400</pubDate>

									<content:encoded><![CDATA[<p>Much appreciated. There are a few trouble shooting things that I did that may be difficult to explain over the forum. If you would like to discuss my phone is 701-390-2040. These trouble shooting thing did show some interesting results. Any help to get them to work would be great, since I have four ready to go that they sent and I was planning to&hellip;<span class="activity-read-more" id="activity-read-more-5616"><a href="https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14736" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7376a5da1dabbd90e353e9ef3360e57b</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14732</link>
				<pubDate>Thu, 29 Oct 2020 13:55:02 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am assuming that the firmware also has something to do with making the sensor signal work over the length of the 3m cable? The sensor does work when attached directing to the I2C port (via. grove cable) on the Mayfly at 3.3v. That&#8217;s great, but as you know, I need to run that sensor into the stream.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c359f4b5d833865e3b5d8f34537829a3</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14730</link>
				<pubDate>Thu, 29 Oct 2020 12:52:51 -0400</pubDate>

									<content:encoded><![CDATA[<p>Honestly my understanding of all this is pretty basic, but I understand that the firmware is very important. I left it up to Northern Widget to upload the appropriate firmware to the sensor before they sent the sensors, so that that process would be streamlined. I did read through their documentation on the firmware and, as you stated before, they&hellip;<span class="activity-read-more" id="activity-read-more-5610"><a href="https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14730" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">77d6cb64a765108d2c2a7f4fae4ae6d8</guid>
				<title>Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14728</link>
				<pubDate>Wed, 28 Oct 2020 20:56:26 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks Sara,</p>
<p>I have been working with Bobby and Andy Wickert over there on this and they gave me sensors with the appropriate firmware installed already. I did not have to install any firmware. It was just suppose to be hooked up and ready to work. I didn&#8217;t know if anyone in the community here was able to get a walrus sensor to work on the&hellip;<span class="activity-read-more" id="activity-read-more-5606"><a href="https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/#post-14728" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0fb6d4433895a3b33603c6d4c1c1d490</guid>
				<title>Tom Schanandore started the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors</title>
				<link>https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/</link>
				<pubDate>Wed, 28 Oct 2020 19:46:14 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello,</p>
<p>I have been working a company called Northern Widget out of St. Paul Minnesota regarding their water pressure sensor named the Walrus. It is connected via. a I2C port and they say it should work on any basic Arduino based board at 3.3 to 5.5 volts. We had so much trouble getting it to work that we had to abandon using it. The sensor works&hellip;<span class="activity-read-more" id="activity-read-more-5604"><a href="https://www.envirodiy.org/topic/mayfly-capability-with-northern-widget-walrus-sensor/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c7f7fa5ddd672cfb154f96a572589a70</guid>
				<title>Tom Schanandore replied to the topic Remote Programming of MayFly Data Logger in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/remote-programming-of-mayfly-data-logger/#post-14509</link>
				<pubDate>Wed, 19 Aug 2020 17:00:42 -0400</pubDate>

									<content:encoded><![CDATA[<p>That would be awesome, as the ability to re-program and trouble shoot would be beneficial.</p>
<p>Since the boards were not designed to have that capability, do you think it would be impossible to attempt to develop a way to add in a secondary board with a cellular modem that would act as the receiver and uploader for programming remotely? I have come&hellip;<span class="activity-read-more" id="activity-read-more-5496"><a href="https://www.envirodiy.org/topic/remote-programming-of-mayfly-data-logger/#post-14509" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8715086fb61d007ed9877db5fb18a518</guid>
				<title>Tom Schanandore started the topic Remote Programming of MayFly Data Logger in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/remote-programming-of-mayfly-data-logger/</link>
				<pubDate>Wed, 19 Aug 2020 15:17:05 -0400</pubDate>

									<content:encoded><![CDATA[<p>Hello,</p>
<p>I am curious if any developments have been made on creating a way of programming the MayFly data logger remotely, without having to go out to the site to physically re-program? I am new to the MayFly data logger, so I apologize if this has already been developed or already has the capability, but to my knowledge and research it does not. I&hellip;<span class="activity-read-more" id="activity-read-more-5492"><a href="https://www.envirodiy.org/topic/remote-programming-of-mayfly-data-logger/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">45d310b2c7629a9f85d36447009c984f</guid>
				<title>Tom Schanandore became a registered member</title>
				<link>https://www.envirodiy.org/activity/p/5490/</link>
				<pubDate>Wed, 19 Aug 2020 15:09:14 -0400</pubDate>

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