<?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 | Bernard | Activity</title>
	<link>https://www.envirodiy.org/members/bernard/activity/</link>
	<atom:link href="https://www.envirodiy.org/members/bernard/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Bernard.</description>
	<lastBuildDate>Fri, 01 May 2026 20:24:41 -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">dbaf7d9c9c41829cd8186b77da03fd97</guid>
				<title>Bernard replied to the topic logging to mmw with GPRSbee rev.7, issue wake/sleep and server response 504 in the forum Monitor My Watershed</title>
				<link>https://www.envirodiy.org/topic/logging-to-mmw-with-gprsbee-rev-7-issue-wake-sleep-and-server-response-504/#post-13076</link>
				<pubDate>Thu, 15 Aug 2019 08:34:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>got upload errors, second attempt. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0eb69fddf0b3379a48e8ebf867ee00ed</guid>
				<title>Bernard replied to the topic logging to mmw with GPRSbee rev.7, issue wake/sleep and server response 504 in the forum Monitor My Watershed</title>
				<link>https://www.envirodiy.org/topic/logging-to-mmw-with-gprsbee-rev-7-issue-wake-sleep-and-server-response-504/#post-13075</link>
				<pubDate>Thu, 15 Aug 2019 08:32:16 -0400</pubDate>

									<content:encoded><![CDATA[<p>I attached two files, deep and regular debugging for the gprsbee. This in the case of sending the data to MMW. I hope you can find something. </p>
<p>Bernard</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ec258ac4c3b43e14694cabd17c53a7c3</guid>
				<title>Bernard replied to the topic logging to mmw with GPRSbee rev.7, issue wake/sleep and server response 504 in the forum Monitor My Watershed</title>
				<link>https://www.envirodiy.org/topic/logging-to-mmw-with-gprsbee-rev-7-issue-wake-sleep-and-server-response-504/#post-13065</link>
				<pubDate>Tue, 13 Aug 2019 07:52:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>Dear all, a brief follow up on this issue. I have redone the same system to log to MMW. I am sending 4 measurements Bat_volt, MaximDS3231_Temp, Modem_RSSI, Modem_SignalPercent. After enabling debugging I do not get any disturbing messages about the functioning of the Sodaq GPRSbee rev7, however I am still getting the response code 504 (gateway&hellip;<span class="activity-read-more" id="activity-read-more-4179"><a href="https://www.envirodiy.org/topic/logging-to-mmw-with-gprsbee-rev-7-issue-wake-sleep-and-server-response-504/#post-13065" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bf953d85dd3e61492d868eab9cc56452</guid>
				<title>Bernard replied to the topic best practices enabling debugging modular sensors using platformIO in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/best-practices-enabling-debugging-modular-sensors-using-platformio/#post-13064</link>
				<pubDate>Tue, 13 Aug 2019 07:23:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks a lot, ThingSpeakDebugger is working! </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">05efbde77c2976cb5d1284222aa53738</guid>
				<title>Bernard replied to the topic best practices enabling debugging modular sensors using platformIO in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/best-practices-enabling-debugging-modular-sensors-using-platformio/#post-13000</link>
				<pubDate>Tue, 06 Aug 2019 10:53:15 -0400</pubDate>

									<content:encoded><![CDATA[<p>I have been doing some testing to better understand what is happening. I first tried to build and compile the same example in my deployments folder, that I made during the Learn EnviroDIY Programming tutorial (which was great!). In that project folder I have much less errors. Apparently, I didn’t made a new project folder with the correct s&hellip;<span class="activity-read-more" id="activity-read-more-4163"><a href="https://www.envirodiy.org/topic/best-practices-enabling-debugging-modular-sensors-using-platformio/#post-13000" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f0876b1214377020f3ec954979d19b79</guid>
				<title>Bernard replied to the topic best practices enabling debugging modular sensors using platformIO in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/best-practices-enabling-debugging-modular-sensors-using-platformio/#post-12995</link>
				<pubDate>Fri, 02 Aug 2019 12:04:39 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks for all the information, this was very helpful. If I try to build using the following build flags,</p>
<pre>build_flags =
    -DSDI12_EXTERNAL_PCINT
    -DNEOSWSERIAL_EXTERNAL_PCINT
    -DMQTT_MAX_PACKET_SIZE=240
    -DMS_DATAPUBLISHERBASE_DEBUG
    -DMS_SODAQ2GBEER6_DEBUG</pre>
<p>I get the following error. </p>
<pre>Archiving&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-4155"><a href="https://www.envirodiy.org/topic/best-practices-enabling-debugging-modular-sensors-using-platformio/#post-12995" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2441f3c8e9aeb3482c72a2a2fa21b80e</guid>
				<title>Bernard started the topic best practices enabling debugging modular sensors using platformIO in the forum Mayfly Data Logger</title>
				<link>https://www.envirodiy.org/topic/best-practices-enabling-debugging-modular-sensors-using-platformio/</link>
				<pubDate>Thu, 01 Aug 2019 06:55:26 -0400</pubDate>

									<content:encoded><![CDATA[<p>Dear all,<br />
I have quite some trouble to enable debugging. In the header files (.h) of the modular sensors library you can enable debugging by uncommenting a debugging statement. However working form platformIO and using lib_deps = EnviroDIY_ModularSensors, I am getting puzzled how to properly adjust header files. If I use a cloned version of the&hellip;<span class="activity-read-more" id="activity-read-more-4133"><a href="https://www.envirodiy.org/topic/best-practices-enabling-debugging-modular-sensors-using-platformio/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fb855ef83e474b04f484f295529b409b</guid>
				<title>Bernard replied to the topic logging to mmw with GPRSbee rev.7, issue wake/sleep and server response 504 in the forum Monitor My Watershed</title>
				<link>https://www.envirodiy.org/topic/logging-to-mmw-with-gprsbee-rev-7-issue-wake-sleep-and-server-response-504/#post-12905</link>
				<pubDate>Tue, 21 May 2019 13:57:39 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you &#8211; appreciate the quick response. I am not sure if I understand you correctly. At least the parameters that I am sending have correct UUID&#8217;s, I double checked, and all the parameters that I listed under the variableList[] have a UUID. However, I do measurements, e.g. soil temperature with a soil moisture sensor, which I do not send to MMW&hellip;<span class="activity-read-more" id="activity-read-more-4009"><a href="https://www.envirodiy.org/topic/logging-to-mmw-with-gprsbee-rev-7-issue-wake-sleep-and-server-response-504/#post-12905" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8d2bd552da6f7566c3625236a5f42a7f</guid>
				<title>Bernard started the topic logging to mmw with GPRSbee rev.7, issue wake/sleep and server response 504 in the forum Monitor My Watershed</title>
				<link>https://www.envirodiy.org/topic/logging-to-mmw-with-gprsbee-rev-7-issue-wake-sleep-and-server-response-504/</link>
				<pubDate>Thu, 16 May 2019 12:48:37 -0400</pubDate>

									<content:encoded><![CDATA[<p>Dear all,</p>
<p>I am trying to run an almost identical sketch &#8220;logging_to_mmw.ino&#8221; from the modular_sensor examples using a sodaq GPRSbee rev 7. If I am correct the rev.7 uses the same wake functions as the GPRSbee rev 6. So I assumed that I had to define both the sim800 and rev.6 modem in the sketch. See below:</p>
<p>//&hellip;<span class="activity-read-more" id="activity-read-more-4001"><a href="https://www.envirodiy.org/topic/logging-to-mmw-with-gprsbee-rev-7-issue-wake-sleep-and-server-response-504/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">35dcf62826d3fe0b0b10c51a7fe88d20</guid>
				<title>Bernard became a registered member</title>
				<link>https://www.envirodiy.org/activity/p/3444/</link>
				<pubDate>Fri, 31 Aug 2018 15:34:25 -0400</pubDate>

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