<div dir="ltr"><div><div>Remember where the limitations and abilities come from.  The AVR controller in the Arduino is an 8-bit MCU, whereas the Netduino, UNO32, ARMduino, and the like are 32-bit MCUs.  The Arduino Ethernet POE solves the problem by using a 32-bit dedicated MCU for the ethernet interface, communicating to the AVR like the USB interface, leaving the same code and RAM space that you normally have.<br>
<br></div>You can get more insight about this by looking at the C source code implementing the Ethernet and TCP/IP stack.  You see how 32-bits helps a lot in the structures and functions involved.<br><br></div>- sgh<br></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 11, 2014 at 8:26 AM, Glen Smith <span dir="ltr"><<a href="mailto:mrglenasmith@gmail.com" target="_blank">mrglenasmith@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>I forgot to ask last night during the meeting: Does anyone know of an easy to use POE micro? I know that there is the POE Arduino, I have heard that by the time the TCPIP stuff gets implemented there is very little memory space for code. Is there a workaround for this or am I misinformed? The other problem with this is the cost - $80 seems steep compared to the $39 WiFi Sparc-core for instance. (How do they get WiFi and cloud based over the air updates into a product for 1/2 the cost of hard wired?)<br>


<br></div>If I step away from asking that POE be on the board and power it some other way - even perhaps using a POE-injector/splitter set of cables, are there any controllers that have training wheels on the Ethernet portion? Coding is not my strong suit, so I'd like to be able to see some results and make things happen at the other end of a CAT6 cable and have status updates via a web page without having to learn and program my own network stack.<br>


<br></div>Some Googling brings up the netduino family, which looks like it has a slightly better price point than Arduino Ethernet, and according to AdaFruits site: "<b>The Netduino Plus 2 has Ethernet cooked in already! There is a full 
TCP/IP stack with examples ready to go, and a microSD card slot for 
storing files"</b> While this looks attractive, it also looks like it is programmed in C# via Microsofts Visual C# Express, which means another learning curve - though this one may be more widely applicable, since C# and C++ and the "<a href="http://arduino.cc/en/Reference/HomePage" target="_blank">Arduino programming language</a>" share so much.<br>


<br></div>Any thoughts?<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888">Glen<br></font></span></div>
<br>_______________________________________________<br>
Triangle, NC Embedded Computing mailing list<br>
<a href="mailto:TriEmbed@triembed.org">TriEmbed@triembed.org</a><br>
<a href="http://mail.triembed.org/mailman/listinfo/triembed_triembed.org" target="_blank">http://mail.triembed.org/mailman/listinfo/triembed_triembed.org</a><br>
TriEmbed web site: <a href="http://TriEmbed.org" target="_blank">http://TriEmbed.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Scott G. Hall<br>Raleigh, NC, USA<br><a href="mailto:scottghall1@gmail.com" target="_blank">scottghall1@gmail.com</a>
</div>