<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Arduino Ethernet Shield</title>
		<link>http://forums.leaflabs.com/topic.php?id=10185</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:09:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=10185" rel="self" type="application/rss+xml" />

		<item>
			<title>manitou on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185&amp;page=2#post-22668</link>
			<pubDate>Tue, 26 Feb 2013 21:44:08 +0000</pubDate>
			<dc:creator>manitou</dc:creator>
			<guid isPermaLink="false">22668@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Here is an older thread on W5200&#60;/p&#62;
&#60;p&#62; &#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=1420&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=1420&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've got performance results for W5200 (bout 100 times faster than W5100) on maple, DUE, teensy, and UNO using SPI and SPI+DMA.  See file wizperf.txt at&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://github.com/manitou48/DUEZoo&#34; rel=&#34;nofollow&#34;&#62;https://github.com/manitou48/DUEZoo&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185&amp;page=2#post-22425</link>
			<pubDate>Thu, 21 Feb 2013 01:38:12 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">22425@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Might have been one of the periods I was busy as I didn't know about that port. Good work dinau. There is a couple of things I'm not a fan of, not something you could do when directly porting, but something I feel is needed to be fixed in the future. Mainly making it easier to pick between W5100 and W5200, and allowing different SPI ports to be included. The main purpose of these changes is to allow more control within the IDE.&#60;/p&#62;
&#60;p&#62;I also noted that a few example sketches is asking for String class. This is something I'll try to follow up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bubulindo on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185&amp;page=2#post-22422</link>
			<pubDate>Wed, 20 Feb 2013 19:26:31 +0000</pubDate>
			<dc:creator>bubulindo</dc:creator>
			<guid isPermaLink="false">22422@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;This is interesting... &#60;/p&#62;
&#60;p&#62;I missed this post I guess.&#60;br /&#62;
I'll have a look at it when I have the time then. :)&#60;/p&#62;
&#60;p&#62;Maybe a way forward would be to adapt this to DMA SPI interface?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dinau on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185&amp;page=2#post-22419</link>
			<pubDate>Wed, 20 Feb 2013 10:37:52 +0000</pubDate>
			<dc:creator>dinau</dc:creator>
			<guid isPermaLink="false">22419@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi trevorshiwnath.&#60;/p&#62;
&#60;p&#62;As FYI,&#60;br /&#62;
I've already imported the Arduino Eathernet libray(for W5200,W5100) to Maple  last year.&#60;br /&#62;
&#60;a href=&#34;https://bitbucket.org/dinau/ethernetmaple&#34; rel=&#34;nofollow&#34;&#62;https://bitbucket.org/dinau/ethernetmaple&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please refer to this thread,&#60;br /&#62;
&#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=1420#post-10481&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=1420#post-10481&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;dinau
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185#post-22418</link>
			<pubDate>Wed, 20 Feb 2013 08:39:32 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">22418@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I've run into a small problem which is actually a small brick wall. The problem now is that there is no String class included with the IDE. It's possible to work around this problem, but it's an annoyance and the idea of having to write a String class doesn't thrill me (or could be because it's past midnight).&#60;/p&#62;
&#60;p&#62;If I can't find another solution or work around, then I'll write a String class.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bubulindo on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185#post-22387</link>
			<pubDate>Fri, 15 Feb 2013 04:40:36 +0000</pubDate>
			<dc:creator>bubulindo</dc:creator>
			<guid isPermaLink="false">22387@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Yes, I think the basic functionality is the starting point, but doing so while having information about the differences, some times allows you to at the very least leave a comment in the code regarding a necessary change to adapt the library to the W5200. &#60;/p&#62;
&#60;p&#62;One important difference between both platforms is the DMA on the Maple, which can simplify the write/print functions in the library. &#60;/p&#62;
&#60;p&#62;But as you said, one thing at a time. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ventosus on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185#post-22386</link>
			<pubDate>Fri, 15 Feb 2013 04:01:39 +0000</pubDate>
			<dc:creator>ventosus</dc:creator>
			<guid isPermaLink="false">22386@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I've a couple of WIZ820io's which I can test the library on, just post it here when ready...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185#post-22384</link>
			<pubDate>Fri, 15 Feb 2013 01:31:00 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">22384@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;For the moment, I think the core functionality is what should be concentrated on, however, if you could find the links or documentation, it's something I could look into the future when expanding the library. One of the things I've had to do while working with the new Ethernet library (not sure if the dependencies were there in previous versions) is copy a lot of files in the Arduino 'base' code that the Ethernet library relies on. Moving forward is possible going to find anything AVR specific and remove it for the moment.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bubulindo on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185#post-22381</link>
			<pubDate>Thu, 14 Feb 2013 22:04:25 +0000</pubDate>
			<dc:creator>bubulindo</dc:creator>
			<guid isPermaLink="false">22381@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;As I said, I'll probably only have time and wired internet availability mid next month and even then I'll be moving in to a new house so you don't need to rush. I'll also be giving the finishing touches on my bus arrival gizmo (with an Arduino though). &#60;/p&#62;
