<?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 | Sabin | Activity</title>
	<link>https://www.envirodiy.org/members/sabin/activity/</link>
	<atom:link href="https://www.envirodiy.org/members/sabin/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Sabin.</description>
	<lastBuildDate>Sat, 08 Aug 2026 15:55:47 -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">2d68448f2f6aadf9d36687b63d404526</guid>
				<title>Sabin replied to the topic EspressifESP32 in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/espressifesp32/#post-19771</link>
				<pubDate>Tue, 04 Aug 2026 22:46:41 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you so much.</p>
<p>I am not using the AWS stuff for now but I will be deploying mosquitto on cloud at some time.<br />
if this old firmware create problem at that point, I will update the firmware.<br />
Thank you again.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">72ee32eb88336653cd13b9d00f344a15</guid>
				<title>Sabin replied to the topic EspressifESP32 in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/espressifesp32/#post-19769</link>
				<pubDate>Tue, 04 Aug 2026 22:31:21 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am using EnviroDIY fork. Until now everything is working. I am able to make both http post, and mqtt connection.<br />
I checked and mine esp32 firmware version is 2.4.0. So,Is it because of this lower version, I had to do some hack around for ssl connection?<br />
Below is the part of workaround I coded to make it work with hydroserver.</p>
<pre>void&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-10902"><a href="https://www.envirodiy.org/topic/espressifesp32/#post-19769" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8d0928d4d4beb6412d60cd6d08e7c7d2</guid>
				<title>Sabin replied to the topic EspressifESP32 in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/espressifesp32/#post-19767</link>
				<pubDate>Tue, 04 Aug 2026 21:36:23 -0400</pubDate>

									<content:encoded><![CDATA[<p>I have.<br />
Before opening a tcp connection, the Socket Receiving Mode should be made to 1 (passive mode). I have no idea why it works only while doing this. But it works.</p>
<pre>void ExpressifESP32::extraSetupForMQTT(){
  // See&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-10900"><a href="https://www.envirodiy.org/topic/espressifesp32/#post-19767" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e088025b85c7452fc00b8e8c3e148c7a</guid>
				<title>Sabin replied to the topic EspressifESP32 in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/espressifesp32/#post-19739</link>
				<pubDate>Wed, 22 Jul 2026 12:35:30 -0400</pubDate>

									<content:encoded><![CDATA[<p>Never mind. The wifi worked. I used <code>AT+CWMODE?</code> and change it from SoftAP to Station mode.<br />
But I am struggling to use this to connect to mqtt broker.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cb13381672a7738899bba97c7f1e77ce</guid>
				<title>Sabin started the topic EspressifESP32 in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/espressifesp32/</link>
				<pubDate>Wed, 22 Jul 2026 02:11:59 -0400</pubDate>

									<content:encoded><![CDATA[<p>How to connect to Wifi while using this in Mayfly data logger?<br />
I have been trying this codebase or even the one with tinygsm library but nothing works. Is there any pre-configuration that is needed to be done?</p>
<pre>#include &lt;ModularSensors.h&gt;
#include &lt;modems/EspressifESP32.h&gt;
#include &lt;Arduino.h&gt;
#include "arduino_secrets.h"


#define XbeeSerial&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-10885"><a href="https://www.envirodiy.org/topic/espressifesp32/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab8922ee88e10d8bdf9a792ea560f31b</guid>
				<title>Sabin replied to the topic Secure Client for DigiXbee in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/secure-client-for-digixbee/#post-19725</link>
				<pubDate>Fri, 03 Jul 2026 00:32:31 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the reply.<br />
So, how do I even do POST request to server running on the web? Are there any Wifi modules that are alternative to Xbee that supports SecureClient?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1e21994dbfc6b2b8fbd18468c2664afa</guid>
				<title>Sabin started the topic Secure Client for DigiXbee in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/secure-client-for-digixbee/</link>
				<pubDate>Thu, 02 Jul 2026 23:07:43 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am trying to send post request to playgrond.hydroserver.org &#8211; which requires Secure Client. Does secure client really works for DigiXbee S6b?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">43ace763c8a3159f7dd46fa9d07d746f</guid>
				<title>Sabin replied to the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/digixbeewifi-class-mqtt-codeflow-example/#post-19624</link>
				<pubDate>Fri, 20 Mar 2026 18:35:46 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you for your response.<br />
I used TinyGSM directly and got into this problem. I was deploying broker locally,, the code on the inside check for dns lookup.. Currently I commented this code out and tinygsm works.<br />
<a href="https://github.com/issues/created?issue=vshymanskyy%7CTinyGSM%7C854" rel="nofollow ugc">https://github.com/issues/created?issue=vshymanskyy%7CTinyGSM%7C854</a></p>
<p>This is what my full code looks without tinygsm:</p>
<pre>#define XBEE_PWR&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-10820"><a href="https://www.envirodiy.org/topic/digixbeewifi-class-mqtt-codeflow-example/#post-19624" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c54529796908f49a47348d38b975b4b3</guid>
				<title>Sabin replied to the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/digixbeewifi-class-mqtt-codeflow-example/#post-19622</link>
				<pubDate>Fri, 20 Mar 2026 17:45:30 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you for your response.<br />
I think it&#8217;s the master branch.</p>
<p>Also, this is what I am trying to do.</p>
<blockquote><p>DigiXBeeWifi modemXBWF(&amp;Serial1, powerPin, statusPin, false,<br />
modemResetPin, modemSleepRqPin,<br />
ssid, pwd, false);</p>
<p>Client* netClient = nullptr;<br />
MqttClient* mqttClient = nullptr;</p>
<p>void setup() {<br />
Serial.begin(9600);<br />
Serial1.begin(9600);<br />
delay(2000);</p>
<p>if&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-10818"><a href="https://www.envirodiy.org/topic/digixbeewifi-class-mqtt-codeflow-example/#post-19622" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c42b251f111351fcb9d57f49d5e1a624</guid>
				<title>Sabin started the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/digixbeewifi-class-mqtt-codeflow-example/</link>
				<pubDate>Fri, 20 Mar 2026 16:57:02 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am trying to make mayfly work as publisher, send data to broker running on raspberry pi. I am using Xbee s6b wifi modem.<br />
While using this class to create client that I could pass into pubsub or arduinomqtt as constructor variable. But, DigiXbeeWifi class would always reset my DL to 0.0.0.0 which I set using xctu to correct broker address and&hellip;<span class="activity-read-more" id="activity-read-more-10816"><a href="https://www.envirodiy.org/topic/digixbeewifi-class-mqtt-codeflow-example/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8087bab195ff8f32ba1dccb4721b9209</guid>
				<title>Sabin became a registered member</title>
				<link>https://www.envirodiy.org/activity/p/10738/</link>
				<pubDate>Thu, 20 Nov 2025 01:05:59 -0500</pubDate>

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