<?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: Getting hands on Arduino Ethernet Shield</title>
	<atom:link href="http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/</link>
	<description>ScienceProg serves scientific, embedded, biomedical engineering, physics based contents. If you want your article or scientific project to be on this site, do not hesitate to contact.</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:33:17 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ElectronicsBuilder</title>
		<link>http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/#comment-1684</link>
		<dc:creator>ElectronicsBuilder</dc:creator>
		<pubDate>Sun, 22 Jan 2012 17:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/?p=2352#comment-1684</guid>
		<description>Wiznet W5100 may be a good chip but the price difference between a shield based on it and a shield  based on ENC28J60 chip with SPI interface is very significant, even more so considering that MCU-based hobby projects tend to be on a very tight budget.   In fact, by far the lowest cost Ethernet implementation for an Arduino would be to use not a shield but a separate controller board with 0.1&quot; pin headers which is still very easy to hook up to the Arduino but even easier to position conveniently in  the project box. Besides, not being bogged down by the Arduino shield&#039;s weird PCB shape that requires routing, I&#039;ve seen eBay sellers from faraway East places drop the price down to $8-$12  for standalone  ENC28J60-based Ethernet controllers. If you can wait 3-4 weeks for it to arrive from China, this is the way to go.</description>
		<content:encoded><![CDATA[<p>Wiznet W5100 may be a good chip but the price difference between a shield based on it and a shield  based on ENC28J60 chip with SPI interface is very significant, even more so considering that MCU-based hobby projects tend to be on a very tight budget.   In fact, by far the lowest cost Ethernet implementation for an Arduino would be to use not a shield but a separate controller board with 0.1&#8243; pin headers which is still very easy to hook up to the Arduino but even easier to position conveniently in  the project box. Besides, not being bogged down by the Arduino shield&#8217;s weird PCB shape that requires routing, I&#8217;ve seen eBay sellers from faraway East places drop the price down to $8-$12  for standalone  ENC28J60-based Ethernet controllers. If you can wait 3-4 weeks for it to arrive from China, this is the way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2Rhon</title>
		<link>http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/#comment-1679</link>
		<dc:creator>2Rhon</dc:creator>
		<pubDate>Tue, 10 Jan 2012 10:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/?p=2352#comment-1679</guid>
		<description>hello, i am having a problem here using the code.. when i verify the code it says that server class has been renamed. Can I use these codes without a router? Is it possible PC --&gt; arduino + ethernet shield?  Im new into this. pls help . thank you very much.</description>
		<content:encoded><![CDATA[<p>hello, i am having a problem here using the code.. when i verify the code it says that server class has been renamed. Can I use these codes without a router? Is it possible PC &#8211;&gt; arduino + ethernet shield?  Im new into this. pls help . thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: camlito</title>
		<link>http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/#comment-1464</link>
		<dc:creator>camlito</dc:creator>
		<pubDate>Mon, 06 Jun 2011 23:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/?p=2352#comment-1464</guid>
		<description>dammit, beginner&#039;s trap :P I&#039;ll try again:

  if (LEDON == true) {
          client.println(&quot;  LED  &quot;);
          client.println(&quot;  LED    &quot;);
          client.println(&quot;&quot;); }


          else if (LEDON == false) {
          client.println(&quot;  LED   &quot;);
          client.println(&quot;   LED   &quot;);
          client.println(&quot;&quot;); }

if this does not work, I&#039;ll try to know how to post a code window here and stop bothering you:P

regards.</description>
		<content:encoded><![CDATA[<p>dammit, beginner&#8217;s trap <img src='http://www.scienceprog.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  I&#8217;ll try again:</p>
<p>  if (LEDON == true) {<br />
          client.println(&#8221;  LED  &#8220;);<br />
          client.println(&#8221;  LED    &#8220;);<br />
          client.println(&#8220;&#8221;); }</p>
<p>          else if (LEDON == false) {<br />
          client.println(&#8221;  LED   &#8220;);<br />
          client.println(&#8221;   LED   &#8220;);<br />
          client.println(&#8220;&#8221;); }</p>
<p>if this does not work, I&#8217;ll try to know how to post a code window here and stop bothering you:P</p>
<p>regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: camlito</title>
		<link>http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/#comment-1463</link>
		<dc:creator>camlito</dc:creator>
		<pubDate>Mon, 06 Jun 2011 22:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/?p=2352#comment-1463</guid>
		<description>Thank you a lot scienceprog!!

Excuse me for my bad english

Greetings from Colombia too :P

I&#039;ve just made a slight modification and used a second button to make the LED turn off in a quirky way, because the LED does not turn off with FF4 using Mac OSX and lubuntu 11.04 with the main example you provided...

I&#039;m just a beginner, I also apologize because I don&#039;t know how to elaborate a code tag here, so just made this change:

  if (LEDON == true) {
          client.println(&quot;LED&quot;);
          client.println(&quot;LED&quot;);
          client.println(&quot;&quot;); }



          else if (LEDON == false) {
          client.println(&quot;LED&quot;);
          client.println(&quot;LED&quot;);
          client.println(&quot;&quot;); }


It&#039;s not perfect, sometimes the checkbox doesn&#039;t work the other way around, and if you use more than one networked computer, and don&#039;t let the server a little time to process the request, the page is shown in a weird way. When one user pushes the LED button on, and some other user wants to put that LED off he/she has to push the submit button twice...

The example code is simple and understandable to tinker with, thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thank you a lot scienceprog!!</p>
<p>Excuse me for my bad english</p>
<p>Greetings from Colombia too <img src='http://www.scienceprog.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I&#8217;ve just made a slight modification and used a second button to make the LED turn off in a quirky way, because the LED does not turn off with FF4 using Mac OSX and lubuntu 11.04 with the main example you provided&#8230;</p>
<p>I&#8217;m just a beginner, I also apologize because I don&#8217;t know how to elaborate a code tag here, so just made this change:</p>
<p>  if (LEDON == true) {<br />
          client.println(&#8220;LED&#8221;);<br />
          client.println(&#8220;LED&#8221;);<br />
          client.println(&#8220;&#8221;); }</p>
<p>          else if (LEDON == false) {<br />
          client.println(&#8220;LED&#8221;);<br />
          client.println(&#8220;LED&#8221;);<br />
          client.println(&#8220;&#8221;); }</p>
<p>It&#8217;s not perfect, sometimes the checkbox doesn&#8217;t work the other way around, and if you use more than one networked computer, and don&#8217;t let the server a little time to process the request, the page is shown in a weird way. When one user pushes the LED button on, and some other user wants to put that LED off he/she has to push the submit button twice&#8230;</p>
<p>The example code is simple and understandable to tinker with, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/#comment-1462</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Wed, 01 Jun 2011 17:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/?p=2352#comment-1462</guid>
		<description>@polidano - you don&#039;t have to worry about the mac address. it is some random value that was assigned. it&#039;s not really important to change. the ip address is also a random value YOU SET so that you can access the contents on the arduino from your web browser. that is the only thing you really may need to change if the software built-in to your router already uses the 192.168.1.1 address. hope that helps.</description>
		<content:encoded><![CDATA[<p>@polidano &#8211; you don&#8217;t have to worry about the mac address. it is some random value that was assigned. it&#8217;s not really important to change. the ip address is also a random value YOU SET so that you can access the contents on the arduino from your web browser. that is the only thing you really may need to change if the software built-in to your router already uses the 192.168.1.1 address. hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polidano</title>
		<link>http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/#comment-1461</link>
		<dc:creator>polidano</dc:creator>
		<pubDate>Sat, 14 May 2011 21:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/?p=2352#comment-1461</guid>
		<description>byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; //physical mac address
byte ip[] = { 192, 168, 1, 110 };	 // ip in lan
byte gateway[] = { 192, 168, 1, 1 };	 // internet access via router
byte subnet[] = { 255, 255, 255, 0 }; //subnet mask

byte mac: is the number on the sticker on the thernet shield??
byte ip: is my ip address which i can find on my laptop?
byte gateway and byte subnet.. i still didt understand what they are?
if please anyone can help me</description>
		<content:encoded><![CDATA[<p>byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; //physical mac address<br />
byte ip[] = { 192, 168, 1, 110 };	 // ip in lan<br />
byte gateway[] = { 192, 168, 1, 1 };	 // internet access via router<br />
byte subnet[] = { 255, 255, 255, 0 }; //subnet mask</p>
<p>byte mac: is the number on the sticker on the thernet shield??<br />
byte ip: is my ip address which i can find on my laptop?<br />
byte gateway and byte subnet.. i still didt understand what they are?<br />
if please anyone can help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ertro</title>
		<link>http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/#comment-1460</link>
		<dc:creator>ertro</dc:creator>
		<pubDate>Mon, 09 May 2011 13:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/?p=2352#comment-1460</guid>
		<description>Can someone explain to me, if set readString=&quot;?&quot;; then my Firefox works and my Chromium don&#039;t, and if I set readString=&quot;&quot;; then my Chromium works and not FF.

Chromium:(readString=&quot;&quot;) LED off - monitor returned:
GET /? HTTP/1.1
GET /favicon.ico HTTP/1.1
led ON:
GET /?L=1 HTTP/1.1
GET /favicon.ico HTTP/1.1

Firefox:(readString=&quot;?&quot;) LED off - monitor returned:
GET / HTTP/1.1
led ON:
GET /?L=1 HTTP/1.1</description>
		<content:encoded><![CDATA[<p>Can someone explain to me, if set readString=&#8221;?&#8221;; then my Firefox works and my Chromium don&#8217;t, and if I set readString=&#8221;"; then my Chromium works and not FF.</p>
<p>Chromium:(readString=&#8221;") LED off &#8211; monitor returned:<br />
GET /? HTTP/1.1<br />
GET /favicon.ico HTTP/1.1<br />
led ON:<br />
GET /?L=1 HTTP/1.1<br />
GET /favicon.ico HTTP/1.1</p>
<p>Firefox:(readString=&#8221;?&#8221;) LED off &#8211; monitor returned:<br />
GET / HTTP/1.1<br />
led ON:<br />
GET /?L=1 HTTP/1.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ertro</title>
		<link>http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/#comment-1459</link>
		<dc:creator>ertro</dc:creator>
		<pubDate>Mon, 09 May 2011 11:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/?p=2352#comment-1459</guid>
		<description>Hi,
I am using Ubuntu 10.10 and Chromium 11.xx and it works with a LED in Dpin4. I can only light on in Firefox 3.6.17 .

One of my friends tried from an Android Phone and it worked for him too. But not in IE? and FF?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am using Ubuntu 10.10 and Chromium 11.xx and it works with a LED in Dpin4. I can only light on in Firefox 3.6.17 .</p>
<p>One of my friends tried from an Android Phone and it worked for him too. But not in IE? and FF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/#comment-1458</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Tue, 26 Apr 2011 15:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/?p=2352#comment-1458</guid>
		<description>Hi,

This has been a very valuable resource for my senior design project that I have worked on all semester and I will be documenting and giving you credit accordingly ;-). It gave me a great start to learn how to build a web interface using the ethernet field.

However, the page &quot;hangs&quot; and doesn&#039;t load when I plug it up to an actual relay. Every loads fine when the relay is not plugged in. I am using the KTA-223 &quot;relayduino&quot; (http://www.sparkfun.com/products/9526) to control light bulbs via the same concept. Any help would be great.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This has been a very valuable resource for my senior design project that I have worked on all semester and I will be documenting and giving you credit accordingly <img src='http://www.scienceprog.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . It gave me a great start to learn how to build a web interface using the ethernet field.</p>
<p>However, the page &#8220;hangs&#8221; and doesn&#8217;t load when I plug it up to an actual relay. Every loads fine when the relay is not plugged in. I am using the KTA-223 &#8220;relayduino&#8221; (<a href="http://www.sparkfun.com/products/9526" rel="nofollow">http://www.sparkfun.com/products/9526</a>) to control light bulbs via the same concept. Any help would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akshay</title>
		<link>http://www.scienceprog.com/getting-hands-on-arduino-ethernet-shield/#comment-1457</link>
		<dc:creator>Akshay</dc:creator>
		<pubDate>Thu, 21 Apr 2011 01:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/?p=2352#comment-1457</guid>
		<description>In this project is arduino acting like web server  or client or both. Cuz not only its uploading html page requests (serving) but also receiving info of whether LED is on or off (client)
Am i right?</description>
		<content:encoded><![CDATA[<p>In this project is arduino acting like web server  or client or both. Cuz not only its uploading html page requests (serving) but also receiving info of whether LED is on or off (client)<br />
Am i right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