&#60;p&#62;I haven't looked into the differences from W5200 to W5100 and as far as I know the big difference is the buffer size for each socket, but because Wiznet now also makes these little WizIO modules maybe it would be good to think about adding support for them as it seems to be impossible to find the first version shields in the market and the latest aren't hardware compatible with Maple. &#60;/p&#62;
&#60;p&#62;I had a ping method already implemented for Arduino that I can try to find here for you to add and a method for performing a SW reset on the W5100 would be a bonus. :)&#60;/p&#62;
&#60;p&#62;Let me know where you are with it and I'll test it when possible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185#post-22379</link>
			<pubDate>Thu, 14 Feb 2013 20:34:29 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">22379@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;A tester would be good, not sure when the library will be ready though. Got to work out why the errors are occurring and solve them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bubulindo on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185#post-22376</link>
			<pubDate>Thu, 14 Feb 2013 08:38:36 +0000</pubDate>
			<dc:creator>bubulindo</dc:creator>
			<guid isPermaLink="false">22376@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have an olimexino and the ethernet shield without the ICSP pins, so I can actually mount it on top of the processor board. &#60;/p&#62;
&#60;p&#62;The issue is that I am currently in South Korea where it seems to be extremely difficult to get a wired internet connection to test it out. :&#124; &#60;/p&#62;
&#60;p&#62;I had been thinking about converting the Arduino libraries to the Maple IDE, but other things got in the way. If you need someone to test it out, let me know. Once I get home on the next 13th I can give it a try.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185#post-22375</link>
			<pubDate>Thu, 14 Feb 2013 07:56:24 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">22375@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Progress is being made... slowly:&#60;br /&#62;
&#60;a href=&#34;http://www.crennsmind.com/Code/Maple/Libraries/Ethernet/Ethernet_v0.3_Errors.txt&#34; rel=&#34;nofollow&#34;&#62;http://www.crennsmind.com/Code/Maple/Libraries/Ethernet/Ethernet_v0.3_Errors.txt&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Porting the library included with Arduino IDE v1.0.3.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185#post-22374</link>
			<pubDate>Thu, 14 Feb 2013 06:54:42 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">22374@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Electrically, you just need SPI (including CS pins), 3.3V, 5V and GND. As for the state of my library, I believe it didn't compile last I checked, I'll have to look into it again and try to get it working, I can't promise a working library since I don't have an ethernet shield to play with, but I can try to at least get it compiling. I'll post back here either when I've ported it again or when I've run into a problem I can't work around.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185#post-22250</link>
			<pubDate>Mon, 04 Feb 2013 19:55:11 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">22250@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;trevorshiwnath - I'd expect the SPI pins + power and ground to be the minimum pins to connect.&#60;/p&#62;
&#60;p&#62;Would you post a link to the schematic of the Ethernet shield you intend to get, so somebody may be able to check out RESET? There are two different reasons I can think of for connecting RESET, and their may be more, so a schematic may help.&#60;/p&#62;
&#60;p&#62;(Full disclosure: I am not a member of LeafLabs staff.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trevorshiwnath on "Arduino Ethernet Shield"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10185#post-22244</link>
			<pubDate>Mon, 04 Feb 2013 15:31:25 +0000</pubDate>
			<dc:creator>trevorshiwnath</dc:creator>
			<guid isPermaLink="false">22244@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hey guys, thanks for the responses. From what I understand from what you all have said is that I can use the ICSP for SPI communications between the Maple and the Ethernet Shield. To do this I would have to take the &#34;Master In Slave Out(MISO)&#34;, &#34;Master Out Slave In (MOSI)&#34; and &#34;Serial Clock (SCK)&#34; pins on the Ethernet shield's ICSP port and hook them up to the SPI pins of the Maple board. As well as VCC and Ground on the ICSP port to VCC and Ground pins on the Maple of course. Is this correct?&#60;/p&#62;
&#60;p&#62;Also, is the Reset pin necessary as well or can I just leave it as it is?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Edit: Crenn, I saw your code with the Ethernet Shield and you mentioned it have errors in it. I'm just wondering what can your code currently do &#34;as is&#34; right now?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
