<?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 | Jon | Activity</title>
	<link>https://www.envirodiy.org/members/jkirchoff/activity/</link>
	<atom:link href="https://www.envirodiy.org/members/jkirchoff/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Jon.</description>
	<lastBuildDate>Tue, 21 Apr 2026 18:04:29 -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">221a68bccfea492b680a9d0342bdfdd5</guid>
				<title>Jon replied to the topic XBee Networks of Mayfly Loggers - 900Mhz in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/xbee-networks-of-mayfly-loggers-900mhz/#post-12918</link>
				<pubDate>Fri, 07 Jun 2019 22:43:51 -0400</pubDate>

									<content:encoded><![CDATA[<p>Sara,<br />
Thank you so much for your reply. I was just getting ready to try to figure it out. I&#8217;ve been having issues with my batteries draining, so this will be a tremendous help.</p>
<p>Edited 6/8/19:<br />
After some trial and error, you need to set pin 23 to LOW before transmitting. At least that&#8217;s what I could get to work with the xBee&#8217;s I&#8217;m&hellip;<span class="activity-read-more" id="activity-read-more-4030"><a href="https://www.envirodiy.org/topic/xbee-networks-of-mayfly-loggers-900mhz/#post-12918" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2fb044a4dbb3ebce32c055f49126852e</guid>
				<title>Jon replied to the topic XBee Networks of Mayfly Loggers - 900Mhz in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/xbee-networks-of-mayfly-loggers-900mhz/#post-12914</link>
				<pubDate>Sat, 01 Jun 2019 16:00:41 -0400</pubDate>

									<content:encoded><![CDATA[<blockquote><p>The end nodes are set to pin-sleep mode so that the Mayfly wakes them when it’s time to send data. So the Mayfly just drives a pin low (Xbee modules sleep when pin high, and wake when pin low) to wake the module, send it a line of serial text at 9600bd, and the Xbee transmits that line to the coordinator (who’s always awake), and then the May&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-4020"><a href="https://www.envirodiy.org/topic/xbee-networks-of-mayfly-loggers-900mhz/#post-12914" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">009a7ad73e1997ea05964e67c2302e38</guid>
				<title>Jon replied to the topic ESP8266 in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/esp8266/#post-12794</link>
				<pubDate>Fri, 15 Feb 2019 22:23:24 -0500</pubDate>

									<content:encoded><![CDATA[<p>SOLUTION:</p>
<p>I changed the default baud rate on the ESP8266 from 115200 to 9600 and things started working. The AT command I used was AT+UART_DEF=9600,8,1,0,0</p>
<p>Here is where I found this command:<br />
<a href="https://arduino.stackexchange.com/questions/24156/how-to-change-baudrate-of-esp8266-12e-permanently" rel="nofollow ugc">https://arduino.stackexchange.com/questions/24156/how-to-change-baudrate-of-esp8266-12e-permanently</a></p>
<p>Just curious why the ESP8266 wasn&#8217;t working at 115200?&hellip;<span class="activity-read-more" id="activity-read-more-3823"><a href="https://www.envirodiy.org/topic/esp8266/#post-12794" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">15181325c6d28b16eaca72be2db15410</guid>
				<title>Jon replied to the topic board layout files in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/board-layout-files/#post-12791</link>
				<pubDate>Fri, 15 Feb 2019 20:16:16 -0500</pubDate>

									<content:encoded><![CDATA[<p>My error was indeed in how I downloaded the files. Shannon, thank you for setting me straight. Daniel, thank you for the image.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">afc00e13d450254a14d47c1f7b967e7d</guid>
				<title>Jon replied to the topic ESP8266 in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/esp8266/#post-12789</link>
				<pubDate>Fri, 15 Feb 2019 20:07:45 -0500</pubDate>

									<content:encoded><![CDATA[<p>Sara, thank you for your response. I&#8217;m glad to hear it is possible. Here&#8217;s what I&#8217;ve got thus far.</p>
<p>Mayfly &lt;&#8212;-&gt; ESP8266 ESP-01<br />
Rx1 &lt;&#8212;&#8212;-&gt; Tx<br />
Tx1 &lt;&#8212;&#8212;-&gt; Rx<br />
Gnd &lt;&#8212;&#8212;-&gt; Gnd<br />
Sw3 &lt;&#8212;&#8212;-&gt; VCC &amp; CH_PD</p>
<pre>//  https://allaboutee.com/2014/12/27/esp8266-arduino-code-and-circuit/

void setup()
{
  Serial.begin(9600);
  Serial1.begin(115200); //&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-3821"><a href="https://www.envirodiy.org/topic/esp8266/#post-12789" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">91ba47d0ca675823d1a2ced6e29e16a2</guid>
				<title>Jon started the topic ESP8266 in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/esp8266/</link>
				<pubDate>Wed, 13 Feb 2019 23:55:21 -0500</pubDate>

									<content:encoded><![CDATA[<p>Has anyone successfully connected an ESP8266 to the Mayfly? Just looking for some direction.</p>
<p>My end goal is to have an xBee to wifi gateway. If I can get it to work, I&#8217;ll connect the ESP to TX0/RX0 and have the xBee in the socket. Right now, I&#8217;m trying to connect an ESP8266 ESP-01 to the TX1/RX1 pins. Do the TX1/RX1 pins transmit at 3.3V? I can&hellip;<span class="activity-read-more" id="activity-read-more-3814"><a href="https://www.envirodiy.org/topic/esp8266/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c39d9e21fb1589cc13f9e3a543e97ff1</guid>
				<title>Jon replied to the topic board layout files in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/board-layout-files/#post-12769</link>
				<pubDate>Mon, 04 Feb 2019 03:37:40 -0500</pubDate>

									<content:encoded><![CDATA[<p>This is my first time to use Eagle. I downloaded the free version (maybe this is the issue) in an effort to view the protoshield dimensions. When I try to open the .brd file, I get the following error:</p>
<p>  line 8, column 16: This is not an EAGLE file.</p>
<p>I would appreciate your insight as to what I&#8217;m doing wrong.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7612153afbb3ca36d68a4104e2f856cc</guid>
				<title>Jon replied to the topic Connecting to the Internet in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/connecting-to-the-internet/#post-12738</link>
				<pubDate>Fri, 25 Jan 2019 03:30:27 -0500</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;d also like to transfer data received from the xBee and transmit it to the internet. In my situation, ethernet is not an option. I need to go from the xBee to WiFi. Can I attach an xBee and an ESP8266 to the Mayfly? Or is there a better method?</p>
<p>I&#8217;ve been using the Mayfly for two years to log soil moisture levels and record it on the SD. It&#8217;s&hellip;<span class="activity-read-more" id="activity-read-more-3751"><a href="https://www.envirodiy.org/topic/connecting-to-the-internet/#post-12738" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8b307f9429fbf0c84d6bdf5fc738227e</guid>
				<title>Jon became a registered member</title>
				<link>https://www.envirodiy.org/activity/p/3749/</link>
				<pubDate>Fri, 25 Jan 2019 03:19:43 -0500</pubDate>

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