<?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 | Jim Moore | Favorites</title>
	<link>https://www.envirodiy.org/members/w3asa/activity/favorites/</link>
	<atom:link href="https://www.envirodiy.org/members/w3asa/activity/favorites/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed of Jim Moore&#039;s favorites.</description>
	<lastBuildDate>Fri, 03 Apr 2026 20:03:56 -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">6c103fab960f228d2dac507d008e4993</guid>
				<title>Shannon Hicks replied to the topic Interrupt in the forum Mayfly Data Logger</title>
				<link>https://envirodiy.org/topic/interrupt/#post-2226</link>
				<pubDate>Wed, 10 May 2017 01:15:03 -0400</pubDate>

									<content:encoded><![CDATA[<p>The Mayfly has 3 hardware interrupts.  They are RXD1 (INT0), TXD1 (INT1), and D10 (INT2).  To use the &#8220;attachInterrupt&#8221; function, you can only use the three hardware interrupt pins, and you have to refer to them as &#8220;0&#8221;, &#8220;1&#8221;, or &#8220;2&#8221;.  So if you want to use the D10 interrupt pin, you&#8217;ll need to say the following on line 8:</p>
<p>attachInterrupt(2,&hellip;<span class="activity-read-more" id="activity-read-more-2485"><a href="https://envirodiy.org/topic/interrupt/#post-2226" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1a3fdd23484e1fa1ede10567ba9b8135</guid>
				<title>Jim Moore posted an update: I tried out the &quot;Sleeping Mayfly logger example&quot; and after [&#133;]</title>
				<link>https://www.envirodiy.org/activity/p/2133/</link>
				<pubDate>Mon, 30 Jan 2017 03:34:59 -0500</pubDate>

									<content:encoded><![CDATA[<p>I tried out the &#8220;Sleeping Mayfly logger example&#8221; and after I had installed the needed libraries and the sketch compiled I got an &#8220;SD card missing&#8221; error.  The problem was that  SD_SS_PIN in the example was 11.  Worked fine when I changed it to 12.  Is this the case for all Mayfly boards or was there a revision somewhere?<br />
While playing with this&hellip;<span class="activity-read-more" id="activity-read-more-2133"><a href="https://www.envirodiy.org/activity/p/2133/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0b777e4990204a05144a22b8bec54670</guid>
				<title>Jim Moore replied to the topic Atlas Scientific EZO sensors in the forum Miscellaneous</title>
				<link>http://envirodiy.org/topic/atlas-scientific-ezo-sensors/#post-1643</link>
				<pubDate>Thu, 14 Jul 2016 02:19:23 -0400</pubDate>

									<content:encoded><![CDATA[<p>Your code looks close to what I am trying to do with the Atlas sensors.  However, it wouldn&#8217;t compile due to missing SDI12.h library.  Is this just for the SDI-12 protocol which I am not using for the Atlas senors?</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>