<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Using an Arduino + Ethernet Shield to Update a ThingSpeak Channel	</title>
	<atom:link href="https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel/feed" rel="self" type="application/rss+xml" />
	<link>https://nothans.com</link>
	<description>Life, Comedy, Games, Tech, Marketing, and Community</description>
	<lastBuildDate>Thu, 26 Mar 2026 13:29:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Cheng Y		</title>
		<link>https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1082</link>

		<dc:creator><![CDATA[Cheng Y]]></dc:creator>
		<pubDate>Mon, 04 Apr 2016 02:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/#comment-1082</guid>

					<description><![CDATA[Hi, I used Arduino UNO,Ethernet shield and DHT22. when i upload the code than I look at Serial monitor  i have massege like this:
Connecting Arduino to network...
DHCP Failed, reset Arduino to try again
Connection to ThingSpeak failed (1)
Connection to ThingSpeak failed (2)
pleade help me.]]></description>
			<content:encoded><![CDATA[<p>Hi, I used Arduino UNO,Ethernet shield and DHT22. when i upload the code than I look at Serial monitor  i have massege like this:<br />
Connecting Arduino to network&#8230;<br />
DHCP Failed, reset Arduino to try again<br />
Connection to ThingSpeak failed (1)<br />
Connection to ThingSpeak failed (2)<br />
pleade help me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shakil		</title>
		<link>https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1081</link>

		<dc:creator><![CDATA[Shakil]]></dc:creator>
		<pubDate>Sun, 03 Apr 2016 06:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/#comment-1081</guid>

					<description><![CDATA[what is the minimum time required by ThingSpeak to update two data fields consecutively?]]></description>
			<content:encoded><![CDATA[<p>what is the minimum time required by ThingSpeak to update two data fields consecutively?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: imran		</title>
		<link>https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1079</link>

		<dc:creator><![CDATA[imran]]></dc:creator>
		<pubDate>Wed, 23 Mar 2016 15:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/#comment-1079</guid>

					<description><![CDATA[can i use arduino + esp8266 instead of ethernet]]></description>
			<content:encoded><![CDATA[<p>can i use arduino + esp8266 instead of ethernet</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: cheng		</title>
		<link>https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1078</link>

		<dc:creator><![CDATA[cheng]]></dc:creator>
		<pubDate>Fri, 04 Mar 2016 07:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/#comment-1078</guid>

					<description><![CDATA[Hi
I had a question about uploading string to the channel. I have a sensor that gives me two data every second.  And I want to upload these data to my thingspeak channel every minute that is 120 data in total. I put them in a long string like 2,4,5,1,3,1,.......
Can thingspeak support this kind of data format?  Most of application on thingspeak only upload one single point of data every time. How to update a array of data in one time?
Thanks a lot !]]></description>
			<content:encoded><![CDATA[<p>Hi<br />
I had a question about uploading string to the channel. I have a sensor that gives me two data every second.  And I want to upload these data to my thingspeak channel every minute that is 120 data in total. I put them in a long string like 2,4,5,1,3,1,&#8230;&#8230;.<br />
Can thingspeak support this kind of data format?  Most of application on thingspeak only upload one single point of data every time. How to update a array of data in one time?<br />
Thanks a lot !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steven		</title>
		<link>https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1077</link>

		<dc:creator><![CDATA[Steven]]></dc:creator>
		<pubDate>Thu, 03 Mar 2016 10:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/#comment-1077</guid>

					<description><![CDATA[I used the sketch you have written above.
I have an Arduino Mega with ethernet shield W5500 processor with.
Everything works properly, but after about an hour, telling me error in the connection to the site. To make it work I have to power cycle.
I also tried it with several other ethernet shields (W5100, W5200), but the result and the same.
Possible that these ethernet shield do not work all the time and always give problems? If so, it would be only of disappointments.
Someone managed to make it all work?]]></description>
			<content:encoded><![CDATA[<p>I used the sketch you have written above.<br />
I have an Arduino Mega with ethernet shield W5500 processor with.<br />
Everything works properly, but after about an hour, telling me error in the connection to the site. To make it work I have to power cycle.<br />
I also tried it with several other ethernet shields (W5100, W5200), but the result and the same.<br />
Possible that these ethernet shield do not work all the time and always give problems? If so, it would be only of disappointments.<br />
Someone managed to make it all work?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hans		</title>
		<link>https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1070</link>

		<dc:creator><![CDATA[Hans]]></dc:creator>
		<pubDate>Sat, 28 Nov 2015 19:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/#comment-1070</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1064&quot;&gt;Bob H&lt;/a&gt;.

Please try the official library and see if that works for you.
Here is the forum post for more information;
http://community.thingspeak.com/forum/arduino/thingspeak-communication-library-for-arduino]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1064">Bob H</a>.</p>
<p>Please try the official library and see if that works for you.<br />
Here is the forum post for more information;<br />
<a href="http://community.thingspeak.com/forum/arduino/thingspeak-communication-library-for-arduino" rel="nofollow ugc">http://community.thingspeak.com/forum/arduino/thingspeak-communication-library-for-arduino</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonam		</title>
		<link>https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1069</link>

		<dc:creator><![CDATA[Jonam]]></dc:creator>
		<pubDate>Sat, 28 Nov 2015 19:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/#comment-1069</guid>

					<description><![CDATA[How can I do if I want a monitoring every day por 24 hours? updateThingSpeakInterval = ?????]]></description>
			<content:encoded><![CDATA[<p>How can I do if I want a monitoring every day por 24 hours? updateThingSpeakInterval = ?????</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob Purser		</title>
		<link>https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1065</link>

		<dc:creator><![CDATA[Rob Purser]]></dc:creator>
		<pubDate>Wed, 14 Oct 2015 14:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/#comment-1065</guid>

					<description><![CDATA[We&#039;ve created a Arduino library to connect your Arduino to ThingSpeak. You can set up the new ThingSpeak Communication Library for Arduino in about 60 seconds from within the Arduino IDE, and try out the examples right away! You can read and write with just 1 line of code!
Check it out here:
http://community.thingspeak.com/forum/arduino/thingspeak-communication-library-for-arduino/]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve created a Arduino library to connect your Arduino to ThingSpeak. You can set up the new ThingSpeak Communication Library for Arduino in about 60 seconds from within the Arduino IDE, and try out the examples right away! You can read and write with just 1 line of code!<br />
Check it out here:<br />
<a href="http://community.thingspeak.com/forum/arduino/thingspeak-communication-library-for-arduino/" rel="nofollow ugc">http://community.thingspeak.com/forum/arduino/thingspeak-communication-library-for-arduino/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bob H		</title>
		<link>https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1064</link>

		<dc:creator><![CDATA[Bob H]]></dc:creator>
		<pubDate>Sat, 10 Oct 2015 19:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/#comment-1064</guid>

					<description><![CDATA[Getting an error during compile. Not sure if its a library error or and IDE error
Arduino: 1.6.5 (Windows 7), Board: &quot;Arduino/Genuino Uno&quot;
thingspeak01:35: error: The Client class has been renamed EthernetClient.
As of Arduino 1.0, the Client class in the Ethernet library has been renamed to EthernetClient.
Any help appreciated]]></description>
			<content:encoded><![CDATA[<p>Getting an error during compile. Not sure if its a library error or and IDE error<br />
Arduino: 1.6.5 (Windows 7), Board: &#8220;Arduino/Genuino Uno&#8221;<br />
thingspeak01:35: error: The Client class has been renamed EthernetClient.<br />
As of Arduino 1.0, the Client class in the Ethernet library has been renamed to EthernetClient.<br />
Any help appreciated</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: adam		</title>
		<link>https://nothans.com/thingspeak-tutorials/arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel#comment-1063</link>

		<dc:creator><![CDATA[adam]]></dc:creator>
		<pubDate>Sun, 16 Aug 2015 19:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://community.thingspeak.com/#comment-1063</guid>

					<description><![CDATA[Since I need more than 8 datafields, I thought first about exploiting the &quot;status&quot; field and maybe the &quot;long&quot; and &quot;lat&quot; fields to store three more sensor values.
However, I think it is better to update two seperate Thingspeak channels. I added the following lines to the sketch:
  String Key1 = &quot;...&quot;;
  String Key2 = &quot;...&quot;;
  ...
  // update channel 1
  writeAPIKey = Key1;
  updateThingSpeak(...);
  client.stop();
  // update channel 2
  writeAPIKey = Key2;
  updateThingSpeak(...);
Though this seems to work, I don&#039;t know if it is the best approach. And it is only the update response from the second channel printed to  the Serial Monitor.
Any suggestions on this?]]></description>
			<content:encoded><![CDATA[<p>Since I need more than 8 datafields, I thought first about exploiting the &#8220;status&#8221; field and maybe the &#8220;long&#8221; and &#8220;lat&#8221; fields to store three more sensor values.<br />
However, I think it is better to update two seperate Thingspeak channels. I added the following lines to the sketch:<br />
  String Key1 = &#8220;&#8230;&#8221;;<br />
  String Key2 = &#8220;&#8230;&#8221;;<br />
  &#8230;<br />
  // update channel 1<br />
  writeAPIKey = Key1;<br />
  updateThingSpeak(&#8230;);<br />
  client.stop();<br />
  // update channel 2<br />
  writeAPIKey = Key2;<br />
  updateThingSpeak(&#8230;);<br />
Though this seems to work, I don&#8217;t know if it is the best approach. And it is only the update response from the second channel printed to  the Serial Monitor.<br />
Any suggestions on this?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
